================================
调试位置:/tutorials/vendor2/laravel/framework-6.x/src/Illuminate/Routing/Router.php554

/
调试位置:/tutorials/vendor2/laravel/framework-6.x/src/Illuminate/Routing/Router.php555

 
Closure Object(
    this => Illuminate\Routing\RouteFileRegistrar Object(
            router => Illuminate\Routing\Router Object(
                    events => Illuminate\Events\Dispatcher Object(
                            container => Illuminate\Foundation\Application Object(
                                    basePath => /0000
                                    hasBeenBootstrapped => 1
                                    booted => 
                                    bootingCallbacks => Array(
                                            0 => Closure Object(
                                                    static => Array(
                                                            instance => Illuminate\Queue\QueueServiceProvider Object(
                                                                    app => Illuminate\Foundation\Application Object
 
                                                                )
                                                        )
                                                    this => Illuminate\Foundation\Application Object
 
                                                )
                                        )
                                    bootedCallbacks => Array(
                                            0 => Closure Object(
                                                    this => App\Console\Kernel Object(
                                                            commands => Array()
                                                            app => Illuminate\Foundation\Application Object
 
                                                            events => Illuminate\Events\Dispatcher Object
 
                                                            artisan => 
                                                            commandsLoaded => 
                                                            bootstrappers => Array(
                                                                    0 => Illuminate\Foundation\Bootstrap\LoadEnvironmentVariables
                                                                    1 => Illuminate\Foundation\Bootstrap\LoadConfiguration
                                                                    2 => Illuminate\Foundation\Bootstrap\HandleExceptions
                                                                    3 => Illuminate\Foundation\Bootstrap\RegisterFacades
                                                                    4 => Illuminate\Foundation\Bootstrap\SetRequestForConsole
                                                                    5 => Illuminate\Foundation\Bootstrap\RegisterProviders
                                                                    6 => Illuminate\Foundation\Bootstrap\BootProviders
                                                                )
                                                        )
                                                )
                                        )
                                    terminatingCallbacks => Array()
                                    serviceProviders => Array(
                                            0 => Illuminate\Events\EventServiceProvider Object(
                                                    app => Illuminate\Foundation\Application Object
 
                                                )
                                            1 => Illuminate\Log\LogServiceProvider Object(
                                                    app => Illuminate\Foundation\Application Object
 
                                                )
                                            2 => Illuminate\Routing\RoutingServiceProvider Object(
                                                    app => Illuminate\Foundation\Application Object
 
                                                )
                                            3 => Illuminate\Auth\AuthServiceProvider Object(
                                                    app => Illuminate\Foundation\Application Object
 
                                                )
                                            4 => Illuminate\Cookie\CookieServiceProvider Object(
                                                    app => Illuminate\Foundation\Application Object
 
                                                )
                                            5 => Illuminate\Database\DatabaseServiceProvider Object(
                                                    app => Illuminate\Foundation\Application Object
 
                                                )
                                            6 => Illuminate\Encryption\EncryptionServiceProvider Object(
                                                    app => Illuminate\Foundation\Application Object
 
                                                )
                                            7 => Illuminate\Filesystem\FilesystemServiceProvider Object(
                                                    app => Illuminate\Foundation\Application Object
 
                                                )
                                            8 => Illuminate\Foundation\Providers\FormRequestServiceProvider Object(
                                                    app => Illuminate\Foundation\Application Object
 
                                                )
                                            9 => Illuminate\Foundation\Providers\FoundationServiceProvider Object(
                                                    providers => Array(
                                                            0 => Illuminate\Foundation\Providers\FormRequestServiceProvider
                                                        )
                                                    instances => Array(
                                                            0 => Illuminate\Foundation\Providers\FormRequestServiceProvider Object(
                                                                    app => Illuminate\Foundation\Application Object
 
                                                                )
                                                        )
                                                    app => Illuminate\Foundation\Application Object
 
                                                )
                                            10 => Illuminate\Notifications\NotificationServiceProvider Object(
                                                    app => Illuminate\Foundation\Application Object
 
                                                )
                                            11 => Illuminate\Pagination\PaginationServiceProvider Object(
                                                    app => Illuminate\Foundation\Application Object
 
                                                )
                                            12 => Illuminate\Session\SessionServiceProvider Object(
                                                    app => Illuminate\Foundation\Application Object
 
                                                )
                                            13 => Illuminate\View\ViewServiceProvider Object(
                                                    app => Illuminate\Foundation\Application Object
 
                                                )
                                            14 => Facade\Ignition\IgnitionServiceProvider Object(
                                                    app => Illuminate\Foundation\Application Object
 
                                                )
                                            15 => Fideloper\Proxy\TrustedProxyServiceProvider Object(
                                                    app => Illuminate\Foundation\Application Object
 
                                                )
                                            16 => Carbon\Laravel\ServiceProvider Object(
                                                    app => Illuminate\Foundation\Application Object
 
                                                )
                                            17 => NunoMaduro\Collision\Adapters\Laravel\CollisionServiceProvider Object(
                                                    defer => 1
                                                    app => Illuminate\Foundation\Application Object
 
                                                )
                                            18 => App\Providers\AppServiceProvider Object(
                                                    app => Illuminate\Foundation\Application Object
 
                                                )
                                            19 => App\Providers\AuthServiceProvider Object(
                                                    policies => Array()
                                                    app => Illuminate\Foundation\Application Object
 
                                                )
                                            20 => App\Providers\EventServiceProvider Object(
                                                    listen => Array(
                                                            [Illuminate\Auth\Events\Registered] => Array(
                                                                    0 => Illuminate\Auth\Listeners\SendEmailVerificationNotification
                                                                )
                                                        )
                                                    subscribe => Array()
                                                    app => Illuminate\Foundation\Application Object
 
                                                )
                                            21 => App\Providers\RouteServiceProvider Object(
                                                    namespace => App\Http\Controllers
                                                    app => Illuminate\Foundation\Application Object
 
                                                )
                                            22 => Illuminate\Queue\QueueServiceProvider Object(
                                                    app => Illuminate\Foundation\Application Object
 
                                                )
                                        )
                                    loadedProviders => Array(
                                            [Illuminate\Events\EventServiceProvider] => 1
                                            [Illuminate\Log\LogServiceProvider] => 1
                                            [Illuminate\Routing\RoutingServiceProvider] => 1
                                            [Illuminate\Auth\AuthServiceProvider] => 1
                                            [Illuminate\Cookie\CookieServiceProvider] => 1
                                            [Illuminate\Database\DatabaseServiceProvider] => 1
                                            [Illuminate\Encryption\EncryptionServiceProvider] => 1
                                            [Illuminate\Filesystem\FilesystemServiceProvider] => 1
                                            [Illuminate\Foundation\Providers\FormRequestServiceProvider] => 1
                                            [Illuminate\Foundation\Providers\FoundationServiceProvider] => 1
                                            [Illuminate\Notifications\NotificationServiceProvider] => 1
                                            [Illuminate\Pagination\PaginationServiceProvider] => 1
                                            [Illuminate\Session\SessionServiceProvider] => 1
                                            [Illuminate\View\ViewServiceProvider] => 1
                                            [Facade\Ignition\IgnitionServiceProvider] => 1
                                            [Fideloper\Proxy\TrustedProxyServiceProvider] => 1
                                            [Carbon\Laravel\ServiceProvider] => 1
                                            [NunoMaduro\Collision\Adapters\Laravel\CollisionServiceProvider] => 1
                                            [App\Providers\AppServiceProvider] => 1
                                            [App\Providers\AuthServiceProvider] => 1
                                            [App\Providers\EventServiceProvider] => 1
                                            [App\Providers\RouteServiceProvider] => 1
                                            [Illuminate\Queue\QueueServiceProvider] => 1
                                        )
                                    deferredServices => Array(
                                            [Illuminate\Broadcasting\BroadcastManager] => Illuminate\Broadcasting\BroadcastServiceProvider
                                            [Illuminate\Contracts\Broadcasting\Factory] => Illuminate\Broadcasting\BroadcastServiceProvider
                                            [Illuminate\Contracts\Broadcasting\Broadcaster] => Illuminate\Broadcasting\BroadcastServiceProvider
                                            [Illuminate\Bus\Dispatcher] => Illuminate\Bus\BusServiceProvider
                                            [Illuminate\Contracts\Bus\Dispatcher] => Illuminate\Bus\BusServiceProvider
                                            [Illuminate\Contracts\Bus\QueueingDispatcher] => Illuminate\Bus\BusServiceProvider
                                            cache => Illuminate\Cache\CacheServiceProvider
                                            [cache.store] => Illuminate\Cache\CacheServiceProvider
                                            [cache.psr6] => Illuminate\Cache\CacheServiceProvider
                                            [memcached.connector] => Illuminate\Cache\CacheServiceProvider
                                            [command.cache.clear] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                            [command.cache.forget] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                            [command.clear-compiled] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                            [command.auth.resets.clear] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                            [command.config.cache] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                            [command.config.clear] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                            [command.db.wipe] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                            [command.down] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                            [command.environment] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                            [command.event.cache] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                            [command.event.clear] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                            [command.event.list] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                            [command.key.generate] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                            [command.optimize] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                            [command.optimize.clear] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                            [command.package.discover] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                            [command.preset] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                            [command.queue.failed] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                            [command.queue.flush] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                            [command.queue.forget] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                            [command.queue.listen] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                            [command.queue.restart] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                            [command.queue.retry] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                            [command.queue.work] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                            [command.route.cache] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                            [command.route.clear] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                            [command.route.list] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                            [command.seed] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                            [Illuminate\Console\Scheduling\ScheduleFinishCommand] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                            [Illuminate\Console\Scheduling\ScheduleRunCommand] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                            [command.storage.link] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                            [command.up] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                            [command.view.cache] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                            [command.view.clear] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                            [command.cache.table] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                            [command.channel.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                            [command.console.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                            [command.controller.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                            [command.event.generate] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                            [command.event.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                            [command.exception.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                            [command.factory.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                            [command.job.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                            [command.listener.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                            [command.mail.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                            [command.middleware.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                            [command.model.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                            [command.notification.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                            [command.notification.table] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                            [command.observer.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                            [command.policy.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                            [command.provider.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                            [command.queue.failed-table] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                            [command.queue.table] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                            [command.request.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                            [command.resource.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                            [command.rule.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                            [command.seeder.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                            [command.session.table] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                            [command.serve] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                            [command.test.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                            [command.vendor.publish] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                            migrator => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                            [migration.repository] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                            [migration.creator] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                            [command.migrate] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                            [command.migrate.fresh] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                            [command.migrate.install] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                            [command.migrate.refresh] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                            [command.migrate.reset] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                            [command.migrate.rollback] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                            [command.migrate.status] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                            [command.migrate.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                            composer => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                            hash => Illuminate\Hashing\HashServiceProvider
                                            [hash.driver] => Illuminate\Hashing\HashServiceProvider
                                            mailer => Illuminate\Mail\MailServiceProvider
                                            [swift.mailer] => Illuminate\Mail\MailServiceProvider
                                            [swift.transport] => Illuminate\Mail\MailServiceProvider
                                            [Illuminate\Mail\Markdown] => Illuminate\Mail\MailServiceProvider
                                            [Illuminate\Contracts\Pipeline\Hub] => Illuminate\Pipeline\PipelineServiceProvider
                                            [queue.worker] => Illuminate\Queue\QueueServiceProvider
                                            [queue.listener] => Illuminate\Queue\QueueServiceProvider
                                            [queue.failer] => Illuminate\Queue\QueueServiceProvider
                                            [queue.connection] => Illuminate\Queue\QueueServiceProvider
                                            redis => Illuminate\Redis\RedisServiceProvider
                                            [redis.connection] => Illuminate\Redis\RedisServiceProvider
                                            [auth.password] => Illuminate\Auth\Passwords\PasswordResetServiceProvider
                                            [auth.password.broker] => Illuminate\Auth\Passwords\PasswordResetServiceProvider
                                            translator => Illuminate\Translation\TranslationServiceProvider
                                            [translation.loader] => Illuminate\Translation\TranslationServiceProvider
                                            validator => Illuminate\Validation\ValidationServiceProvider
                                            [validation.presence] => Illuminate\Validation\ValidationServiceProvider
                                            [command.tinker] => Laravel\Tinker\TinkerServiceProvider
                                        )
                                    appPath => 
                                    databasePath => 
                                    storagePath => 
                                    environmentPath => 
                                    environmentFile => .env
                                    isRunningInConsole => 1
                                    namespace => 
                                    resolved => Array(
                                            events => 1
                                            [App\Console\Kernel] => 1
                                            [Illuminate\Contracts\Console\Kernel] => 1
                                            [Illuminate\Foundation\Bootstrap\LoadEnvironmentVariables] => 1
                                            [Illuminate\Foundation\Bootstrap\LoadConfiguration] => 1
                                            [Illuminate\Foundation\Bootstrap\HandleExceptions] => 1
                                            env => 1
                                            [Illuminate\Foundation\Bootstrap\RegisterFacades] => 1
                                            [Illuminate\Foundation\Bootstrap\SetRequestForConsole] => 1
                                            [Illuminate\Foundation\Bootstrap\RegisterProviders] => 1
                                            [Facade\Ignition\LogRecorder\LogRecorder] => 1
                                            [Facade\Ignition\DumpRecorder\DumpRecorder] => 1
                                            [Facade\Ignition\QueryRecorder\QueryRecorder] => 1
                                            [flare.http] => 1
                                            [flare.client] => 1
                                            [Facade\Ignition\Middleware\SetNotifierName] => 1
                                            [Facade\Ignition\Middleware\AddEnvironmentInformation] => 1
                                            [Facade\Ignition\Middleware\AddLogs] => 1
                                            [Facade\Ignition\Middleware\AddDumps] => 1
                                            [Facade\Ignition\Middleware\AddQueries] => 1
                                            [Facade\IgnitionContracts\SolutionProviderRepository] => 1
                                            [Facade\Ignition\Middleware\AddSolutions] => 1
                                            [App\Exceptions\Handler] => 1
                                            [Illuminate\Contracts\Debug\ExceptionHandler] => 1
                                            [Illuminate\Foundation\Bootstrap\BootProviders] => 1
                                            [db.factory] => 1
                                            db => 1
                                            [view.engine.resolver] => 1
                                            files => 1
                                            [blade.compiler] => 1
                                            log => 1
                                            queue => 1
                                            router => 1
                                            url => 1
                                        )
                                    bindings => Array(
                                            [Illuminate\Foundation\Mix] => Array(
                                                    concrete => Closure Object(
                                                            static => Array(
                                                                    abstract => Illuminate\Foundation\Mix
                                                                    concrete => Illuminate\Foundation\Mix
                                                                )
                                                            this => Illuminate\Foundation\Application Object
 
                                                            parameter => Array(
                                                                    [$container] => 
                                                                    [$parameters] => 
                                                                )
                                                        )
                                                    shared => 1
                                                )
                                            events => Array(
                                                    concrete => Closure Object(
                                                            this => Illuminate\Events\EventServiceProvider Object(
                                                                    app => Illuminate\Foundation\Application Object
 
                                                                )
                                                            parameter => Array(
                                                                    [$app] => 
                                                                )
                                                        )
                                                    shared => 1
                                                )
                                            log => Array(
                                                    concrete => Closure Object(
                                                            this => Illuminate\Log\LogServiceProvider Object(
                                                                    app => Illuminate\Foundation\Application Object
 
                                                                )
                                                        )
                                                    shared => 1
                                                )
                                            router => Array(
                                                    concrete => Closure Object(
                                                            this => Illuminate\Routing\RoutingServiceProvider Object(
                                                                    app => Illuminate\Foundation\Application Object
 
                                                                )
                                                            parameter => Array(
                                                                    [$app] => 
                                                                )
                                                        )
                                                    shared => 1
                                                )
                                            url => Array(
                                                    concrete => Closure Object(
                                                            this => Illuminate\Routing\RoutingServiceProvider Object(
                                                                    app => Illuminate\Foundation\Application Object
 
                                                                )
                                                            parameter => Array(
                                                                    [$app] => 
                                                                )
                                                        )
                                                    shared => 1
                                                )
                                            redirect => Array(
                                                    concrete => Closure Object(
                                                            this => Illuminate\Routing\RoutingServiceProvider Object(
                                                                    app => Illuminate\Foundation\Application Object
 
                                                                )
                                                            parameter => Array(
                                                                    [$app] => 
                                                                )
                                                        )
                                                    shared => 1
                                                )
                                            [Psr\Http\Message\ServerRequestInterface] => Array(
                                                    concrete => Closure Object(
                                                            this => Illuminate\Routing\RoutingServiceProvider Object(
                                                                    app => Illuminate\Foundation\Application Object
 
                                                                )
                                                            parameter => Array(
                                                                    [$app] => 
                                                                )
                                                        )
                                                    shared => 
                                                )
                                            [Psr\Http\Message\ResponseInterface] => Array(
                                                    concrete => Closure Object(
                                                            this => Illuminate\Routing\RoutingServiceProvider Object(
                                                                    app => Illuminate\Foundation\Application Object
 
                                                                )
                                                        )
                                                    shared => 
                                                )
                                            [Illuminate\Contracts\Routing\ResponseFactory] => Array(
                                                    concrete => Closure Object(
                                                            this => Illuminate\Routing\RoutingServiceProvider Object(
                                                                    app => Illuminate\Foundation\Application Object
 
                                                                )
                                                            parameter => Array(
                                                                    [$app] => 
                                                                )
                                                        )
                                                    shared => 1
                                                )
                                            [Illuminate\Routing\Contracts\ControllerDispatcher] => Array(
                                                    concrete => Closure Object(
                                                            this => Illuminate\Routing\RoutingServiceProvider Object(
                                                                    app => Illuminate\Foundation\Application Object
 
                                                                )
                                                            parameter => Array(
                                                                    [$app] => 
                                                                )
                                                        )
                                                    shared => 1
                                                )
                                            [Illuminate\Contracts\Http\Kernel] => Array(
                                                    concrete => Closure Object(
                                                            static => Array(
                                                                    abstract => Illuminate\Contracts\Http\Kernel
                                                                    concrete => App\Http\Kernel
                                                                )
                                                            this => Illuminate\Foundation\Application Object
 
                                                            parameter => Array(
                                                                    [$container] => 
                                                                    [$parameters] => 
                                                                )
                                                        )
                                                    shared => 1
                                                )
                                            [Illuminate\Contracts\Console\Kernel] => Array(
                                                    concrete => Closure Object(
                                                            static => Array(
                                                                    abstract => Illuminate\Contracts\Console\Kernel
                                                                    concrete => App\Console\Kernel
                                                                )
                                                            this => Illuminate\Foundation\Application Object
 
                                                            parameter => Array(
                                                                    [$container] => 
                                                                    [$parameters] => 
                                                                )
                                                        )
                                                    shared => 1
                                                )
                                            [Illuminate\Contracts\Debug\ExceptionHandler] => Array(
                                                    concrete => Closure Object(
                                                            static => Array(
                                                                    appExceptionHandler => App\Exceptions\Handler Object(
                                                                            dontReport => Array()
                                                                            dontFlash => Array(
                                                                                    0 => password
                                                                                    1 => password_confirmation
                                                                                )
                                                                            container => Illuminate\Foundation\Application Object
 
                                                                            internalDontReport => Array(
                                                                                    0 => Illuminate\Auth\AuthenticationException
                                                                                    1 => Illuminate\Auth\Access\AuthorizationException
                                                                                    2 => Symfony\Component\HttpKernel\Exception\HttpException
                                                                                    3 => Illuminate\Http\Exceptions\HttpResponseException
                                                                                    4 => Illuminate\Database\Eloquent\ModelNotFoundException
                                                                                    5 => Symfony\Component\HttpFoundation\Exception\SuspiciousOperationException
                                                                                    6 => Illuminate\Session\TokenMismatchException
                                                                                    7 => Illuminate\Validation\ValidationException
                                                                                )
                                                                        )
                                                                )
                                                            this => NunoMaduro\Collision\Adapters\Laravel\CollisionServiceProvider Object(
                                                                    defer => 1
                                                                    app => Illuminate\Foundation\Application Object
 
                                                                )
                                                            parameter => Array(
                                                                    [$app] => 
                                                                )
                                                        )
                                                    shared => 1
                                                )
                                            env => Array(
                                                    concrete => Closure Object(
                                                            static => Array(
                                                                    value => local
                                                                )
                                                            this => Illuminate\Foundation\Application Object
 
                                                        )
                                                    shared => 
                                                )
                                            auth => Array(
                                                    concrete => Closure Object(
                                                            this => Illuminate\Auth\AuthServiceProvider Object(
                                                                    app => Illuminate\Foundation\Application Object
 
                                                                )
                                                            parameter => Array(
                                                                    [$app] => 
                                                                )
                                                        )
                                                    shared => 1
                                                )
                                            [auth.driver] => Array(
                                                    concrete => Closure Object(
                                                            this => Illuminate\Auth\AuthServiceProvider Object(
                                                                    app => Illuminate\Foundation\Application Object
 
                                                                )
                                                            parameter => Array(
                                                                    [$app] => 
                                                                )
                                                        )
                                                    shared => 1
                                                )
                                            [Illuminate\Contracts\Auth\Authenticatable] => Array(
                                                    concrete => Closure Object(
                                                            this => Illuminate\Auth\AuthServiceProvider Object(
                                                                    app => Illuminate\Foundation\Application Object
 
                                                                )
                                                            parameter => Array(
                                                                    [$app] => 
                                                                )
                                                        )
                                                    shared => 
                                                )
                                            [Illuminate\Contracts\Auth\Access\Gate] => Array(
                                                    concrete => Closure Object(
                                                            this => Illuminate\Auth\AuthServiceProvider Object(
                                                                    app => Illuminate\Foundation\Application Object
 
                                                                )
                                                            parameter => Array(
                                                                    [$app] => 
                                                                )
                                                        )
                                                    shared => 1
                                                )
                                            cookie => Array(
                                                    concrete => Closure Object(
                                                            this => Illuminate\Cookie\CookieServiceProvider Object(
                                                                    app => Illuminate\Foundation\Application Object
 
                                                                )
                                                            parameter => Array(
                                                                    [$app] => 
                                                                )
                                                        )
                                                    shared => 1
                                                )
                                            [db.factory] => Array(
                                                    concrete => Closure Object(
                                                            this => Illuminate\Database\DatabaseServiceProvider Object(
                                                                    app => Illuminate\Foundation\Application Object
 
                                                                )
                                                            parameter => Array(
                                                                    [$app] => 
                                                                )
                                                        )
                                                    shared => 1
                                                )
                                            db => Array(
                                                    concrete => Closure Object(
                                                            this => Illuminate\Database\DatabaseServiceProvider Object(
                                                                    app => Illuminate\Foundation\Application Object
 
                                                                )
                                                            parameter => Array(
                                                                    [$app] => 
                                                                )
                                                        )
                                                    shared => 1
                                                )
                                            [db.connection] => Array(
                                                    concrete => Closure Object(
                                                            this => Illuminate\Database\DatabaseServiceProvider Object(
                                                                    app => Illuminate\Foundation\Application Object
 
                                                                )
                                                            parameter => Array(
                                                                    [$app] => 
                                                                )
                                                        )
                                                    shared => 
                                                )
                                            [Faker\Generator] => Array(
                                                    concrete => Closure Object(
                                                            this => Illuminate\Database\DatabaseServiceProvider Object(
                                                                    app => Illuminate\Foundation\Application Object
 
                                                                )
                                                            parameter => Array(
                                                                    [$app] => 
                                                                )
                                                        )
                                                    shared => 1
                                                )
                                            [Illuminate\Database\Eloquent\Factory] => Array(
                                                    concrete => Closure Object(
                                                            this => Illuminate\Database\DatabaseServiceProvider Object(
                                                                    app => Illuminate\Foundation\Application Object
 
                                                                )
                                                            parameter => Array(
                                                                    [$app] => 
                                                                )
                                                        )
                                                    shared => 1
                                                )
                                            [Illuminate\Contracts\Queue\EntityResolver] => Array(
                                                    concrete => Closure Object(
                                                            this => Illuminate\Database\DatabaseServiceProvider Object(
                                                                    app => Illuminate\Foundation\Application Object
 
                                                                )
                                                        )
                                                    shared => 1
                                                )
                                            encrypter => Array(
                                                    concrete => Closure Object(
                                                            this => Illuminate\Encryption\EncryptionServiceProvider Object(
                                                                    app => Illuminate\Foundation\Application Object
 
                                                                )
                                                            parameter => Array(
                                                                    [$app] => 
                                                                )
                                                        )
                                                    shared => 1
                                                )
                                            files => Array(
                                                    concrete => Closure Object(
                                                            this => Illuminate\Filesystem\FilesystemServiceProvider Object(
                                                                    app => Illuminate\Foundation\Application Object
 
                                                                )
                                                        )
                                                    shared => 1
                                                )
                                            filesystem => Array(
                                                    concrete => Closure Object(
                                                            this => Illuminate\Filesystem\FilesystemServiceProvider Object(
                                                                    app => Illuminate\Foundation\Application Object
 
                                                                )
                                                        )
                                                    shared => 1
                                                )
                                            [filesystem.disk] => Array(
                                                    concrete => Closure Object(
                                                            this => Illuminate\Filesystem\FilesystemServiceProvider Object(
                                                                    app => Illuminate\Foundation\Application Object
 
                                                                )
                                                        )
                                                    shared => 1
                                                )
                                            [filesystem.cloud] => Array(
                                                    concrete => Closure Object(
                                                            this => Illuminate\Filesystem\FilesystemServiceProvider Object(
                                                                    app => Illuminate\Foundation\Application Object
 
                                                                )
                                                        )
                                                    shared => 1
                                                )
                                            [Illuminate\Notifications\ChannelManager] => Array(
                                                    concrete => Closure Object(
                                                            this => Illuminate\Notifications\NotificationServiceProvider Object(
                                                                    app => Illuminate\Foundation\Application Object
 
                                                                )
                                                            parameter => Array(
                                                                    [$app] => 
                                                                )
                                                        )
                                                    shared => 1
                                                )
                                            session => Array(
                                                    concrete => Closure Object(
                                                            this => Illuminate\Session\SessionServiceProvider Object(
                                                                    app => Illuminate\Foundation\Application Object
 
                                                                )
                                                            parameter => Array(
                                                                    [$app] => 
                                                                )
                                                        )
                                                    shared => 1
                                                )
                                            [session.store] => Array(
                                                    concrete => Closure Object(
                                                            this => Illuminate\Session\SessionServiceProvider Object(
                                                                    app => Illuminate\Foundation\Application Object
 
                                                                )
                                                            parameter => Array(
                                                                    [$app] => 
                                                                )
                                                        )
                                                    shared => 1
                                                )
                                            [Illuminate\Session\Middleware\StartSession] => Array(
                                                    concrete => Closure Object(
                                                            static => Array(
                                                                    abstract => Illuminate\Session\Middleware\StartSession
                                                                    concrete => Illuminate\Session\Middleware\StartSession
                                                                )
                                                            this => Illuminate\Foundation\Application Object
 
                                                            parameter => Array(
                                                                    [$container] => 
                                                                    [$parameters] => 
                                                                )
                                                        )
                                                    shared => 1
                                                )
                                            view => Array(
                                                    concrete => Closure Object(
                                                            this => Illuminate\View\ViewServiceProvider Object(
                                                                    app => Illuminate\Foundation\Application Object
 
                                                                )
                                                            parameter => Array(
                                                                    [$app] => 
                                                                )
                                                        )
                                                    shared => 1
                                                )
                                            [view.finder] => Array(
                                                    concrete => Closure Object(
                                                            this => Illuminate\View\ViewServiceProvider Object(
                                                                    app => Illuminate\Foundation\Application Object
 
                                                                )
                                                            parameter => Array(
                                                                    [$app] => 
                                                                )
                                                        )
                                                    shared => 
                                                )
                                            [view.engine.resolver] => Array(
                                                    concrete => Closure Object(
                                                            this => Illuminate\View\ViewServiceProvider Object(
                                                                    app => Illuminate\Foundation\Application Object
 
                                                                )
                                                        )
                                                    shared => 1
                                                )
                                            [Facade\IgnitionContracts\SolutionProviderRepository] => Array(
                                                    concrete => Closure Object(
                                                            this => Facade\Ignition\IgnitionServiceProvider Object(
                                                                    app => Illuminate\Foundation\Application Object
 
                                                                )
                                                        )
                                                    shared => 1
                                                )
                                            [Facade\Ignition\ErrorPage\Renderer] => Array(
                                                    concrete => Closure Object(
                                                            this => Facade\Ignition\IgnitionServiceProvider Object(
                                                                    app => Illuminate\Foundation\Application Object
 
                                                                )
                                                        )
                                                    shared => 
                                                )
                                            [Whoops\Handler\HandlerInterface] => Array(
                                                    concrete => Closure Object(
                                                            this => Facade\Ignition\IgnitionServiceProvider Object(
                                                                    app => Illuminate\Foundation\Application Object
 
                                                                )
                                                            parameter => Array(
                                                                    [$app] => 
                                                                )
                                                        )
                                                    shared => 
                                                )
                                            [Facade\Ignition\IgnitionConfig] => Array(
                                                    concrete => Closure Object(
                                                            this => Facade\Ignition\IgnitionServiceProvider Object(
                                                                    app => Illuminate\Foundation\Application Object
 
                                                                )
                                                        )
                                                    shared => 1
                                                )
                                            [flare.http] => Array(
                                                    concrete => Closure Object(
                                                            this => Facade\Ignition\IgnitionServiceProvider Object(
                                                                    app => Illuminate\Foundation\Application Object
 
                                                                )
                                                        )
                                                    shared => 1
                                                )
                                            [flare.client] => Array(
                                                    concrete => Closure Object(
                                                            this => Facade\Ignition\IgnitionServiceProvider Object(
                                                                    app => Illuminate\Foundation\Application Object
 
                                                                )
                                                        )
                                                    shared => 1
                                                )
                                            [Facade\Ignition\LogRecorder\LogRecorder] => Array(
                                                    concrete => Closure Object(
                                                            static => Array(
                                                                    abstract => Facade\Ignition\LogRecorder\LogRecorder
                                                                    concrete => Facade\Ignition\LogRecorder\LogRecorder
                                                                )
                                                            this => Illuminate\Foundation\Application Object
 
                                                            parameter => Array(
                                                                    [$container] => 
                                                                    [$parameters] => 
                                                                )
                                                        )
                                                    shared => 1
                                                )
                                            [Facade\Ignition\DumpRecorder\DumpRecorder] => Array(
                                                    concrete => Closure Object(
                                                            static => Array(
                                                                    abstract => Facade\Ignition\DumpRecorder\DumpRecorder
                                                                    concrete => Facade\Ignition\DumpRecorder\DumpRecorder
                                                                )
                                                            this => Illuminate\Foundation\Application Object
 
                                                            parameter => Array(
                                                                    [$container] => 
                                                                    [$parameters] => 
                                                                )
                                                        )
                                                    shared => 1
                                                )
                                            [Facade\Ignition\QueryRecorder\QueryRecorder] => Array(
                                                    concrete => Closure Object(
                                                            static => Array(
                                                                    abstract => Facade\Ignition\QueryRecorder\QueryRecorder
                                                                    concrete => Facade\Ignition\QueryRecorder\QueryRecorder
                                                                )
                                                            this => Illuminate\Foundation\Application Object
 
                                                            parameter => Array(
                                                                    [$container] => 
                                                                    [$parameters] => 
                                                                )
                                                        )
                                                    shared => 1
                                                )
                                            [NunoMaduro\Collision\Contracts\Adapters\Phpunit\Listener] => Array(
                                                    concrete => Closure Object(
                                                            static => Array(
                                                                    abstract => NunoMaduro\Collision\Contracts\Adapters\Phpunit\Listener
                                                                    concrete => NunoMaduro\Collision\Adapters\Phpunit\Listener
                                                                )
                                                            this => Illuminate\Foundation\Application Object
 
                                                            parameter => Array(
                                                                    [$container] => 
                                                                    [$parameters] => 
                                                                )
                                                        )
                                                    shared => 1
                                                )
                                            [NunoMaduro\Collision\Contracts\Provider] => Array(
                                                    concrete => Closure Object(
                                                            static => Array(
                                                                    abstract => NunoMaduro\Collision\Contracts\Provider
                                                                    concrete => NunoMaduro\Collision\Provider
                                                                )
                                                            this => Illuminate\Foundation\Application Object
 
                                                            parameter => Array(
                                                                    [$container] => 
                                                                    [$parameters] => 
                                                                )
                                                        )
                                                    shared => 
                                                )
                                            [blade.compiler] => Array(
                                                    concrete => Closure Object(
                                                            this => Illuminate\View\ViewServiceProvider Object(
                                                                    app => Illuminate\Foundation\Application Object
 
                                                                )
                                                        )
                                                    shared => 1
                                                )
                                            [flare.logger] => Array(
                                                    concrete => Closure Object(
                                                            this => Facade\Ignition\IgnitionServiceProvider Object(
                                                                    app => Illuminate\Foundation\Application Object
 
                                                                )
                                                            parameter => Array(
                                                                    [$app] => 
                                                                )
                                                        )
                                                    shared => 1
                                                )
                                            [command.flare:test] => Array(
                                                    concrete => Closure Object(
                                                            static => Array(
                                                                    abstract => command.flare:test
                                                                    concrete => Facade\Ignition\Commands\TestCommand
                                                                )
                                                            this => Illuminate\Foundation\Application Object
 
                                                            parameter => Array(
                                                                    [$container] => 
                                                                    [$parameters] => 
                                                                )
                                                        )
                                                    shared => 
                                                )
                                            [command.make:solution] => Array(
                                                    concrete => Closure Object(
                                                            static => Array(
                                                                    abstract => command.make:solution
                                                                    concrete => Facade\Ignition\Commands\SolutionMakeCommand
                                                                )
                                                            this => Illuminate\Foundation\Application Object
 
                                                            parameter => Array(
                                                                    [$container] => 
                                                                    [$parameters] => 
                                                                )
                                                        )
                                                    shared => 
                                                )
                                            queue => Array(
                                                    concrete => Closure Object(
                                                            this => Illuminate\Queue\QueueServiceProvider Object(
                                                                    app => Illuminate\Foundation\Application Object
 
                                                                )
                                                            parameter => Array(
                                                                    [$app] => 
                                                                )
                                                        )
                                                    shared => 1
                                                )
                                            [queue.connection] => Array(
                                                    concrete => Closure Object(
                                                            this => Illuminate\Queue\QueueServiceProvider Object(
                                                                    app => Illuminate\Foundation\Application Object
 
                                                                )
                                                            parameter => Array(
                                                                    [$app] => 
                                                                )
                                                        )
                                                    shared => 1
                                                )
                                            [queue.worker] => Array(
                                                    concrete => Closure Object(
                                                            this => Illuminate\Queue\QueueServiceProvider Object(
                                                                    app => Illuminate\Foundation\Application Object
 
                                                                )
                                                        )
                                                    shared => 1
                                                )
                                            [queue.listener] => Array(
                                                    concrete => Closure Object(
                                                            this => Illuminate\Queue\QueueServiceProvider Object(
                                                                    app => Illuminate\Foundation\Application Object
 
                                                                )
                                                        )
                                                    shared => 1
                                                )
                                            [queue.failer] => Array(
                                                    concrete => Closure Object(
                                                            this => Illuminate\Queue\QueueServiceProvider Object(
                                                                    app => Illuminate\Foundation\Application Object
 
                                                                )
                                                        )
                                                    shared => 1
                                                )
                                            [Facade\Ignition\DumpRecorder\MultiDumpHandler] => Array(
                                                    concrete => Closure Object(
                                                            static => Array(
                                                                    abstract => Facade\Ignition\DumpRecorder\MultiDumpHandler
                                                                    concrete => Facade\Ignition\DumpRecorder\MultiDumpHandler Object(
                                                                            handlers => Array(
                                                                                    0 => Closure Object(
                                                                                            this => Facade\Ignition\DumpRecorder\DumpRecorder Object(
                                                                                                    dumps => Array()
                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                )
                                                                                            parameter => Array(
                                                                                                    [$value] => 
                                                                                                )
                                                                                        )
                                                                                    1 => Closure Object(
                                                                                            this => Facade\Ignition\DumpRecorder\DumpRecorder Object(
                                                                                                    dumps => Array()
                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                )
                                                                                            parameter => Array(
                                                                                                    [$var] => 
                                                                                                )
                                                                                        )
                                                                                )
                                                                        )
                                                                )
                                                            this => Illuminate\Foundation\Application Object
 
                                                            parameter => Array(
                                                                    [$container] => 
                                                                    [$parameters] => 
                                                                )
                                                        )
                                                    shared => 1
                                                )
                                        )
                                    methodBindings => Array()
                                    instances => Array(
                                            path => /0000/app
                                            [path.base] => /0000
                                            [path.lang] => /0000/resources/lang
                                            [path.config] => /0000/config
                                            [path.public] => /0000/public
                                            [path.storage] => /0000/storage
                                            [path.database] => /0000/database
                                            [path.resources] => /0000/resources
                                            [path.bootstrap] => /0000/bootstrap
                                            app => Illuminate\Foundation\Application Object
 
                                            [Illuminate\Container\Container] => Illuminate\Foundation\Application Object
 
                                            [Illuminate\Foundation\PackageManifest] => Illuminate\Foundation\PackageManifest Object(
                                                    files => Illuminate\Filesystem\Filesystem Object()
                                                    basePath => /0000
                                                    vendorPath => /0000/vendor
                                                    manifestPath => /0000/bootstrap/cache/packages.php
                                                    manifest => Array(
                                                            [facade/ignition] => Array(
                                                                    providers => Array(
                                                                            0 => Facade\Ignition\IgnitionServiceProvider
                                                                        )
                                                                    aliases => Array(
                                                                            Flare => Facade\Ignition\Facades\Flare
                                                                        )
                                                                )
                                                            [fideloper/proxy] => Array(
                                                                    providers => Array(
                                                                            0 => Fideloper\Proxy\TrustedProxyServiceProvider
                                                                        )
                                                                )
                                                            [laravel/tinker] => Array(
                                                                    providers => Array(
                                                                            0 => Laravel\Tinker\TinkerServiceProvider
                                                                        )
                                                                )
                                                            [nesbot/carbon] => Array(
                                                                    providers => Array(
                                                                            0 => Carbon\Laravel\ServiceProvider
                                                                        )
                                                                )
                                                            [nunomaduro/collision] => Array(
                                                                    providers => Array(
                                                                            0 => NunoMaduro\Collision\Adapters\Laravel\CollisionServiceProvider
                                                                        )
                                                                )
                                                        )
                                                )
                                            events => Illuminate\Events\Dispatcher Object
 
                                            [Illuminate\Contracts\Console\Kernel] => App\Console\Kernel Object(
                                                    commands => Array()
                                                    app => Illuminate\Foundation\Application Object
 
                                                    events => Illuminate\Events\Dispatcher Object
 
                                                    artisan => 
                                                    commandsLoaded => 
                                                    bootstrappers => Array(
                                                            0 => Illuminate\Foundation\Bootstrap\LoadEnvironmentVariables
                                                            1 => Illuminate\Foundation\Bootstrap\LoadConfiguration
                                                            2 => Illuminate\Foundation\Bootstrap\HandleExceptions
                                                            3 => Illuminate\Foundation\Bootstrap\RegisterFacades
                                                            4 => Illuminate\Foundation\Bootstrap\SetRequestForConsole
                                                            5 => Illuminate\Foundation\Bootstrap\RegisterProviders
                                                            6 => Illuminate\Foundation\Bootstrap\BootProviders
                                                        )
                                                )
                                            config => Illuminate\Config\Repository Object(
                                                    items => Array(
                                                            app => Array(
                                                                    name => 本地测试
                                                                    env => local
                                                                    debug => 1
                                                                    url => http://localhost
                                                                    asset_url => 
                                                                    timezone => UTC
                                                                    locale => en
                                                                    fallback_locale => en
                                                                    faker_locale => en_US
                                                                    key => base64:gIjju1XIlTNS6j8BuifyrL2QAARYlvdKYd31eAqei7g=
                                                                    cipher => AES-256-CBC
                                                                    providers => Array(
                                                                            0 => Illuminate\Auth\AuthServiceProvider
                                                                            1 => Illuminate\Broadcasting\BroadcastServiceProvider
                                                                            2 => Illuminate\Bus\BusServiceProvider
                                                                            3 => Illuminate\Cache\CacheServiceProvider
                                                                            4 => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                            5 => Illuminate\Cookie\CookieServiceProvider
                                                                            6 => Illuminate\Database\DatabaseServiceProvider
                                                                            7 => Illuminate\Encryption\EncryptionServiceProvider
                                                                            8 => Illuminate\Filesystem\FilesystemServiceProvider
                                                                            9 => Illuminate\Foundation\Providers\FoundationServiceProvider
                                                                            10 => Illuminate\Hashing\HashServiceProvider
                                                                            11 => Illuminate\Mail\MailServiceProvider
                                                                            12 => Illuminate\Notifications\NotificationServiceProvider
                                                                            13 => Illuminate\Pagination\PaginationServiceProvider
                                                                            14 => Illuminate\Pipeline\PipelineServiceProvider
                                                                            15 => Illuminate\Queue\QueueServiceProvider
                                                                            16 => Illuminate\Redis\RedisServiceProvider
                                                                            17 => Illuminate\Auth\Passwords\PasswordResetServiceProvider
                                                                            18 => Illuminate\Session\SessionServiceProvider
                                                                            19 => Illuminate\Translation\TranslationServiceProvider
                                                                            20 => Illuminate\Validation\ValidationServiceProvider
                                                                            21 => Illuminate\View\ViewServiceProvider
                                                                            22 => App\Providers\AppServiceProvider
                                                                            23 => App\Providers\AuthServiceProvider
                                                                            24 => App\Providers\EventServiceProvider
                                                                            25 => App\Providers\RouteServiceProvider
                                                                        )
                                                                    aliases => Array(
                                                                            App => Illuminate\Support\Facades\App
                                                                            Arr => Illuminate\Support\Arr
                                                                            Artisan => Illuminate\Support\Facades\Artisan
                                                                            Auth => Illuminate\Support\Facades\Auth
                                                                            Blade => Illuminate\Support\Facades\Blade
                                                                            Broadcast => Illuminate\Support\Facades\Broadcast
                                                                            Bus => Illuminate\Support\Facades\Bus
                                                                            Cache => Illuminate\Support\Facades\Cache
                                                                            Config => Illuminate\Support\Facades\Config
                                                                            Cookie => Illuminate\Support\Facades\Cookie
                                                                            Crypt => Illuminate\Support\Facades\Crypt
                                                                            DB => Illuminate\Support\Facades\DB
                                                                            Eloquent => Illuminate\Database\Eloquent\Model
                                                                            Event => Illuminate\Support\Facades\Event
                                                                            File => Illuminate\Support\Facades\File
                                                                            Gate => Illuminate\Support\Facades\Gate
                                                                            Hash => Illuminate\Support\Facades\Hash
                                                                            Lang => Illuminate\Support\Facades\Lang
                                                                            Log => Illuminate\Support\Facades\Log
                                                                            Mail => Illuminate\Support\Facades\Mail
                                                                            Notification => Illuminate\Support\Facades\Notification
                                                                            Password => Illuminate\Support\Facades\Password
                                                                            Queue => Illuminate\Support\Facades\Queue
                                                                            Redirect => Illuminate\Support\Facades\Redirect
                                                                            Redis => Illuminate\Support\Facades\Redis
                                                                            Request => Illuminate\Support\Facades\Request
                                                                            Response => Illuminate\Support\Facades\Response
                                                                            Route => Illuminate\Support\Facades\Route
                                                                            Schema => Illuminate\Support\Facades\Schema
                                                                            Session => Illuminate\Support\Facades\Session
                                                                            Storage => Illuminate\Support\Facades\Storage
                                                                            Str => Illuminate\Support\Str
                                                                            URL => Illuminate\Support\Facades\URL
                                                                            Validator => Illuminate\Support\Facades\Validator
                                                                            View => Illuminate\Support\Facades\View
                                                                        )
                                                                )
                                                            auth => Array(
                                                                    defaults => Array(
                                                                            guard => web
                                                                            passwords => users
                                                                        )
                                                                    guards => Array(
                                                                            web => Array(
                                                                                    driver => session
                                                                                    provider => users
                                                                                )
                                                                            api => Array(
                                                                                    driver => token
                                                                                    provider => users
                                                                                    hash => 
                                                                                )
                                                                        )
                                                                    providers => Array(
                                                                            users => Array(
                                                                                    driver => eloquent
                                                                                    model => App\User
                                                                                )
                                                                        )
                                                                    passwords => Array(
                                                                            users => Array(
                                                                                    provider => users
                                                                                    table => password_resets
                                                                                    expire => 60
                                                                                    throttle => 60
                                                                                )
                                                                        )
                                                                    password_timeout => 10800
                                                                )
                                                            broadcasting => Array(
                                                                    default => log
                                                                    connections => Array(
                                                                            pusher => Array(
                                                                                    driver => pusher
                                                                                    key => 
                                                                                    secret => 
                                                                                    app_id => 
                                                                                    options => Array(
                                                                                            cluster => mt1
                                                                                            useTLS => 1
                                                                                        )
                                                                                )
                                                                            redis => Array(
                                                                                    driver => redis
                                                                                    connection => default
                                                                                )
                                                                            log => Array(
                                                                                    driver => log
                                                                                )
                                                                            null => Array(
                                                                                    driver => null
                                                                                )
                                                                        )
                                                                )
                                                            cache => Array(
                                                                    default => file
                                                                    stores => Array(
                                                                            apc => Array(
                                                                                    driver => apc
                                                                                )
                                                                            array => Array(
                                                                                    driver => array
                                                                                )
                                                                            database => Array(
                                                                                    driver => database
                                                                                    table => cache
                                                                                    connection => 
                                                                                )
                                                                            file => Array(
                                                                                    driver => file
                                                                                    path => /0000/storage/framework/cache/data
                                                                                )
                                                                            memcached => Array(
                                                                                    driver => memcached
                                                                                    persistent_id => 
                                                                                    sasl => Array(
                                                                                            0 => 
                                                                                            1 => 
                                                                                        )
                                                                                    options => Array()
                                                                                    servers => Array(
                                                                                            0 => Array(
                                                                                                    host => 127.0.0.1
                                                                                                    port => 11211
                                                                                                    weight => 100
                                                                                                )
                                                                                        )
                                                                                )
                                                                            redis => Array(
                                                                                    driver => redis
                                                                                    connection => cache
                                                                                )
                                                                            dynamodb => Array(
                                                                                    driver => dynamodb
                                                                                    key => 
                                                                                    secret => 
                                                                                    region => us-east-1
                                                                                    table => cache
                                                                                    endpoint => 
                                                                                )
                                                                        )
                                                                    prefix => _cache
                                                                )
                                                            database => Array(
                                                                    default => mysql
                                                                    connections => Array(
                                                                            sqlite => Array(
                                                                                    driver => sqlite
                                                                                    url => 
                                                                                    database => laravel
                                                                                    prefix => 
                                                                                    foreign_key_constraints => 1
                                                                                )
                                                                            mysql => Array(
                                                                                    driver => mysql
                                                                                    url => 
                                                                                    host => 127.0.0.1
                                                                                    port => 3306
                                                                                    database => laravel
                                                                                    username => root
                                                                                    password => 
                                                                                    unix_socket => 
                                                                                    charset => utf8mb4
                                                                                    collation => utf8mb4_unicode_ci
                                                                                    prefix => 
                                                                                    prefix_indexes => 1
                                                                                    strict => 1
                                                                                    engine => 
                                                                                    options => Array()
                                                                                )
                                                                            pgsql => Array(
                                                                                    driver => pgsql
                                                                                    url => 
                                                                                    host => 127.0.0.1
                                                                                    port => 3306
                                                                                    database => laravel
                                                                                    username => root
                                                                                    password => 
                                                                                    charset => utf8
                                                                                    prefix => 
                                                                                    prefix_indexes => 1
                                                                                    schema => public
                                                                                    sslmode => prefer
                                                                                )
                                                                            sqlsrv => Array(
                                                                                    driver => sqlsrv
                                                                                    url => 
                                                                                    host => 127.0.0.1
                                                                                    port => 3306
                                                                                    database => laravel
                                                                                    username => root
                                                                                    password => 
                                                                                    charset => utf8
                                                                                    prefix => 
                                                                                    prefix_indexes => 1
                                                                                )
                                                                        )
                                                                    migrations => migrations
                                                                    redis => Array(
                                                                            client => phpredis
                                                                            options => Array(
                                                                                    cluster => redis
                                                                                    prefix => _database_
                                                                                )
                                                                            default => Array(
                                                                                    url => 
                                                                                    host => 127.0.0.1
                                                                                    password => 
                                                                                    port => 6379
                                                                                    database => 0
                                                                                )
                                                                            cache => Array(
                                                                                    url => 
                                                                                    host => 127.0.0.1
                                                                                    password => 
                                                                                    port => 6379
                                                                                    database => 1
                                                                                )
                                                                        )
                                                                )
                                                            filesystems => Array(
                                                                    default => local
                                                                    cloud => s3
                                                                    disks => Array(
                                                                            local => Array(
                                                                                    driver => local
                                                                                    root => /0000/storage/app
                                                                                )
                                                                            public => Array(
                                                                                    driver => local
                                                                                    root => /0000/storage/app/public
                                                                                    url => http://localhost/storage
                                                                                    visibility => public
                                                                                )
                                                                            s3 => Array(
                                                                                    driver => s3
                                                                                    key => 
                                                                                    secret => 
                                                                                    region => us-east-1
                                                                                    bucket => 
                                                                                    url => 
                                                                                )
                                                                        )
                                                                )
                                                            hashing => Array(
                                                                    driver => bcrypt
                                                                    bcrypt => Array(
                                                                            rounds => 10
                                                                        )
                                                                    argon => Array(
                                                                            memory => 1024
                                                                            threads => 2
                                                                            time => 2
                                                                        )
                                                                )
                                                            logging => Array(
                                                                    default => stack
                                                                    channels => Array(
                                                                            stack => Array(
                                                                                    driver => stack
                                                                                    channels => Array(
                                                                                            0 => single
                                                                                        )
                                                                                    ignore_exceptions => 
                                                                                )
                                                                            single => Array(
                                                                                    driver => single
                                                                                    path => /0000/storage/logs/laravel.log
                                                                                    level => debug
                                                                                )
                                                                            daily => Array(
                                                                                    driver => daily
                                                                                    path => /0000/storage/logs/laravel.log
                                                                                    level => debug
                                                                                    days => 14
                                                                                )
                                                                            slack => Array(
                                                                                    driver => slack
                                                                                    url => 
                                                                                    username => Laravel Log
                                                                                    emoji => :boom:
                                                                                    level => critical
                                                                                )
                                                                            papertrail => Array(
                                                                                    driver => monolog
                                                                                    level => debug
                                                                                    handler => Monolog\Handler\SyslogUdpHandler
                                                                                    handler_with => Array(
                                                                                            host => 
                                                                                            port => 
                                                                                        )
                                                                                )
                                                                            stderr => Array(
                                                                                    driver => monolog
                                                                                    handler => Monolog\Handler\StreamHandler
                                                                                    formatter => 
                                                                                    with => Array(
                                                                                            stream => php://stderr
                                                                                        )
                                                                                )
                                                                            syslog => Array(
                                                                                    driver => syslog
                                                                                    level => debug
                                                                                )
                                                                            errorlog => Array(
                                                                                    driver => errorlog
                                                                                    level => debug
                                                                                )
                                                                            null => Array(
                                                                                    driver => monolog
                                                                                    handler => Monolog\Handler\NullHandler
                                                                                )
                                                                            emergency => Array(
                                                                                    path => /0000/storage/logs/laravel.log
                                                                                )
                                                                        )
                                                                )
                                                            mail => Array(
                                                                    driver => smtp
                                                                    host => smtp.mailtrap.io
                                                                    port => 2525
                                                                    from => Array(
                                                                            address => 
                                                                            name => 本地测试
                                                                        )
                                                                    encryption => 
                                                                    username => 
                                                                    password => 
                                                                    sendmail => /usr/sbin/sendmail -bs
                                                                    markdown => Array(
                                                                            theme => default
                                                                            paths => Array(
                                                                                    0 => /0000/resources/views/vendor/mail
                                                                                )
                                                                        )
                                                                    log_channel => 
                                                                )
                                                            queue => Array(
                                                                    default => sync
                                                                    connections => Array(
                                                                            sync => Array(
                                                                                    driver => sync
                                                                                )
                                                                            database => Array(
                                                                                    driver => database
                                                                                    table => jobs
                                                                                    queue => default
                                                                                    retry_after => 90
                                                                                )
                                                                            beanstalkd => Array(
                                                                                    driver => beanstalkd
                                                                                    host => localhost
                                                                                    queue => default
                                                                                    retry_after => 90
                                                                                    block_for => 0
                                                                                )
                                                                            sqs => Array(
                                                                                    driver => sqs
                                                                                    key => 
                                                                                    secret => 
                                                                                    prefix => https://sqs.us-east-1.amazonaws.com/your-account-id
                                                                                    queue => your-queue-name
                                                                                    region => us-east-1
                                                                                )
                                                                            redis => Array(
                                                                                    driver => redis
                                                                                    connection => default
                                                                                    queue => default
                                                                                    retry_after => 90
                                                                                    block_for => 
                                                                                )
                                                                        )
                                                                    failed => Array(
                                                                            driver => database
                                                                            database => mysql
                                                                            table => failed_jobs
                                                                        )
                                                                )
                                                            services => Array(
                                                                    mailgun => Array(
                                                                            domain => 
                                                                            secret => 
                                                                            endpoint => api.mailgun.net
                                                                        )
                                                                    postmark => Array(
                                                                            token => 
                                                                        )
                                                                    ses => Array(
                                                                            key => 
                                                                            secret => 
                                                                            region => us-east-1
                                                                        )
                                                                )
                                                            session => Array(
                                                                    driver => cookie
                                                                    lifetime => 120
                                                                    expire_on_close => 
                                                                    encrypt => 
                                                                    files => /0000/storage/framework/sessions
                                                                    connection => 
                                                                    table => sessions
                                                                    store => 
                                                                    lottery => Array(
                                                                            0 => 2
                                                                            1 => 100
                                                                        )
                                                                    cookie => _session
                                                                    path => /
                                                                    domain => 
                                                                    secure => 
                                                                    http_only => 1
                                                                    same_site => 
                                                                )
                                                            view => Array(
                                                                    paths => Array(
                                                                            0 => /0000/resources/views
                                                                        )
                                                                    compiled => /0000/storage/framework/views
                                                                )
                                                            flare => Array(
                                                                    key => 
                                                                    reporting => Array(
                                                                            anonymize_ips => 1
                                                                            collect_git_information => 1
                                                                            report_queries => 1
                                                                            maximum_number_of_collected_queries => 200
                                                                            report_query_bindings => 1
                                                                            report_view_data => 1
                                                                            grouping_type => 
                                                                        )
                                                                    send_logs_as_events => 1
                                                                )
                                                            ignition => Array(
                                                                    editor => phpstorm
                                                                    theme => light
                                                                    enable_share_button => 1
                                                                    register_commands => 
                                                                    ignored_solution_providers => Array()
                                                                    enable_runnable_solutions => 
                                                                    remote_sites_path => 
                                                                    local_sites_path => 
                                                                    housekeeping_endpoint_prefix => _ignition
                                                                )
                                                            trustedproxy => Array(
                                                                    proxies => 
                                                                    headers => 30
                                                                )
                                                        )
                                                )
                                            request => Illuminate\Http\Request Object(
                                                    json => 
                                                    convertedFiles => 
                                                    userResolver => 
                                                    routeResolver => 
                                                    attributes => Symfony\Component\HttpFoundation\ParameterBag Object(
                                                            parameters => Array()
                                                        )
                                                    request => Symfony\Component\HttpFoundation\ParameterBag Object(
                                                            parameters => Array()
                                                        )
                                                    query => Symfony\Component\HttpFoundation\ParameterBag Object(
                                                            parameters => Array()
                                                        )
                                                    server => Symfony\Component\HttpFoundation\ServerBag Object(
                                                            parameters => Array(
                                                                    SERVER_NAME => localhost
                                                                    SERVER_PORT => 80
                                                                    HTTP_HOST => localhost
                                                                    HTTP_USER_AGENT => Symfony
                                                                    HTTP_ACCEPT => text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
                                                                    HTTP_ACCEPT_LANGUAGE => en-us,en;q=0.5
                                                                    HTTP_ACCEPT_CHARSET => ISO-8859-1,utf-8;q=0.7,*;q=0.7
                                                                    REMOTE_ADDR => 127.0.0.1
                                                                    SCRIPT_NAME => artisan
                                                                    SCRIPT_FILENAME => artisan
                                                                    SERVER_PROTOCOL => HTTP/1.1
                                                                    REQUEST_TIME => 1578274354
                                                                    PHP_EXTRA_CONFIGURE_ARGS => --enable-fpm --with-fpm-user=www-data --with-fpm-group=www-data --disable-cgi
                                                                    LANGUAGE => C
                                                                    HOSTNAME => d9d2f135fb85
                                                                    PHP_INI_DIR => /usr/local/etc/php
                                                                    GIT_ASKPASS => echo
                                                                    SHLVL => 2
                                                                    HOME => /root
                                                                    OLDPWD => /
                                                                    PHP_LDFLAGS => -Wl,-O1 -Wl,--hash-style=both -pie
                                                                    PHP_CFLAGS => -fstack-protector-strong -fpic -fpie -O2
                                                                    PHP_MD5 => 
                                                                    PHP_VERSION => 7.2.19
                                                                    COMPOSER_HOME => /tmp/composer
                                                                    COMPOSER_BINARY => /usr/bin/composer
                                                                    GPG_KEYS => 1729F83938DA44E27BA0F4D3DBDB397470D12172 B1B44D8F021E4E2D6021E995DC9FF8D3EE5AF27F
                                                                    PHP_CPPFLAGS => -fstack-protector-strong -fpic -fpie -O2
                                                                    PHP_ASC_URL => https://www.php.net/get/php-7.2.19.tar.xz.asc/from/this/mirror
                                                                    PHP_URL => https://www.php.net/get/php-7.2.19.tar.xz/from/this/mirror
                                                                    TERM => xterm
                                                                    PATH => /0000/vendor/bin:/tmp/composer/vendor/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
                                                                    LD_PRELOAD => /usr/lib/preloadable_libiconv.so php
                                                                    PHPIZE_DEPS => autoconf 		dpkg-dev dpkg 		file 		g++ 		gcc 		libc-dev 		make 		pkgconf 		re2c
                                                                    PWD => /0000
                                                                    PHP_SHA256 => 4ffa2404a88d60e993a9fe69f829ebec3eb1e006de41b6048ce5e91bbeaa9282
                                                                    PHP_SELF => artisan
                                                                    PATH_TRANSLATED => artisan
                                                                    DOCUMENT_ROOT => 
                                                                    REQUEST_TIME_FLOAT => 1578274354.5135
                                                                    argv => Array(
                                                                            0 => artisan
                                                                            1 => package:discover
                                                                            2 => --ansi
                                                                        )
                                                                    argc => 3
                                                                    APP_NAME => 本地测试
                                                                    APP_ENV => local
                                                                    APP_KEY => base64:gIjju1XIlTNS6j8BuifyrL2QAARYlvdKYd31eAqei7g=
                                                                    APP_DEBUG => true
                                                                    APP_URL => http://localhost
                                                                    LOG_CHANNEL => stack
                                                                    DB_CONNECTION => mysql
                                                                    DB_HOST => 127.0.0.1
                                                                    DB_PORT => 3306
                                                                    DB_DATABASE => laravel
                                                                    DB_USERNAME => root
                                                                    DB_PASSWORD => 
                                                                    BROADCAST_DRIVER => log
                                                                    CACHE_DRIVER => file
                                                                    QUEUE_CONNECTION => sync
                                                                    SESSION_DRIVER => cookie
                                                                    SESSION_LIFETIME => 120
                                                                    REDIS_HOST => 127.0.0.1
                                                                    REDIS_PASSWORD => null
                                                                    REDIS_PORT => 6379
                                                                    MAIL_DRIVER => smtp
                                                                    MAIL_HOST => smtp.mailtrap.io
                                                                    MAIL_PORT => 2525
                                                                    MAIL_USERNAME => null
                                                                    MAIL_PASSWORD => null
                                                                    MAIL_ENCRYPTION => null
                                                                    MAIL_FROM_ADDRESS => null
                                                                    MAIL_FROM_NAME => 本地测试
                                                                    AWS_ACCESS_KEY_ID => 
                                                                    AWS_SECRET_ACCESS_KEY => 
                                                                    AWS_DEFAULT_REGION => us-east-1
                                                                    AWS_BUCKET => 
                                                                    PUSHER_APP_ID => 
                                                                    PUSHER_APP_KEY => 
                                                                    PUSHER_APP_SECRET => 
                                                                    PUSHER_APP_CLUSTER => mt1
                                                                    MIX_PUSHER_APP_KEY => 
                                                                    MIX_PUSHER_APP_CLUSTER => mt1
                                                                    PATH_INFO => 
                                                                    REQUEST_METHOD => GET
                                                                    REQUEST_URI => /
                                                                    QUERY_STRING => 
                                                                )
                                                        )
                                                    files => Symfony\Component\HttpFoundation\FileBag Object(
                                                            parameters => Array()
                                                        )
                                                    cookies => Symfony\Component\HttpFoundation\ParameterBag Object(
                                                            parameters => Array()
                                                        )
                                                    headers => Symfony\Component\HttpFoundation\HeaderBag Object(
                                                            headers => Array(
                                                                    host => Array(
                                                                            0 => localhost
                                                                        )
                                                                    [user-agent] => Array(
                                                                            0 => Symfony
                                                                        )
                                                                    accept => Array(
                                                                            0 => text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
                                                                        )
                                                                    [accept-language] => Array(
                                                                            0 => en-us,en;q=0.5
                                                                        )
                                                                    [accept-charset] => Array(
                                                                            0 => ISO-8859-1,utf-8;q=0.7,*;q=0.7
                                                                        )
                                                                )
                                                            cacheControl => Array()
                                                        )
                                                    content => 
                                                    languages => 
                                                    charsets => 
                                                    encodings => 
                                                    acceptableContentTypes => 
                                                    pathInfo => 
                                                    requestUri => 
                                                    baseUrl => 
                                                    basePath => 
                                                    method => 
                                                    format => 
                                                    session => 
                                                    locale => 
                                                    defaultLocale => en
                                                    [preferredFormat:Symfony\Component\HttpFoundation\Request:private] => 
                                                    [isHostValid:Symfony\Component\HttpFoundation\Request:private] => 1
                                                    [isForwardedValid:Symfony\Component\HttpFoundation\Request:private] => 1
                                                )
                                            [Facade\Ignition\LogRecorder\LogRecorder] => Facade\Ignition\LogRecorder\LogRecorder Object(
                                                    logMessages => Array()
                                                    app => Illuminate\Foundation\Application Object
 
                                                )
                                            [Facade\Ignition\DumpRecorder\DumpRecorder] => Facade\Ignition\DumpRecorder\DumpRecorder Object(
                                                    dumps => Array()
                                                    app => Illuminate\Foundation\Application Object
 
                                                )
                                            [Facade\Ignition\QueryRecorder\QueryRecorder] => Facade\Ignition\QueryRecorder\QueryRecorder Object(
                                                    queries => Array()
                                                    app => Illuminate\Foundation\Application Object
 
                                                )
                                            [flare.http] => Facade\FlareClient\Http\Client Object(
                                                    [apiToken:Facade\FlareClient\Http\Client:private] => 
                                                    [apiSecret:Facade\FlareClient\Http\Client:private] => 
                                                    [baseUrl:Facade\FlareClient\Http\Client:private] => https://flareapp.io/api
                                                    [timeout:Facade\FlareClient\Http\Client:private] => 10
                                                )
                                            [flare.client] => Facade\FlareClient\Flare Object(
                                                    [client:Facade\FlareClient\Flare:private] => Facade\FlareClient\Http\Client Object(
                                                            [apiToken:Facade\FlareClient\Http\Client:private] => 
                                                            [apiSecret:Facade\FlareClient\Http\Client:private] => 
                                                            [baseUrl:Facade\FlareClient\Http\Client:private] => https://flareapp.io/api
                                                            [timeout:Facade\FlareClient\Http\Client:private] => 10
                                                        )
                                                    [api:Facade\FlareClient\Flare:private] => Facade\FlareClient\Api Object(
                                                            [client:Facade\FlareClient\Api:private] => Facade\FlareClient\Http\Client Object(
                                                                    [apiToken:Facade\FlareClient\Http\Client:private] => 
                                                                    [apiSecret:Facade\FlareClient\Http\Client:private] => 
                                                                    [baseUrl:Facade\FlareClient\Http\Client:private] => https://flareapp.io/api
                                                                    [timeout:Facade\FlareClient\Http\Client:private] => 10
                                                                )
                                                            [queue:Facade\FlareClient\Api:private] => Array()
                                                        )
                                                    [middleware:Facade\FlareClient\Flare:private] => Array(
                                                            0 => Facade\FlareClient\Middleware\AddGlows Object(
                                                                    [recorder:Facade\FlareClient\Middleware\AddGlows:private] => Facade\FlareClient\Glows\Recorder Object(
                                                                            [glows:Facade\FlareClient\Glows\Recorder:private] => Array()
                                                                        )
                                                                )
                                                            1 => Facade\FlareClient\Middleware\AnonymizeIp Object()
                                                            2 => Facade\Ignition\Middleware\SetNotifierName Object()
                                                            3 => Facade\Ignition\Middleware\AddEnvironmentInformation Object()
                                                            4 => Facade\Ignition\Middleware\AddLogs Object(
                                                                    logRecorder => Facade\Ignition\LogRecorder\LogRecorder Object(
                                                                            logMessages => Array()
                                                                            app => Illuminate\Foundation\Application Object
 
                                                                        )
                                                                )
                                                            5 => Facade\Ignition\Middleware\AddDumps Object(
                                                                    dumpRecorder => Facade\Ignition\DumpRecorder\DumpRecorder Object(
                                                                            dumps => Array()
                                                                            app => Illuminate\Foundation\Application Object
 
                                                                        )
                                                                )
                                                            6 => Facade\Ignition\Middleware\AddQueries Object(
                                                                    queryRecorder => Facade\Ignition\QueryRecorder\QueryRecorder Object(
                                                                            queries => Array()
                                                                            app => Illuminate\Foundation\Application Object
 
                                                                        )
                                                                )
                                                            7 => Facade\Ignition\Middleware\AddSolutions Object(
                                                                    solutionProviderRepository => Facade\Ignition\SolutionProviders\SolutionProviderRepository Object(
                                                                            solutionProviders => Illuminate\Support\Collection Object(
                                                                                    items => Array(
                                                                                            0 => Facade\Ignition\SolutionProviders\IncorrectValetDbCredentialsSolutionProvider
                                                                                            1 => Facade\Ignition\SolutionProviders\MissingAppKeySolutionProvider
                                                                                            2 => Facade\Ignition\SolutionProviders\DefaultDbNameSolutionProvider
                                                                                            3 => Facade\Ignition\SolutionProviders\BadMethodCallSolutionProvider
                                                                                            4 => Facade\Ignition\SolutionProviders\TableNotFoundSolutionProvider
                                                                                            5 => Facade\Ignition\SolutionProviders\MissingImportSolutionProvider
                                                                                            6 => Facade\Ignition\SolutionProviders\MissingPackageSolutionProvider
                                                                                            7 => Facade\Ignition\SolutionProviders\InvalidRouteActionSolutionProvider
                                                                                            8 => Facade\Ignition\SolutionProviders\ViewNotFoundSolutionProvider
                                                                                            9 => Facade\Ignition\SolutionProviders\UndefinedVariableSolutionProvider
                                                                                            10 => Facade\Ignition\SolutionProviders\MergeConflictSolutionProvider
                                                                                            11 => Facade\Ignition\SolutionProviders\RunningLaravelDuskInProductionProvider
                                                                                            12 => Facade\Ignition\SolutionProviders\MissingColumnSolutionProvider
                                                                                            13 => Facade\Ignition\SolutionProviders\UnknownValidationSolutionProvider
                                                                                        )
                                                                                )
                                                                        )
                                                                )
                                                            8 => Facade\Ignition\Middleware\AddGitInformation Object()
                                                        )
                                                    [recorder:Facade\FlareClient\Flare:private] => Facade\FlareClient\Glows\Recorder Object(
                                                            [glows:Facade\FlareClient\Glows\Recorder:private] => Array()
                                                        )
                                                    [applicationPath:Facade\FlareClient\Flare:private] => /0000
                                                    [container:Facade\FlareClient\Flare:private] => Illuminate\Foundation\Application Object
 
                                                    [contextDetector:Facade\FlareClient\Flare:private] => Facade\Ignition\Context\LaravelContextDetector Object()
                                                    [previousExceptionHandler:Facade\FlareClient\Flare:private] => 
                                                    [previousErrorHandler:Facade\FlareClient\Flare:private] => 
                                                    [messageLevel:Facade\FlareClient\Flare:private] => 
                                                    [stage:Facade\FlareClient\Flare:private] => local
                                                    [userProvidedContext:Facade\FlareClient\Flare:private] => Array()
                                                )
                                            [Facade\IgnitionContracts\SolutionProviderRepository] => Facade\Ignition\SolutionProviders\SolutionProviderRepository Object(
                                                    solutionProviders => Illuminate\Support\Collection Object(
                                                            items => Array(
                                                                    0 => Facade\Ignition\SolutionProviders\IncorrectValetDbCredentialsSolutionProvider
                                                                    1 => Facade\Ignition\SolutionProviders\MissingAppKeySolutionProvider
                                                                    2 => Facade\Ignition\SolutionProviders\DefaultDbNameSolutionProvider
                                                                    3 => Facade\Ignition\SolutionProviders\BadMethodCallSolutionProvider
                                                                    4 => Facade\Ignition\SolutionProviders\TableNotFoundSolutionProvider
                                                                    5 => Facade\Ignition\SolutionProviders\MissingImportSolutionProvider
                                                                    6 => Facade\Ignition\SolutionProviders\MissingPackageSolutionProvider
                                                                    7 => Facade\Ignition\SolutionProviders\InvalidRouteActionSolutionProvider
                                                                    8 => Facade\Ignition\SolutionProviders\ViewNotFoundSolutionProvider
                                                                    9 => Facade\Ignition\SolutionProviders\UndefinedVariableSolutionProvider
                                                                    10 => Facade\Ignition\SolutionProviders\MergeConflictSolutionProvider
                                                                    11 => Facade\Ignition\SolutionProviders\RunningLaravelDuskInProductionProvider
                                                                    12 => Facade\Ignition\SolutionProviders\MissingColumnSolutionProvider
                                                                    13 => Facade\Ignition\SolutionProviders\UnknownValidationSolutionProvider
                                                                )
                                                        )
                                                )
                                            [Illuminate\Contracts\Debug\ExceptionHandler] => NunoMaduro\Collision\Adapters\Laravel\ExceptionHandler Object(
                                                    appExceptionHandler => App\Exceptions\Handler Object(
                                                            dontReport => Array()
                                                            dontFlash => Array(
                                                                    0 => password
                                                                    1 => password_confirmation
                                                                )
                                                            container => Illuminate\Foundation\Application Object
 
                                                            internalDontReport => Array(
                                                                    0 => Illuminate\Auth\AuthenticationException
                                                                    1 => Illuminate\Auth\Access\AuthorizationException
                                                                    2 => Symfony\Component\HttpKernel\Exception\HttpException
                                                                    3 => Illuminate\Http\Exceptions\HttpResponseException
                                                                    4 => Illuminate\Database\Eloquent\ModelNotFoundException
                                                                    5 => Symfony\Component\HttpFoundation\Exception\SuspiciousOperationException
                                                                    6 => Illuminate\Session\TokenMismatchException
                                                                    7 => Illuminate\Validation\ValidationException
                                                                )
                                                        )
                                                    container => Illuminate\Foundation\Application Object
 
                                                )
                                            [db.factory] => Illuminate\Database\Connectors\ConnectionFactory Object(
                                                    container => Illuminate\Foundation\Application Object
 
                                                )
                                            db => Illuminate\Database\DatabaseManager Object(
                                                    app => Illuminate\Foundation\Application Object
 
                                                    factory => Illuminate\Database\Connectors\ConnectionFactory Object(
                                                            container => Illuminate\Foundation\Application Object
 
                                                        )
                                                    connections => Array()
                                                    extensions => Array()
                                                    reconnector => Closure Object(
                                                            this => Illuminate\Database\DatabaseManager Object
 
                                                            parameter => Array(
                                                                    [$connection] => 
                                                                )
                                                        )
                                                )
                                            [view.engine.resolver] => Illuminate\View\Engines\EngineResolver Object(
                                                    resolvers => Array(
                                                            file => Closure Object(
                                                                    this => Illuminate\View\ViewServiceProvider Object(
                                                                            app => Illuminate\Foundation\Application Object
 
                                                                        )
                                                                )
                                                            php => Closure Object(
                                                                    this => Facade\Ignition\IgnitionServiceProvider Object(
                                                                            app => Illuminate\Foundation\Application Object
 
                                                                        )
                                                                )
                                                            blade => Closure Object(
                                                                    this => Facade\Ignition\IgnitionServiceProvider Object(
                                                                            app => Illuminate\Foundation\Application Object
 
                                                                        )
                                                                )
                                                        )
                                                    resolved => Array()
                                                )
                                            files => Illuminate\Filesystem\Filesystem Object()
                                            [blade.compiler] => Illuminate\View\Compilers\BladeCompiler Object(
                                                    extensions => Array()
                                                    customDirectives => Array()
                                                    conditions => Array()
                                                    path => 
                                                    compilers => Array(
                                                            0 => Comments
                                                            1 => Extensions
                                                            2 => Statements
                                                            3 => Echos
                                                        )
                                                    rawTags => Array(
                                                            0 => {!!
                                                            1 => !!}
                                                        )
                                                    contentTags => Array(
                                                            0 => {{
                                                            1 => }}
                                                        )
                                                    escapedTags => Array(
                                                            0 => {{{
                                                            1 => }}}
                                                        )
                                                    echoFormat => e(%s)
                                                    footer => Array()
                                                    rawBlocks => Array()
                                                    files => Illuminate\Filesystem\Filesystem Object()
                                                    cachePath => /0000/storage/framework/views
                                                    firstCaseInSwitch => 1
                                                    [encodingOptions:Illuminate\View\Compilers\BladeCompiler:private] => 15
                                                    lastSection => 
                                                    forElseCounter => 0
                                                )
                                            log => Illuminate\Log\LogManager Object(
                                                    app => Illuminate\Foundation\Application Object
 
                                                    channels => Array()
                                                    customCreators => Array(
                                                            flare => Closure Object(
                                                                    this => Illuminate\Log\LogManager Object
 
                                                                    parameter => Array(
                                                                            [$app] => 
                                                                        )
                                                                )
                                                        )
                                                    dateFormat => Y-m-d H:i:s
                                                    levels => Array(
                                                            debug => 100
                                                            info => 200
                                                            notice => 250
                                                            warning => 300
                                                            error => 400
                                                            critical => 500
                                                            alert => 550
                                                            emergency => 600
                                                        )
                                                )
                                            queue => Illuminate\Queue\QueueManager Object(
                                                    app => Illuminate\Foundation\Application Object
 
                                                    connections => Array()
                                                    connectors => Array(
                                                            null => Closure Object(
                                                                    this => Illuminate\Queue\QueueServiceProvider Object(
                                                                            app => Illuminate\Foundation\Application Object
 
                                                                        )
                                                                )
                                                            sync => Closure Object(
                                                                    this => Illuminate\Queue\QueueServiceProvider Object(
                                                                            app => Illuminate\Foundation\Application Object
 
                                                                        )
                                                                )
                                                            database => Closure Object(
                                                                    this => Illuminate\Queue\QueueServiceProvider Object(
                                                                            app => Illuminate\Foundation\Application Object
 
                                                                        )
                                                                )
                                                            redis => Closure Object(
                                                                    this => Illuminate\Queue\QueueServiceProvider Object(
                                                                            app => Illuminate\Foundation\Application Object
 
                                                                        )
                                                                )
                                                            beanstalkd => Closure Object(
                                                                    this => Illuminate\Queue\QueueServiceProvider Object(
                                                                            app => Illuminate\Foundation\Application Object
 
                                                                        )
                                                                )
                                                            sqs => Closure Object(
                                                                    this => Illuminate\Queue\QueueServiceProvider Object(
                                                                            app => Illuminate\Foundation\Application Object
 
                                                                        )
                                                                )
                                                        )
                                                )
                                            date => Illuminate\Support\DateFactory Object()
                                            router => Illuminate\Routing\Router Object
 
                                            routes => Illuminate\Routing\RouteCollection Object(
                                                    routes => Array()
                                                    allRoutes => Array()
                                                    nameList => Array()
                                                    actionList => Array()
                                                )
                                            url => Illuminate\Routing\UrlGenerator Object(
                                                    routes => Illuminate\Routing\RouteCollection Object(
                                                            routes => Array()
                                                            allRoutes => Array()
                                                            nameList => Array()
                                                            actionList => Array()
                                                        )
                                                    request => Illuminate\Http\Request Object(
                                                            json => 
                                                            convertedFiles => 
                                                            userResolver => 
                                                            routeResolver => 
                                                            attributes => Symfony\Component\HttpFoundation\ParameterBag Object(
                                                                    parameters => Array()
                                                                )
                                                            request => Symfony\Component\HttpFoundation\ParameterBag Object(
                                                                    parameters => Array()
                                                                )
                                                            query => Symfony\Component\HttpFoundation\ParameterBag Object(
                                                                    parameters => Array()
                                                                )
                                                            server => Symfony\Component\HttpFoundation\ServerBag Object(
                                                                    parameters => Array(
                                                                            SERVER_NAME => localhost
                                                                            SERVER_PORT => 80
                                                                            HTTP_HOST => localhost
                                                                            HTTP_USER_AGENT => Symfony
                                                                            HTTP_ACCEPT => text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
                                                                            HTTP_ACCEPT_LANGUAGE => en-us,en;q=0.5
                                                                            HTTP_ACCEPT_CHARSET => ISO-8859-1,utf-8;q=0.7,*;q=0.7
                                                                            REMOTE_ADDR => 127.0.0.1
                                                                            SCRIPT_NAME => artisan
                                                                            SCRIPT_FILENAME => artisan
                                                                            SERVER_PROTOCOL => HTTP/1.1
                                                                            REQUEST_TIME => 1578274354
                                                                            PHP_EXTRA_CONFIGURE_ARGS => --enable-fpm --with-fpm-user=www-data --with-fpm-group=www-data --disable-cgi
                                                                            LANGUAGE => C
                                                                            HOSTNAME => d9d2f135fb85
                                                                            PHP_INI_DIR => /usr/local/etc/php
                                                                            GIT_ASKPASS => echo
                                                                            SHLVL => 2
                                                                            HOME => /root
                                                                            OLDPWD => /
                                                                            PHP_LDFLAGS => -Wl,-O1 -Wl,--hash-style=both -pie
                                                                            PHP_CFLAGS => -fstack-protector-strong -fpic -fpie -O2
                                                                            PHP_MD5 => 
                                                                            PHP_VERSION => 7.2.19
                                                                            COMPOSER_HOME => /tmp/composer
                                                                            COMPOSER_BINARY => /usr/bin/composer
                                                                            GPG_KEYS => 1729F83938DA44E27BA0F4D3DBDB397470D12172 B1B44D8F021E4E2D6021E995DC9FF8D3EE5AF27F
                                                                            PHP_CPPFLAGS => -fstack-protector-strong -fpic -fpie -O2
                                                                            PHP_ASC_URL => https://www.php.net/get/php-7.2.19.tar.xz.asc/from/this/mirror
                                                                            PHP_URL => https://www.php.net/get/php-7.2.19.tar.xz/from/this/mirror
                                                                            TERM => xterm
                                                                            PATH => /0000/vendor/bin:/tmp/composer/vendor/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
                                                                            LD_PRELOAD => /usr/lib/preloadable_libiconv.so php
                                                                            PHPIZE_DEPS => autoconf 		dpkg-dev dpkg 		file 		g++ 		gcc 		libc-dev 		make 		pkgconf 		re2c
                                                                            PWD => /0000
                                                                            PHP_SHA256 => 4ffa2404a88d60e993a9fe69f829ebec3eb1e006de41b6048ce5e91bbeaa9282
                                                                            PHP_SELF => artisan
                                                                            PATH_TRANSLATED => artisan
                                                                            DOCUMENT_ROOT => 
                                                                            REQUEST_TIME_FLOAT => 1578274354.5135
                                                                            argv => Array(
                                                                                    0 => artisan
                                                                                    1 => package:discover
                                                                                    2 => --ansi
                                                                                )
                                                                            argc => 3
                                                                            APP_NAME => 本地测试
                                                                            APP_ENV => local
                                                                            APP_KEY => base64:gIjju1XIlTNS6j8BuifyrL2QAARYlvdKYd31eAqei7g=
                                                                            APP_DEBUG => true
                                                                            APP_URL => http://localhost
                                                                            LOG_CHANNEL => stack
                                                                            DB_CONNECTION => mysql
                                                                            DB_HOST => 127.0.0.1
                                                                            DB_PORT => 3306
                                                                            DB_DATABASE => laravel
                                                                            DB_USERNAME => root
                                                                            DB_PASSWORD => 
                                                                            BROADCAST_DRIVER => log
                                                                            CACHE_DRIVER => file
                                                                            QUEUE_CONNECTION => sync
                                                                            SESSION_DRIVER => cookie
                                                                            SESSION_LIFETIME => 120
                                                                            REDIS_HOST => 127.0.0.1
                                                                            REDIS_PASSWORD => null
                                                                            REDIS_PORT => 6379
                                                                            MAIL_DRIVER => smtp
                                                                            MAIL_HOST => smtp.mailtrap.io
                                                                            MAIL_PORT => 2525
                                                                            MAIL_USERNAME => null
                                                                            MAIL_PASSWORD => null
                                                                            MAIL_ENCRYPTION => null
                                                                            MAIL_FROM_ADDRESS => null
                                                                            MAIL_FROM_NAME => 本地测试
                                                                            AWS_ACCESS_KEY_ID => 
                                                                            AWS_SECRET_ACCESS_KEY => 
                                                                            AWS_DEFAULT_REGION => us-east-1
                                                                            AWS_BUCKET => 
                                                                            PUSHER_APP_ID => 
                                                                            PUSHER_APP_KEY => 
                                                                            PUSHER_APP_SECRET => 
                                                                            PUSHER_APP_CLUSTER => mt1
                                                                            MIX_PUSHER_APP_KEY => 
                                                                            MIX_PUSHER_APP_CLUSTER => mt1
                                                                            PATH_INFO => 
                                                                            REQUEST_METHOD => GET
                                                                            REQUEST_URI => /
                                                                            QUERY_STRING => 
                                                                        )
                                                                )
                                                            files => Symfony\Component\HttpFoundation\FileBag Object(
                                                                    parameters => Array()
                                                                )
                                                            cookies => Symfony\Component\HttpFoundation\ParameterBag Object(
                                                                    parameters => Array()
                                                                )
                                                            headers => Symfony\Component\HttpFoundation\HeaderBag Object(
                                                                    headers => Array(
                                                                            host => Array(
                                                                                    0 => localhost
                                                                                )
                                                                            [user-agent] => Array(
                                                                                    0 => Symfony
                                                                                )
                                                                            accept => Array(
                                                                                    0 => text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
                                                                                )
                                                                            [accept-language] => Array(
                                                                                    0 => en-us,en;q=0.5
                                                                                )
                                                                            [accept-charset] => Array(
                                                                                    0 => ISO-8859-1,utf-8;q=0.7,*;q=0.7
                                                                                )
                                                                        )
                                                                    cacheControl => Array()
                                                                )
                                                            content => 
                                                            languages => 
                                                            charsets => 
                                                            encodings => 
                                                            acceptableContentTypes => 
                                                            pathInfo => 
                                                            requestUri => 
                                                            baseUrl => 
                                                            basePath => 
                                                            method => 
                                                            format => 
                                                            session => 
                                                            locale => 
                                                            defaultLocale => en
                                                            [preferredFormat:Symfony\Component\HttpFoundation\Request:private] => 
                                                            [isHostValid:Symfony\Component\HttpFoundation\Request:private] => 1
                                                            [isForwardedValid:Symfony\Component\HttpFoundation\Request:private] => 1
                                                        )
                                                    assetRoot => 
                                                    forcedRoot => 
                                                    forceScheme => 
                                                    cachedRoot => 
                                                    cachedScheme => 
                                                    rootNamespace => App\Http\Controllers
                                                    sessionResolver => Closure Object(
                                                            this => Illuminate\Routing\RoutingServiceProvider Object(
                                                                    app => Illuminate\Foundation\Application Object
 
                                                                )
                                                        )
                                                    keyResolver => Closure Object(
                                                            this => Illuminate\Routing\RoutingServiceProvider Object(
                                                                    app => Illuminate\Foundation\Application Object
 
                                                                )
                                                        )
                                                    formatHostUsing => 
                                                    formatPathUsing => 
                                                    routeGenerator => 
                                                )
                                        )
                                    aliases => Array(
                                            [Illuminate\Foundation\Application] => app
                                            [Illuminate\Contracts\Container\Container] => app
                                            [Illuminate\Contracts\Foundation\Application] => app
                                            [Psr\Container\ContainerInterface] => app
                                            [Illuminate\Auth\AuthManager] => auth
                                            [Illuminate\Contracts\Auth\Factory] => auth
                                            [Illuminate\Contracts\Auth\Guard] => auth.driver
                                            [Illuminate\View\Compilers\BladeCompiler] => blade.compiler
                                            [Illuminate\Cache\CacheManager] => cache
                                            [Illuminate\Contracts\Cache\Factory] => cache
                                            [Illuminate\Cache\Repository] => cache.store
                                            [Illuminate\Contracts\Cache\Repository] => cache.store
                                            [Psr\SimpleCache\CacheInterface] => cache.store
                                            [Symfony\Component\Cache\Adapter\Psr16Adapter] => cache.psr6
                                            [Symfony\Component\Cache\Adapter\AdapterInterface] => cache.psr6
                                            [Psr\Cache\CacheItemPoolInterface] => cache.psr6
                                            [Illuminate\Config\Repository] => config
                                            [Illuminate\Contracts\Config\Repository] => config
                                            [Illuminate\Cookie\CookieJar] => cookie
                                            [Illuminate\Contracts\Cookie\Factory] => cookie
                                            [Illuminate\Contracts\Cookie\QueueingFactory] => cookie
                                            [Illuminate\Encryption\Encrypter] => encrypter
                                            [Illuminate\Contracts\Encryption\Encrypter] => encrypter
                                            [Illuminate\Database\DatabaseManager] => db
                                            [Illuminate\Database\ConnectionResolverInterface] => db
                                            [Illuminate\Database\Connection] => db.connection
                                            [Illuminate\Database\ConnectionInterface] => db.connection
                                            [Illuminate\Events\Dispatcher] => events
                                            [Illuminate\Contracts\Events\Dispatcher] => events
                                            [Illuminate\Filesystem\Filesystem] => files
                                            [Illuminate\Filesystem\FilesystemManager] => filesystem
                                            [Illuminate\Contracts\Filesystem\Factory] => filesystem
                                            [Illuminate\Contracts\Filesystem\Filesystem] => filesystem.disk
                                            [Illuminate\Contracts\Filesystem\Cloud] => filesystem.cloud
                                            [Illuminate\Hashing\HashManager] => hash
                                            [Illuminate\Contracts\Hashing\Hasher] => hash.driver
                                            [Illuminate\Translation\Translator] => translator
                                            [Illuminate\Contracts\Translation\Translator] => translator
                                            [Illuminate\Log\LogManager] => log
                                            [Psr\Log\LoggerInterface] => log
                                            [Illuminate\Mail\Mailer] => mailer
                                            [Illuminate\Contracts\Mail\Mailer] => mailer
                                            [Illuminate\Contracts\Mail\MailQueue] => mailer
                                            [Illuminate\Auth\Passwords\PasswordBrokerManager] => auth.password
                                            [Illuminate\Contracts\Auth\PasswordBrokerFactory] => auth.password
                                            [Illuminate\Auth\Passwords\PasswordBroker] => auth.password.broker
                                            [Illuminate\Contracts\Auth\PasswordBroker] => auth.password.broker
                                            [Illuminate\Queue\QueueManager] => queue
                                            [Illuminate\Contracts\Queue\Factory] => queue
                                            [Illuminate\Contracts\Queue\Monitor] => queue
                                            [Illuminate\Contracts\Queue\Queue] => queue.connection
                                            [Illuminate\Queue\Failed\FailedJobProviderInterface] => queue.failer
                                            [Illuminate\Routing\Redirector] => redirect
                                            [Illuminate\Redis\RedisManager] => redis
                                            [Illuminate\Contracts\Redis\Factory] => redis
                                            [Illuminate\Http\Request] => request
                                            [Symfony\Component\HttpFoundation\Request] => request
                                            [Illuminate\Routing\Router] => router
                                            [Illuminate\Contracts\Routing\Registrar] => router
                                            [Illuminate\Contracts\Routing\BindingRegistrar] => router
                                            [Illuminate\Session\SessionManager] => session
                                            [Illuminate\Session\Store] => session.store
                                            [Illuminate\Contracts\Session\Session] => session.store
                                            [Illuminate\Routing\UrlGenerator] => url
                                            [Illuminate\Contracts\Routing\UrlGenerator] => url
                                            [Illuminate\Validation\Factory] => validator
                                            [Illuminate\Contracts\Validation\Factory] => validator
                                            [Illuminate\View\Factory] => view
                                            [Illuminate\Contracts\View\Factory] => view
                                            [Illuminate\Contracts\Notifications\Dispatcher] => Illuminate\Notifications\ChannelManager
                                            [Illuminate\Contracts\Notifications\Factory] => Illuminate\Notifications\ChannelManager
                                            [Facade\FlareClient\Http\Client] => flare.http
                                            [Facade\FlareClient\Flare] => flare.client
                                        )
                                    abstractAliases => Array(
                                            app => Array(
                                                    0 => Illuminate\Foundation\Application
                                                    1 => Illuminate\Contracts\Container\Container
                                                    2 => Illuminate\Contracts\Foundation\Application
                                                    3 => Psr\Container\ContainerInterface
                                                )
                                            auth => Array(
                                                    0 => Illuminate\Auth\AuthManager
                                                    1 => Illuminate\Contracts\Auth\Factory
                                                )
                                            [auth.driver] => Array(
                                                    0 => Illuminate\Contracts\Auth\Guard
                                                )
                                            [blade.compiler] => Array(
                                                    0 => Illuminate\View\Compilers\BladeCompiler
                                                )
                                            cache => Array(
                                                    0 => Illuminate\Cache\CacheManager
                                                    1 => Illuminate\Contracts\Cache\Factory
                                                )
                                            [cache.store] => Array(
                                                    0 => Illuminate\Cache\Repository
                                                    1 => Illuminate\Contracts\Cache\Repository
                                                    2 => Psr\SimpleCache\CacheInterface
                                                )
                                            [cache.psr6] => Array(
                                                    0 => Symfony\Component\Cache\Adapter\Psr16Adapter
                                                    1 => Symfony\Component\Cache\Adapter\AdapterInterface
                                                    2 => Psr\Cache\CacheItemPoolInterface
                                                )
                                            config => Array(
                                                    0 => Illuminate\Config\Repository
                                                    1 => Illuminate\Contracts\Config\Repository
                                                )
                                            cookie => Array(
                                                    0 => Illuminate\Cookie\CookieJar
                                                    1 => Illuminate\Contracts\Cookie\Factory
                                                    2 => Illuminate\Contracts\Cookie\QueueingFactory
                                                )
                                            encrypter => Array(
                                                    0 => Illuminate\Encryption\Encrypter
                                                    1 => Illuminate\Contracts\Encryption\Encrypter
                                                )
                                            db => Array(
                                                    0 => Illuminate\Database\DatabaseManager
                                                    1 => Illuminate\Database\ConnectionResolverInterface
                                                )
                                            [db.connection] => Array(
                                                    0 => Illuminate\Database\Connection
                                                    1 => Illuminate\Database\ConnectionInterface
                                                )
                                            events => Array(
                                                    0 => Illuminate\Events\Dispatcher
                                                    1 => Illuminate\Contracts\Events\Dispatcher
                                                )
                                            files => Array(
                                                    0 => Illuminate\Filesystem\Filesystem
                                                )
                                            filesystem => Array(
                                                    0 => Illuminate\Filesystem\FilesystemManager
                                                    1 => Illuminate\Contracts\Filesystem\Factory
                                                )
                                            [filesystem.disk] => Array(
                                                    0 => Illuminate\Contracts\Filesystem\Filesystem
                                                )
                                            [filesystem.cloud] => Array(
                                                    0 => Illuminate\Contracts\Filesystem\Cloud
                                                )
                                            hash => Array(
                                                    0 => Illuminate\Hashing\HashManager
                                                )
                                            [hash.driver] => Array(
                                                    0 => Illuminate\Contracts\Hashing\Hasher
                                                )
                                            translator => Array(
                                                    0 => Illuminate\Translation\Translator
                                                    1 => Illuminate\Contracts\Translation\Translator
                                                )
                                            log => Array(
                                                    0 => Illuminate\Log\LogManager
                                                    1 => Psr\Log\LoggerInterface
                                                )
                                            mailer => Array(
                                                    0 => Illuminate\Mail\Mailer
                                                    1 => Illuminate\Contracts\Mail\Mailer
                                                    2 => Illuminate\Contracts\Mail\MailQueue
                                                )
                                            [auth.password] => Array(
                                                    0 => Illuminate\Auth\Passwords\PasswordBrokerManager
                                                    1 => Illuminate\Contracts\Auth\PasswordBrokerFactory
                                                )
                                            [auth.password.broker] => Array(
                                                    0 => Illuminate\Auth\Passwords\PasswordBroker
                                                    1 => Illuminate\Contracts\Auth\PasswordBroker
                                                )
                                            queue => Array(
                                                    0 => Illuminate\Queue\QueueManager
                                                    1 => Illuminate\Contracts\Queue\Factory
                                                    2 => Illuminate\Contracts\Queue\Monitor
                                                )
                                            [queue.connection] => Array(
                                                    0 => Illuminate\Contracts\Queue\Queue
                                                )
                                            [queue.failer] => Array(
                                                    0 => Illuminate\Queue\Failed\FailedJobProviderInterface
                                                )
                                            redirect => Array(
                                                    0 => Illuminate\Routing\Redirector
                                                )
                                            redis => Array(
                                                    0 => Illuminate\Redis\RedisManager
                                                    1 => Illuminate\Contracts\Redis\Factory
                                                )
                                            request => Array(
                                                    0 => Illuminate\Http\Request
                                                    1 => Symfony\Component\HttpFoundation\Request
                                                )
                                            router => Array(
                                                    0 => Illuminate\Routing\Router
                                                    1 => Illuminate\Contracts\Routing\Registrar
                                                    2 => Illuminate\Contracts\Routing\BindingRegistrar
                                                )
                                            session => Array(
                                                    0 => Illuminate\Session\SessionManager
                                                )
                                            [session.store] => Array(
                                                    0 => Illuminate\Session\Store
                                                    1 => Illuminate\Contracts\Session\Session
                                                )
                                            url => Array(
                                                    0 => Illuminate\Routing\UrlGenerator
                                                    1 => Illuminate\Contracts\Routing\UrlGenerator
                                                )
                                            validator => Array(
                                                    0 => Illuminate\Validation\Factory
                                                    1 => Illuminate\Contracts\Validation\Factory
                                                )
                                            view => Array(
                                                    0 => Illuminate\View\Factory
                                                    1 => Illuminate\Contracts\View\Factory
                                                )
                                            [Illuminate\Notifications\ChannelManager] => Array(
                                                    0 => Illuminate\Contracts\Notifications\Dispatcher
                                                    1 => Illuminate\Contracts\Notifications\Factory
                                                )
                                            [flare.http] => Array(
                                                    0 => Facade\FlareClient\Http\Client
                                                )
                                            [flare.client] => Array(
                                                    0 => Facade\FlareClient\Flare
                                                )
                                        )
                                    extenders => Array(
                                            url => Array(
                                                    0 => Closure Object(
                                                            this => Illuminate\Routing\RoutingServiceProvider Object(
                                                                    app => Illuminate\Foundation\Application Object
 
                                                                )
                                                            parameter => Array(
                                                                    [$url] => 
                                                                    [$app] => 
                                                                )
                                                        )
                                                )
                                        )
                                    tags => Array()
                                    buildStack => Array()
                                    with => Array()
                                    contextual => Array()
                                    reboundCallbacks => Array(
                                            request => Array(
                                                    0 => Closure Object(
                                                            this => Illuminate\Auth\AuthServiceProvider Object(
                                                                    app => Illuminate\Foundation\Application Object
 
                                                                )
                                                            parameter => Array(
                                                                    [$app] => 
                                                                    [$request] => 
                                                                )
                                                        )
                                                    1 => Closure Object(
                                                            this => Illuminate\Routing\RoutingServiceProvider Object(
                                                                    app => Illuminate\Foundation\Application Object
 
                                                                )
                                                            parameter => Array(
                                                                    [$app] => 
                                                                    [$request] => 
                                                                )
                                                        )
                                                )
                                            events => Array(
                                                    0 => Closure Object(
                                                            this => Illuminate\Auth\AuthServiceProvider Object(
                                                                    app => Illuminate\Foundation\Application Object
 
                                                                )
                                                            parameter => Array(
                                                                    [$app] => 
                                                                    [$dispatcher] => 
                                                                )
                                                        )
                                                )
                                            routes => Array(
                                                    0 => Closure Object(
                                                            this => Illuminate\Routing\RoutingServiceProvider Object(
                                                                    app => Illuminate\Foundation\Application Object
 
                                                                )
                                                            parameter => Array(
                                                                    [$app] => 
                                                                    [$routes] => 
                                                                )
                                                        )
                                                )
                                        )
                                    globalResolvingCallbacks => Array()
                                    globalAfterResolvingCallbacks => Array()
                                    resolvingCallbacks => Array(
                                            [Illuminate\Foundation\Http\FormRequest] => Array(
                                                    0 => Closure Object(
                                                            this => Illuminate\Foundation\Providers\FormRequestServiceProvider Object(
                                                                    app => Illuminate\Foundation\Application Object
 
                                                                )
                                                            parameter => Array(
                                                                    [$request] => 
                                                                    [$app] => 
                                                                )
                                                        )
                                                )
                                        )
                                    afterResolvingCallbacks => Array(
                                            [Illuminate\Contracts\Validation\ValidatesWhenResolved] => Array(
                                                    0 => Closure Object(
                                                            this => Illuminate\Foundation\Providers\FormRequestServiceProvider Object(
                                                                    app => Illuminate\Foundation\Application Object
 
                                                                )
                                                            parameter => Array(
                                                                    [$resolved] => 
                                                                )
                                                        )
                                                )
                                            view => Array(
                                                    0 => Closure Object(
                                                            static => Array(
                                                                    path => /tutorials/vendor2/laravel/framework-6.x/src/Illuminate/Notifications/resources/views
                                                                    namespace => notifications
                                                                )
                                                            this => Illuminate\Notifications\NotificationServiceProvider Object(
                                                                    app => Illuminate\Foundation\Application Object
 
                                                                )
                                                            parameter => Array(
                                                                    [$view] => 
                                                                )
                                                        )
                                                    1 => Closure Object(
                                                            static => Array(
                                                                    path => /tutorials/vendor2/laravel/framework-6.x/src/Illuminate/Pagination/resources/views
                                                                    namespace => pagination
                                                                )
                                                            this => Illuminate\Pagination\PaginationServiceProvider Object(
                                                                    app => Illuminate\Foundation\Application Object
 
                                                                )
                                                            parameter => Array(
                                                                    [$view] => 
                                                                )
                                                        )
                                                )
                                        )
                                )
                            listeners => Array(
                                    [Illuminate\Queue\Events\Looping] => Array(
                                            0 => Closure Object(
                                                    static => Array(
                                                            listener => Closure Object(
                                                                    this => Facade\Ignition\IgnitionServiceProvider Object(
                                                                            app => Illuminate\Foundation\Application Object(
                                                                                    basePath => /0000
                                                                                    hasBeenBootstrapped => 1
                                                                                    booted => 
                                                                                    bootingCallbacks => Array(
                                                                                            0 => Closure Object(
                                                                                                    static => Array(
                                                                                                            instance => Illuminate\Queue\QueueServiceProvider Object(
                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                )
                                                                                                        )
                                                                                                    this => Illuminate\Foundation\Application Object
 
                                                                                                )
                                                                                        )
                                                                                    bootedCallbacks => Array(
                                                                                            0 => Closure Object(
                                                                                                    this => App\Console\Kernel Object(
                                                                                                            commands => Array()
                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                            events => Illuminate\Events\Dispatcher Object
 
                                                                                                            artisan => 
                                                                                                            commandsLoaded => 
                                                                                                            bootstrappers => Array(
                                                                                                                    0 => Illuminate\Foundation\Bootstrap\LoadEnvironmentVariables
                                                                                                                    1 => Illuminate\Foundation\Bootstrap\LoadConfiguration
                                                                                                                    2 => Illuminate\Foundation\Bootstrap\HandleExceptions
                                                                                                                    3 => Illuminate\Foundation\Bootstrap\RegisterFacades
                                                                                                                    4 => Illuminate\Foundation\Bootstrap\SetRequestForConsole
                                                                                                                    5 => Illuminate\Foundation\Bootstrap\RegisterProviders
                                                                                                                    6 => Illuminate\Foundation\Bootstrap\BootProviders
                                                                                                                )
                                                                                                        )
                                                                                                )
                                                                                        )
                                                                                    terminatingCallbacks => Array()
                                                                                    serviceProviders => Array(
                                                                                            0 => Illuminate\Events\EventServiceProvider Object(
                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                )
                                                                                            1 => Illuminate\Log\LogServiceProvider Object(
                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                )
                                                                                            2 => Illuminate\Routing\RoutingServiceProvider Object(
                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                )
                                                                                            3 => Illuminate\Auth\AuthServiceProvider Object(
                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                )
                                                                                            4 => Illuminate\Cookie\CookieServiceProvider Object(
                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                )
                                                                                            5 => Illuminate\Database\DatabaseServiceProvider Object(
                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                )
                                                                                            6 => Illuminate\Encryption\EncryptionServiceProvider Object(
                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                )
                                                                                            7 => Illuminate\Filesystem\FilesystemServiceProvider Object(
                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                )
                                                                                            8 => Illuminate\Foundation\Providers\FormRequestServiceProvider Object(
                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                )
                                                                                            9 => Illuminate\Foundation\Providers\FoundationServiceProvider Object(
                                                                                                    providers => Array(
                                                                                                            0 => Illuminate\Foundation\Providers\FormRequestServiceProvider
                                                                                                        )
                                                                                                    instances => Array(
                                                                                                            0 => Illuminate\Foundation\Providers\FormRequestServiceProvider Object(
                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                )
                                                                                                        )
                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                )
                                                                                            10 => Illuminate\Notifications\NotificationServiceProvider Object(
                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                )
                                                                                            11 => Illuminate\Pagination\PaginationServiceProvider Object(
                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                )
                                                                                            12 => Illuminate\Session\SessionServiceProvider Object(
                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                )
                                                                                            13 => Illuminate\View\ViewServiceProvider Object(
                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                )
                                                                                            14 => Facade\Ignition\IgnitionServiceProvider Object
 
                                                                                            15 => Fideloper\Proxy\TrustedProxyServiceProvider Object(
                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                )
                                                                                            16 => Carbon\Laravel\ServiceProvider Object(
                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                )
                                                                                            17 => NunoMaduro\Collision\Adapters\Laravel\CollisionServiceProvider Object(
                                                                                                    defer => 1
                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                )
                                                                                            18 => App\Providers\AppServiceProvider Object(
                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                )
                                                                                            19 => App\Providers\AuthServiceProvider Object(
                                                                                                    policies => Array()
                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                )
                                                                                            20 => App\Providers\EventServiceProvider Object(
                                                                                                    listen => Array(
                                                                                                            [Illuminate\Auth\Events\Registered] => Array(
                                                                                                                    0 => Illuminate\Auth\Listeners\SendEmailVerificationNotification
                                                                                                                )
                                                                                                        )
                                                                                                    subscribe => Array()
                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                )
                                                                                            21 => App\Providers\RouteServiceProvider Object(
                                                                                                    namespace => App\Http\Controllers
                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                )
                                                                                            22 => Illuminate\Queue\QueueServiceProvider Object(
                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                )
                                                                                        )
                                                                                    loadedProviders => Array(
                                                                                            [Illuminate\Events\EventServiceProvider] => 1
                                                                                            [Illuminate\Log\LogServiceProvider] => 1
                                                                                            [Illuminate\Routing\RoutingServiceProvider] => 1
                                                                                            [Illuminate\Auth\AuthServiceProvider] => 1
                                                                                            [Illuminate\Cookie\CookieServiceProvider] => 1
                                                                                            [Illuminate\Database\DatabaseServiceProvider] => 1
                                                                                            [Illuminate\Encryption\EncryptionServiceProvider] => 1
                                                                                            [Illuminate\Filesystem\FilesystemServiceProvider] => 1
                                                                                            [Illuminate\Foundation\Providers\FormRequestServiceProvider] => 1
                                                                                            [Illuminate\Foundation\Providers\FoundationServiceProvider] => 1
                                                                                            [Illuminate\Notifications\NotificationServiceProvider] => 1
                                                                                            [Illuminate\Pagination\PaginationServiceProvider] => 1
                                                                                            [Illuminate\Session\SessionServiceProvider] => 1
                                                                                            [Illuminate\View\ViewServiceProvider] => 1
                                                                                            [Facade\Ignition\IgnitionServiceProvider] => 1
                                                                                            [Fideloper\Proxy\TrustedProxyServiceProvider] => 1
                                                                                            [Carbon\Laravel\ServiceProvider] => 1
                                                                                            [NunoMaduro\Collision\Adapters\Laravel\CollisionServiceProvider] => 1
                                                                                            [App\Providers\AppServiceProvider] => 1
                                                                                            [App\Providers\AuthServiceProvider] => 1
                                                                                            [App\Providers\EventServiceProvider] => 1
                                                                                            [App\Providers\RouteServiceProvider] => 1
                                                                                            [Illuminate\Queue\QueueServiceProvider] => 1
                                                                                        )
                                                                                    deferredServices => Array(
                                                                                            [Illuminate\Broadcasting\BroadcastManager] => Illuminate\Broadcasting\BroadcastServiceProvider
                                                                                            [Illuminate\Contracts\Broadcasting\Factory] => Illuminate\Broadcasting\BroadcastServiceProvider
                                                                                            [Illuminate\Contracts\Broadcasting\Broadcaster] => Illuminate\Broadcasting\BroadcastServiceProvider
                                                                                            [Illuminate\Bus\Dispatcher] => Illuminate\Bus\BusServiceProvider
                                                                                            [Illuminate\Contracts\Bus\Dispatcher] => Illuminate\Bus\BusServiceProvider
                                                                                            [Illuminate\Contracts\Bus\QueueingDispatcher] => Illuminate\Bus\BusServiceProvider
                                                                                            cache => Illuminate\Cache\CacheServiceProvider
                                                                                            [cache.store] => Illuminate\Cache\CacheServiceProvider
                                                                                            [cache.psr6] => Illuminate\Cache\CacheServiceProvider
                                                                                            [memcached.connector] => Illuminate\Cache\CacheServiceProvider
                                                                                            [command.cache.clear] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                            [command.cache.forget] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                            [command.clear-compiled] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                            [command.auth.resets.clear] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                            [command.config.cache] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                            [command.config.clear] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                            [command.db.wipe] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                            [command.down] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                            [command.environment] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                            [command.event.cache] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                            [command.event.clear] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                            [command.event.list] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                            [command.key.generate] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                            [command.optimize] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                            [command.optimize.clear] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                            [command.package.discover] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                            [command.preset] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                            [command.queue.failed] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                            [command.queue.flush] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                            [command.queue.forget] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                            [command.queue.listen] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                            [command.queue.restart] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                            [command.queue.retry] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                            [command.queue.work] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                            [command.route.cache] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                            [command.route.clear] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                            [command.route.list] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                            [command.seed] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                            [Illuminate\Console\Scheduling\ScheduleFinishCommand] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                            [Illuminate\Console\Scheduling\ScheduleRunCommand] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                            [command.storage.link] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                            [command.up] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                            [command.view.cache] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                            [command.view.clear] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                            [command.cache.table] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                            [command.channel.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                            [command.console.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                            [command.controller.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                            [command.event.generate] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                            [command.event.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                            [command.exception.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                            [command.factory.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                            [command.job.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                            [command.listener.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                            [command.mail.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                            [command.middleware.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                            [command.model.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                            [command.notification.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                            [command.notification.table] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                            [command.observer.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                            [command.policy.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                            [command.provider.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                            [command.queue.failed-table] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                            [command.queue.table] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                            [command.request.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                            [command.resource.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                            [command.rule.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                            [command.seeder.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                            [command.session.table] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                            [command.serve] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                            [command.test.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                            [command.vendor.publish] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                            migrator => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                            [migration.repository] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                            [migration.creator] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                            [command.migrate] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                            [command.migrate.fresh] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                            [command.migrate.install] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                            [command.migrate.refresh] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                            [command.migrate.reset] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                            [command.migrate.rollback] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                            [command.migrate.status] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                            [command.migrate.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                            composer => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                            hash => Illuminate\Hashing\HashServiceProvider
                                                                                            [hash.driver] => Illuminate\Hashing\HashServiceProvider
                                                                                            mailer => Illuminate\Mail\MailServiceProvider
                                                                                            [swift.mailer] => Illuminate\Mail\MailServiceProvider
                                                                                            [swift.transport] => Illuminate\Mail\MailServiceProvider
                                                                                            [Illuminate\Mail\Markdown] => Illuminate\Mail\MailServiceProvider
                                                                                            [Illuminate\Contracts\Pipeline\Hub] => Illuminate\Pipeline\PipelineServiceProvider
                                                                                            [queue.worker] => Illuminate\Queue\QueueServiceProvider
                                                                                            [queue.listener] => Illuminate\Queue\QueueServiceProvider
                                                                                            [queue.failer] => Illuminate\Queue\QueueServiceProvider
                                                                                            [queue.connection] => Illuminate\Queue\QueueServiceProvider
                                                                                            redis => Illuminate\Redis\RedisServiceProvider
                                                                                            [redis.connection] => Illuminate\Redis\RedisServiceProvider
                                                                                            [auth.password] => Illuminate\Auth\Passwords\PasswordResetServiceProvider
                                                                                            [auth.password.broker] => Illuminate\Auth\Passwords\PasswordResetServiceProvider
                                                                                            translator => Illuminate\Translation\TranslationServiceProvider
                                                                                            [translation.loader] => Illuminate\Translation\TranslationServiceProvider
                                                                                            validator => Illuminate\Validation\ValidationServiceProvider
                                                                                            [validation.presence] => Illuminate\Validation\ValidationServiceProvider
                                                                                            [command.tinker] => Laravel\Tinker\TinkerServiceProvider
                                                                                        )
                                                                                    appPath => 
                                                                                    databasePath => 
                                                                                    storagePath => 
                                                                                    environmentPath => 
                                                                                    environmentFile => .env
                                                                                    isRunningInConsole => 1
                                                                                    namespace => 
                                                                                    resolved => Array(
                                                                                            events => 1
                                                                                            [App\Console\Kernel] => 1
                                                                                            [Illuminate\Contracts\Console\Kernel] => 1
                                                                                            [Illuminate\Foundation\Bootstrap\LoadEnvironmentVariables] => 1
                                                                                            [Illuminate\Foundation\Bootstrap\LoadConfiguration] => 1
                                                                                            [Illuminate\Foundation\Bootstrap\HandleExceptions] => 1
                                                                                            env => 1
                                                                                            [Illuminate\Foundation\Bootstrap\RegisterFacades] => 1
                                                                                            [Illuminate\Foundation\Bootstrap\SetRequestForConsole] => 1
                                                                                            [Illuminate\Foundation\Bootstrap\RegisterProviders] => 1
                                                                                            [Facade\Ignition\LogRecorder\LogRecorder] => 1
                                                                                            [Facade\Ignition\DumpRecorder\DumpRecorder] => 1
                                                                                            [Facade\Ignition\QueryRecorder\QueryRecorder] => 1
                                                                                            [flare.http] => 1
                                                                                            [flare.client] => 1
                                                                                            [Facade\Ignition\Middleware\SetNotifierName] => 1
                                                                                            [Facade\Ignition\Middleware\AddEnvironmentInformation] => 1
                                                                                            [Facade\Ignition\Middleware\AddLogs] => 1
                                                                                            [Facade\Ignition\Middleware\AddDumps] => 1
                                                                                            [Facade\Ignition\Middleware\AddQueries] => 1
                                                                                            [Facade\IgnitionContracts\SolutionProviderRepository] => 1
                                                                                            [Facade\Ignition\Middleware\AddSolutions] => 1
                                                                                            [App\Exceptions\Handler] => 1
                                                                                            [Illuminate\Contracts\Debug\ExceptionHandler] => 1
                                                                                            [Illuminate\Foundation\Bootstrap\BootProviders] => 1
                                                                                            [db.factory] => 1
                                                                                            db => 1
                                                                                            [view.engine.resolver] => 1
                                                                                            files => 1
                                                                                            [blade.compiler] => 1
                                                                                            log => 1
                                                                                            queue => 1
                                                                                            router => 1
                                                                                            url => 1
                                                                                        )
                                                                                    bindings => Array(
                                                                                            [Illuminate\Foundation\Mix] => Array(
                                                                                                    concrete => Closure Object(
                                                                                                            static => Array(
                                                                                                                    abstract => Illuminate\Foundation\Mix
                                                                                                                    concrete => Illuminate\Foundation\Mix
                                                                                                                )
                                                                                                            this => Illuminate\Foundation\Application Object
 
                                                                                                            parameter => Array(
                                                                                                                    [$container] => 
                                                                                                                    [$parameters] => 
                                                                                                                )
                                                                                                        )
                                                                                                    shared => 1
                                                                                                )
                                                                                            events => Array(
                                                                                                    concrete => Closure Object(
                                                                                                            this => Illuminate\Events\EventServiceProvider Object(
                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                )
                                                                                                            parameter => Array(
                                                                                                                    [$app] => 
                                                                                                                )
                                                                                                        )
                                                                                                    shared => 1
                                                                                                )
                                                                                            log => Array(
                                                                                                    concrete => Closure Object(
                                                                                                            this => Illuminate\Log\LogServiceProvider Object(
                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                )
                                                                                                        )
                                                                                                    shared => 1
                                                                                                )
                                                                                            router => Array(
                                                                                                    concrete => Closure Object(
                                                                                                            this => Illuminate\Routing\RoutingServiceProvider Object(
                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                )
                                                                                                            parameter => Array(
                                                                                                                    [$app] => 
                                                                                                                )
                                                                                                        )
                                                                                                    shared => 1
                                                                                                )
                                                                                            url => Array(
                                                                                                    concrete => Closure Object(
                                                                                                            this => Illuminate\Routing\RoutingServiceProvider Object(
                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                )
                                                                                                            parameter => Array(
                                                                                                                    [$app] => 
                                                                                                                )
                                                                                                        )
                                                                                                    shared => 1
                                                                                                )
                                                                                            redirect => Array(
                                                                                                    concrete => Closure Object(
                                                                                                            this => Illuminate\Routing\RoutingServiceProvider Object(
                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                )
                                                                                                            parameter => Array(
                                                                                                                    [$app] => 
                                                                                                                )
                                                                                                        )
                                                                                                    shared => 1
                                                                                                )
                                                                                            [Psr\Http\Message\ServerRequestInterface] => Array(
                                                                                                    concrete => Closure Object(
                                                                                                            this => Illuminate\Routing\RoutingServiceProvider Object(
                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                )
                                                                                                            parameter => Array(
                                                                                                                    [$app] => 
                                                                                                                )
                                                                                                        )
                                                                                                    shared => 
                                                                                                )
                                                                                            [Psr\Http\Message\ResponseInterface] => Array(
                                                                                                    concrete => Closure Object(
                                                                                                            this => Illuminate\Routing\RoutingServiceProvider Object(
                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                )
                                                                                                        )
                                                                                                    shared => 
                                                                                                )
                                                                                            [Illuminate\Contracts\Routing\ResponseFactory] => Array(
                                                                                                    concrete => Closure Object(
                                                                                                            this => Illuminate\Routing\RoutingServiceProvider Object(
                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                )
                                                                                                            parameter => Array(
                                                                                                                    [$app] => 
                                                                                                                )
                                                                                                        )
                                                                                                    shared => 1
                                                                                                )
                                                                                            [Illuminate\Routing\Contracts\ControllerDispatcher] => Array(
                                                                                                    concrete => Closure Object(
                                                                                                            this => Illuminate\Routing\RoutingServiceProvider Object(
                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                )
                                                                                                            parameter => Array(
                                                                                                                    [$app] => 
                                                                                                                )
                                                                                                        )
                                                                                                    shared => 1
                                                                                                )
                                                                                            [Illuminate\Contracts\Http\Kernel] => Array(
                                                                                                    concrete => Closure Object(
                                                                                                            static => Array(
                                                                                                                    abstract => Illuminate\Contracts\Http\Kernel
                                                                                                                    concrete => App\Http\Kernel
                                                                                                                )
                                                                                                            this => Illuminate\Foundation\Application Object
 
                                                                                                            parameter => Array(
                                                                                                                    [$container] => 
                                                                                                                    [$parameters] => 
                                                                                                                )
                                                                                                        )
                                                                                                    shared => 1
                                                                                                )
                                                                                            [Illuminate\Contracts\Console\Kernel] => Array(
                                                                                                    concrete => Closure Object(
                                                                                                            static => Array(
                                                                                                                    abstract => Illuminate\Contracts\Console\Kernel
                                                                                                                    concrete => App\Console\Kernel
                                                                                                                )
                                                                                                            this => Illuminate\Foundation\Application Object
 
                                                                                                            parameter => Array(
                                                                                                                    [$container] => 
                                                                                                                    [$parameters] => 
                                                                                                                )
                                                                                                        )
                                                                                                    shared => 1
                                                                                                )
                                                                                            [Illuminate\Contracts\Debug\ExceptionHandler] => Array(
                                                                                                    concrete => Closure Object(
                                                                                                            static => Array(
                                                                                                                    appExceptionHandler => App\Exceptions\Handler Object(
                                                                                                                            dontReport => Array()
                                                                                                                            dontFlash => Array(
                                                                                                                                    0 => password
                                                                                                                                    1 => password_confirmation
                                                                                                                                )
                                                                                                                            container => Illuminate\Foundation\Application Object
 
                                                                                                                            internalDontReport => Array(
                                                                                                                                    0 => Illuminate\Auth\AuthenticationException
                                                                                                                                    1 => Illuminate\Auth\Access\AuthorizationException
                                                                                                                                    2 => Symfony\Component\HttpKernel\Exception\HttpException
                                                                                                                                    3 => Illuminate\Http\Exceptions\HttpResponseException
                                                                                                                                    4 => Illuminate\Database\Eloquent\ModelNotFoundException
                                                                                                                                    5 => Symfony\Component\HttpFoundation\Exception\SuspiciousOperationException
                                                                                                                                    6 => Illuminate\Session\TokenMismatchException
                                                                                                                                    7 => Illuminate\Validation\ValidationException
                                                                                                                                )
                                                                                                                        )
                                                                                                                )
                                                                                                            this => NunoMaduro\Collision\Adapters\Laravel\CollisionServiceProvider Object(
                                                                                                                    defer => 1
                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                )
                                                                                                            parameter => Array(
                                                                                                                    [$app] => 
                                                                                                                )
                                                                                                        )
                                                                                                    shared => 1
                                                                                                )
                                                                                            env => Array(
                                                                                                    concrete => Closure Object(
                                                                                                            static => Array(
                                                                                                                    value => local
                                                                                                                )
                                                                                                            this => Illuminate\Foundation\Application Object
 
                                                                                                        )
                                                                                                    shared => 
                                                                                                )
                                                                                            auth => Array(
                                                                                                    concrete => Closure Object(
                                                                                                            this => Illuminate\Auth\AuthServiceProvider Object(
                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                )
                                                                                                            parameter => Array(
                                                                                                                    [$app] => 
                                                                                                                )
                                                                                                        )
                                                                                                    shared => 1
                                                                                                )
                                                                                            [auth.driver] => Array(
                                                                                                    concrete => Closure Object(
                                                                                                            this => Illuminate\Auth\AuthServiceProvider Object(
                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                )
                                                                                                            parameter => Array(
                                                                                                                    [$app] => 
                                                                                                                )
                                                                                                        )
                                                                                                    shared => 1
                                                                                                )
                                                                                            [Illuminate\Contracts\Auth\Authenticatable] => Array(
                                                                                                    concrete => Closure Object(
                                                                                                            this => Illuminate\Auth\AuthServiceProvider Object(
                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                )
                                                                                                            parameter => Array(
                                                                                                                    [$app] => 
                                                                                                                )
                                                                                                        )
                                                                                                    shared => 
                                                                                                )
                                                                                            [Illuminate\Contracts\Auth\Access\Gate] => Array(
                                                                                                    concrete => Closure Object(
                                                                                                            this => Illuminate\Auth\AuthServiceProvider Object(
                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                )
                                                                                                            parameter => Array(
                                                                                                                    [$app] => 
                                                                                                                )
                                                                                                        )
                                                                                                    shared => 1
                                                                                                )
                                                                                            cookie => Array(
                                                                                                    concrete => Closure Object(
                                                                                                            this => Illuminate\Cookie\CookieServiceProvider Object(
                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                )
                                                                                                            parameter => Array(
                                                                                                                    [$app] => 
                                                                                                                )
                                                                                                        )
                                                                                                    shared => 1
                                                                                                )
                                                                                            [db.factory] => Array(
                                                                                                    concrete => Closure Object(
                                                                                                            this => Illuminate\Database\DatabaseServiceProvider Object(
                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                )
                                                                                                            parameter => Array(
                                                                                                                    [$app] => 
                                                                                                                )
                                                                                                        )
                                                                                                    shared => 1
                                                                                                )
                                                                                            db => Array(
                                                                                                    concrete => Closure Object(
                                                                                                            this => Illuminate\Database\DatabaseServiceProvider Object(
                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                )
                                                                                                            parameter => Array(
                                                                                                                    [$app] => 
                                                                                                                )
                                                                                                        )
                                                                                                    shared => 1
                                                                                                )
                                                                                            [db.connection] => Array(
                                                                                                    concrete => Closure Object(
                                                                                                            this => Illuminate\Database\DatabaseServiceProvider Object(
                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                )
                                                                                                            parameter => Array(
                                                                                                                    [$app] => 
                                                                                                                )
                                                                                                        )
                                                                                                    shared => 
                                                                                                )
                                                                                            [Faker\Generator] => Array(
                                                                                                    concrete => Closure Object(
                                                                                                            this => Illuminate\Database\DatabaseServiceProvider Object(
                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                )
                                                                                                            parameter => Array(
                                                                                                                    [$app] => 
                                                                                                                )
                                                                                                        )
                                                                                                    shared => 1
                                                                                                )
                                                                                            [Illuminate\Database\Eloquent\Factory] => Array(
                                                                                                    concrete => Closure Object(
                                                                                                            this => Illuminate\Database\DatabaseServiceProvider Object(
                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                )
                                                                                                            parameter => Array(
                                                                                                                    [$app] => 
                                                                                                                )
                                                                                                        )
                                                                                                    shared => 1
                                                                                                )
                                                                                            [Illuminate\Contracts\Queue\EntityResolver] => Array(
                                                                                                    concrete => Closure Object(
                                                                                                            this => Illuminate\Database\DatabaseServiceProvider Object(
                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                )
                                                                                                        )
                                                                                                    shared => 1
                                                                                                )
                                                                                            encrypter => Array(
                                                                                                    concrete => Closure Object(
                                                                                                            this => Illuminate\Encryption\EncryptionServiceProvider Object(
                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                )
                                                                                                            parameter => Array(
                                                                                                                    [$app] => 
                                                                                                                )
                                                                                                        )
                                                                                                    shared => 1
                                                                                                )
                                                                                            files => Array(
                                                                                                    concrete => Closure Object(
                                                                                                            this => Illuminate\Filesystem\FilesystemServiceProvider Object(
                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                )
                                                                                                        )
                                                                                                    shared => 1
                                                                                                )
                                                                                            filesystem => Array(
                                                                                                    concrete => Closure Object(
                                                                                                            this => Illuminate\Filesystem\FilesystemServiceProvider Object(
                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                )
                                                                                                        )
                                                                                                    shared => 1
                                                                                                )
                                                                                            [filesystem.disk] => Array(
                                                                                                    concrete => Closure Object(
                                                                                                            this => Illuminate\Filesystem\FilesystemServiceProvider Object(
                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                )
                                                                                                        )
                                                                                                    shared => 1
                                                                                                )
                                                                                            [filesystem.cloud] => Array(
                                                                                                    concrete => Closure Object(
                                                                                                            this => Illuminate\Filesystem\FilesystemServiceProvider Object(
                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                )
                                                                                                        )
                                                                                                    shared => 1
                                                                                                )
                                                                                            [Illuminate\Notifications\ChannelManager] => Array(
                                                                                                    concrete => Closure Object(
                                                                                                            this => Illuminate\Notifications\NotificationServiceProvider Object(
                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                )
                                                                                                            parameter => Array(
                                                                                                                    [$app] => 
                                                                                                                )
                                                                                                        )
                                                                                                    shared => 1
                                                                                                )
                                                                                            session => Array(
                                                                                                    concrete => Closure Object(
                                                                                                            this => Illuminate\Session\SessionServiceProvider Object(
                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                )
                                                                                                            parameter => Array(
                                                                                                                    [$app] => 
                                                                                                                )
                                                                                                        )
                                                                                                    shared => 1
                                                                                                )
                                                                                            [session.store] => Array(
                                                                                                    concrete => Closure Object(
                                                                                                            this => Illuminate\Session\SessionServiceProvider Object(
                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                )
                                                                                                            parameter => Array(
                                                                                                                    [$app] => 
                                                                                                                )
                                                                                                        )
                                                                                                    shared => 1
                                                                                                )
                                                                                            [Illuminate\Session\Middleware\StartSession] => Array(
                                                                                                    concrete => Closure Object(
                                                                                                            static => Array(
                                                                                                                    abstract => Illuminate\Session\Middleware\StartSession
                                                                                                                    concrete => Illuminate\Session\Middleware\StartSession
                                                                                                                )
                                                                                                            this => Illuminate\Foundation\Application Object
 
                                                                                                            parameter => Array(
                                                                                                                    [$container] => 
                                                                                                                    [$parameters] => 
                                                                                                                )
                                                                                                        )
                                                                                                    shared => 1
                                                                                                )
                                                                                            view => Array(
                                                                                                    concrete => Closure Object(
                                                                                                            this => Illuminate\View\ViewServiceProvider Object(
                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                )
                                                                                                            parameter => Array(
                                                                                                                    [$app] => 
                                                                                                                )
                                                                                                        )
                                                                                                    shared => 1
                                                                                                )
                                                                                            [view.finder] => Array(
                                                                                                    concrete => Closure Object(
                                                                                                            this => Illuminate\View\ViewServiceProvider Object(
                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                )
                                                                                                            parameter => Array(
                                                                                                                    [$app] => 
                                                                                                                )
                                                                                                        )
                                                                                                    shared => 
                                                                                                )
                                                                                            [view.engine.resolver] => Array(
                                                                                                    concrete => Closure Object(
                                                                                                            this => Illuminate\View\ViewServiceProvider Object(
                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                )
                                                                                                        )
                                                                                                    shared => 1
                                                                                                )
                                                                                            [Facade\IgnitionContracts\SolutionProviderRepository] => Array(
                                                                                                    concrete => Closure Object(
                                                                                                            this => Facade\Ignition\IgnitionServiceProvider Object
 
                                                                                                        )
                                                                                                    shared => 1
                                                                                                )
                                                                                            [Facade\Ignition\ErrorPage\Renderer] => Array(
                                                                                                    concrete => Closure Object(
                                                                                                            this => Facade\Ignition\IgnitionServiceProvider Object
 
                                                                                                        )
                                                                                                    shared => 
                                                                                                )
                                                                                            [Whoops\Handler\HandlerInterface] => Array(
                                                                                                    concrete => Closure Object(
                                                                                                            this => Facade\Ignition\IgnitionServiceProvider Object
 
                                                                                                            parameter => Array(
                                                                                                                    [$app] => 
                                                                                                                )
                                                                                                        )
                                                                                                    shared => 
                                                                                                )
                                                                                            [Facade\Ignition\IgnitionConfig] => Array(
                                                                                                    concrete => Closure Object(
                                                                                                            this => Facade\Ignition\IgnitionServiceProvider Object
 
                                                                                                        )
                                                                                                    shared => 1
                                                                                                )
                                                                                            [flare.http] => Array(
                                                                                                    concrete => Closure Object(
                                                                                                            this => Facade\Ignition\IgnitionServiceProvider Object
 
                                                                                                        )
                                                                                                    shared => 1
                                                                                                )
                                                                                            [flare.client] => Array(
                                                                                                    concrete => Closure Object(
                                                                                                            this => Facade\Ignition\IgnitionServiceProvider Object
 
                                                                                                        )
                                                                                                    shared => 1
                                                                                                )
                                                                                            [Facade\Ignition\LogRecorder\LogRecorder] => Array(
                                                                                                    concrete => Closure Object(
                                                                                                            static => Array(
                                                                                                                    abstract => Facade\Ignition\LogRecorder\LogRecorder
                                                                                                                    concrete => Facade\Ignition\LogRecorder\LogRecorder
                                                                                                                )
                                                                                                            this => Illuminate\Foundation\Application Object
 
                                                                                                            parameter => Array(
                                                                                                                    [$container] => 
                                                                                                                    [$parameters] => 
                                                                                                                )
                                                                                                        )
                                                                                                    shared => 1
                                                                                                )
                                                                                            [Facade\Ignition\DumpRecorder\DumpRecorder] => Array(
                                                                                                    concrete => Closure Object(
                                                                                                            static => Array(
                                                                                                                    abstract => Facade\Ignition\DumpRecorder\DumpRecorder
                                                                                                                    concrete => Facade\Ignition\DumpRecorder\DumpRecorder
                                                                                                                )
                                                                                                            this => Illuminate\Foundation\Application Object
 
                                                                                                            parameter => Array(
                                                                                                                    [$container] => 
                                                                                                                    [$parameters] => 
                                                                                                                )
                                                                                                        )
                                                                                                    shared => 1
                                                                                                )
                                                                                            [Facade\Ignition\QueryRecorder\QueryRecorder] => Array(
                                                                                                    concrete => Closure Object(
                                                                                                            static => Array(
                                                                                                                    abstract => Facade\Ignition\QueryRecorder\QueryRecorder
                                                                                                                    concrete => Facade\Ignition\QueryRecorder\QueryRecorder
                                                                                                                )
                                                                                                            this => Illuminate\Foundation\Application Object
 
                                                                                                            parameter => Array(
                                                                                                                    [$container] => 
                                                                                                                    [$parameters] => 
                                                                                                                )
                                                                                                        )
                                                                                                    shared => 1
                                                                                                )
                                                                                            [NunoMaduro\Collision\Contracts\Adapters\Phpunit\Listener] => Array(
                                                                                                    concrete => Closure Object(
                                                                                                            static => Array(
                                                                                                                    abstract => NunoMaduro\Collision\Contracts\Adapters\Phpunit\Listener
                                                                                                                    concrete => NunoMaduro\Collision\Adapters\Phpunit\Listener
                                                                                                                )
                                                                                                            this => Illuminate\Foundation\Application Object
 
                                                                                                            parameter => Array(
                                                                                                                    [$container] => 
                                                                                                                    [$parameters] => 
                                                                                                                )
                                                                                                        )
                                                                                                    shared => 1
                                                                                                )
                                                                                            [NunoMaduro\Collision\Contracts\Provider] => Array(
                                                                                                    concrete => Closure Object(
                                                                                                            static => Array(
                                                                                                                    abstract => NunoMaduro\Collision\Contracts\Provider
                                                                                                                    concrete => NunoMaduro\Collision\Provider
                                                                                                                )
                                                                                                            this => Illuminate\Foundation\Application Object
 
                                                                                                            parameter => Array(
                                                                                                                    [$container] => 
                                                                                                                    [$parameters] => 
                                                                                                                )
                                                                                                        )
                                                                                                    shared => 
                                                                                                )
                                                                                            [blade.compiler] => Array(
                                                                                                    concrete => Closure Object(
                                                                                                            this => Illuminate\View\ViewServiceProvider Object(
                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                )
                                                                                                        )
                                                                                                    shared => 1
                                                                                                )
                                                                                            [flare.logger] => Array(
                                                                                                    concrete => Closure Object(
                                                                                                            this => Facade\Ignition\IgnitionServiceProvider Object
 
                                                                                                            parameter => Array(
                                                                                                                    [$app] => 
                                                                                                                )
                                                                                                        )
                                                                                                    shared => 1
                                                                                                )
                                                                                            [command.flare:test] => Array(
                                                                                                    concrete => Closure Object(
                                                                                                            static => Array(
                                                                                                                    abstract => command.flare:test
                                                                                                                    concrete => Facade\Ignition\Commands\TestCommand
                                                                                                                )
                                                                                                            this => Illuminate\Foundation\Application Object
 
                                                                                                            parameter => Array(
                                                                                                                    [$container] => 
                                                                                                                    [$parameters] => 
                                                                                                                )
                                                                                                        )
                                                                                                    shared => 
                                                                                                )
                                                                                            [command.make:solution] => Array(
                                                                                                    concrete => Closure Object(
                                                                                                            static => Array(
                                                                                                                    abstract => command.make:solution
                                                                                                                    concrete => Facade\Ignition\Commands\SolutionMakeCommand
                                                                                                                )
                                                                                                            this => Illuminate\Foundation\Application Object
 
                                                                                                            parameter => Array(
                                                                                                                    [$container] => 
                                                                                                                    [$parameters] => 
                                                                                                                )
                                                                                                        )
                                                                                                    shared => 
                                                                                                )
                                                                                            queue => Array(
                                                                                                    concrete => Closure Object(
                                                                                                            this => Illuminate\Queue\QueueServiceProvider Object(
                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                )
                                                                                                            parameter => Array(
                                                                                                                    [$app] => 
                                                                                                                )
                                                                                                        )
                                                                                                    shared => 1
                                                                                                )
                                                                                            [queue.connection] => Array(
                                                                                                    concrete => Closure Object(
                                                                                                            this => Illuminate\Queue\QueueServiceProvider Object(
                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                )
                                                                                                            parameter => Array(
                                                                                                                    [$app] => 
                                                                                                                )
                                                                                                        )
                                                                                                    shared => 1
                                                                                                )
                                                                                            [queue.worker] => Array(
                                                                                                    concrete => Closure Object(
                                                                                                            this => Illuminate\Queue\QueueServiceProvider Object(
                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                )
                                                                                                        )
                                                                                                    shared => 1
                                                                                                )
                                                                                            [queue.listener] => Array(
                                                                                                    concrete => Closure Object(
                                                                                                            this => Illuminate\Queue\QueueServiceProvider Object(
                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                )
                                                                                                        )
                                                                                                    shared => 1
                                                                                                )
                                                                                            [queue.failer] => Array(
                                                                                                    concrete => Closure Object(
                                                                                                            this => Illuminate\Queue\QueueServiceProvider Object(
                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                )
                                                                                                        )
                                                                                                    shared => 1
                                                                                                )
                                                                                            [Facade\Ignition\DumpRecorder\MultiDumpHandler] => Array(
                                                                                                    concrete => Closure Object(
                                                                                                            static => Array(
                                                                                                                    abstract => Facade\Ignition\DumpRecorder\MultiDumpHandler
                                                                                                                    concrete => Facade\Ignition\DumpRecorder\MultiDumpHandler Object(
                                                                                                                            handlers => Array(
                                                                                                                                    0 => Closure Object(
                                                                                                                                            this => Facade\Ignition\DumpRecorder\DumpRecorder Object(
                                                                                                                                                    dumps => Array()
                                                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                                                )
                                                                                                                                            parameter => Array(
                                                                                                                                                    [$value] => 
                                                                                                                                                )
                                                                                                                                        )
                                                                                                                                    1 => Closure Object(
                                                                                                                                            this => Facade\Ignition\DumpRecorder\DumpRecorder Object(
                                                                                                                                                    dumps => Array()
                                                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                                                )
                                                                                                                                            parameter => Array(
                                                                                                                                                    [$var] => 
                                                                                                                                                )
                                                                                                                                        )
                                                                                                                                )
                                                                                                                        )
                                                                                                                )
                                                                                                            this => Illuminate\Foundation\Application Object
 
                                                                                                            parameter => Array(
                                                                                                                    [$container] => 
                                                                                                                    [$parameters] => 
                                                                                                                )
                                                                                                        )
                                                                                                    shared => 1
                                                                                                )
                                                                                        )
                                                                                    methodBindings => Array()
                                                                                    instances => Array(
                                                                                            path => /0000/app
                                                                                            [path.base] => /0000
                                                                                            [path.lang] => /0000/resources/lang
                                                                                            [path.config] => /0000/config
                                                                                            [path.public] => /0000/public
                                                                                            [path.storage] => /0000/storage
                                                                                            [path.database] => /0000/database
                                                                                            [path.resources] => /0000/resources
                                                                                            [path.bootstrap] => /0000/bootstrap
                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                            [Illuminate\Container\Container] => Illuminate\Foundation\Application Object
 
                                                                                            [Illuminate\Foundation\PackageManifest] => Illuminate\Foundation\PackageManifest Object(
                                                                                                    files => Illuminate\Filesystem\Filesystem Object()
                                                                                                    basePath => /0000
                                                                                                    vendorPath => /0000/vendor
                                                                                                    manifestPath => /0000/bootstrap/cache/packages.php
                                                                                                    manifest => Array(
                                                                                                            [facade/ignition] => Array(
                                                                                                                    providers => Array(
                                                                                                                            0 => Facade\Ignition\IgnitionServiceProvider
                                                                                                                        )
                                                                                                                    aliases => Array(
                                                                                                                            Flare => Facade\Ignition\Facades\Flare
                                                                                                                        )
                                                                                                                )
                                                                                                            [fideloper/proxy] => Array(
                                                                                                                    providers => Array(
                                                                                                                            0 => Fideloper\Proxy\TrustedProxyServiceProvider
                                                                                                                        )
                                                                                                                )
                                                                                                            [laravel/tinker] => Array(
                                                                                                                    providers => Array(
                                                                                                                            0 => Laravel\Tinker\TinkerServiceProvider
                                                                                                                        )
                                                                                                                )
                                                                                                            [nesbot/carbon] => Array(
                                                                                                                    providers => Array(
                                                                                                                            0 => Carbon\Laravel\ServiceProvider
                                                                                                                        )
                                                                                                                )
                                                                                                            [nunomaduro/collision] => Array(
                                                                                                                    providers => Array(
                                                                                                                            0 => NunoMaduro\Collision\Adapters\Laravel\CollisionServiceProvider
                                                                                                                        )
                                                                                                                )
                                                                                                        )
                                                                                                )
                                                                                            events => Illuminate\Events\Dispatcher Object
 
                                                                                            [Illuminate\Contracts\Console\Kernel] => App\Console\Kernel Object(
                                                                                                    commands => Array()
                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                    events => Illuminate\Events\Dispatcher Object
 
                                                                                                    artisan => 
                                                                                                    commandsLoaded => 
                                                                                                    bootstrappers => Array(
                                                                                                            0 => Illuminate\Foundation\Bootstrap\LoadEnvironmentVariables
                                                                                                            1 => Illuminate\Foundation\Bootstrap\LoadConfiguration
                                                                                                            2 => Illuminate\Foundation\Bootstrap\HandleExceptions
                                                                                                            3 => Illuminate\Foundation\Bootstrap\RegisterFacades
                                                                                                            4 => Illuminate\Foundation\Bootstrap\SetRequestForConsole
                                                                                                            5 => Illuminate\Foundation\Bootstrap\RegisterProviders
                                                                                                            6 => Illuminate\Foundation\Bootstrap\BootProviders
                                                                                                        )
                                                                                                )
                                                                                            config => Illuminate\Config\Repository Object(
                                                                                                    items => Array(
                                                                                                            app => Array(
                                                                                                                    name => 本地测试
                                                                                                                    env => local
                                                                                                                    debug => 1
                                                                                                                    url => http://localhost
                                                                                                                    asset_url => 
                                                                                                                    timezone => UTC
                                                                                                                    locale => en
                                                                                                                    fallback_locale => en
                                                                                                                    faker_locale => en_US
                                                                                                                    key => base64:gIjju1XIlTNS6j8BuifyrL2QAARYlvdKYd31eAqei7g=
                                                                                                                    cipher => AES-256-CBC
                                                                                                                    providers => Array(
                                                                                                                            0 => Illuminate\Auth\AuthServiceProvider
                                                                                                                            1 => Illuminate\Broadcasting\BroadcastServiceProvider
                                                                                                                            2 => Illuminate\Bus\BusServiceProvider
                                                                                                                            3 => Illuminate\Cache\CacheServiceProvider
                                                                                                                            4 => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                                            5 => Illuminate\Cookie\CookieServiceProvider
                                                                                                                            6 => Illuminate\Database\DatabaseServiceProvider
                                                                                                                            7 => Illuminate\Encryption\EncryptionServiceProvider
                                                                                                                            8 => Illuminate\Filesystem\FilesystemServiceProvider
                                                                                                                            9 => Illuminate\Foundation\Providers\FoundationServiceProvider
                                                                                                                            10 => Illuminate\Hashing\HashServiceProvider
                                                                                                                            11 => Illuminate\Mail\MailServiceProvider
                                                                                                                            12 => Illuminate\Notifications\NotificationServiceProvider
                                                                                                                            13 => Illuminate\Pagination\PaginationServiceProvider
                                                                                                                            14 => Illuminate\Pipeline\PipelineServiceProvider
                                                                                                                            15 => Illuminate\Queue\QueueServiceProvider
                                                                                                                            16 => Illuminate\Redis\RedisServiceProvider
                                                                                                                            17 => Illuminate\Auth\Passwords\PasswordResetServiceProvider
                                                                                                                            18 => Illuminate\Session\SessionServiceProvider
                                                                                                                            19 => Illuminate\Translation\TranslationServiceProvider
                                                                                                                            20 => Illuminate\Validation\ValidationServiceProvider
                                                                                                                            21 => Illuminate\View\ViewServiceProvider
                                                                                                                            22 => App\Providers\AppServiceProvider
                                                                                                                            23 => App\Providers\AuthServiceProvider
                                                                                                                            24 => App\Providers\EventServiceProvider
                                                                                                                            25 => App\Providers\RouteServiceProvider
                                                                                                                        )
                                                                                                                    aliases => Array(
                                                                                                                            App => Illuminate\Support\Facades\App
                                                                                                                            Arr => Illuminate\Support\Arr
                                                                                                                            Artisan => Illuminate\Support\Facades\Artisan
                                                                                                                            Auth => Illuminate\Support\Facades\Auth
                                                                                                                            Blade => Illuminate\Support\Facades\Blade
                                                                                                                            Broadcast => Illuminate\Support\Facades\Broadcast
                                                                                                                            Bus => Illuminate\Support\Facades\Bus
                                                                                                                            Cache => Illuminate\Support\Facades\Cache
                                                                                                                            Config => Illuminate\Support\Facades\Config
                                                                                                                            Cookie => Illuminate\Support\Facades\Cookie
                                                                                                                            Crypt => Illuminate\Support\Facades\Crypt
                                                                                                                            DB => Illuminate\Support\Facades\DB
                                                                                                                            Eloquent => Illuminate\Database\Eloquent\Model
                                                                                                                            Event => Illuminate\Support\Facades\Event
                                                                                                                            File => Illuminate\Support\Facades\File
                                                                                                                            Gate => Illuminate\Support\Facades\Gate
                                                                                                                            Hash => Illuminate\Support\Facades\Hash
                                                                                                                            Lang => Illuminate\Support\Facades\Lang
                                                                                                                            Log => Illuminate\Support\Facades\Log
                                                                                                                            Mail => Illuminate\Support\Facades\Mail
                                                                                                                            Notification => Illuminate\Support\Facades\Notification
                                                                                                                            Password => Illuminate\Support\Facades\Password
                                                                                                                            Queue => Illuminate\Support\Facades\Queue
                                                                                                                            Redirect => Illuminate\Support\Facades\Redirect
                                                                                                                            Redis => Illuminate\Support\Facades\Redis
                                                                                                                            Request => Illuminate\Support\Facades\Request
                                                                                                                            Response => Illuminate\Support\Facades\Response
                                                                                                                            Route => Illuminate\Support\Facades\Route
                                                                                                                            Schema => Illuminate\Support\Facades\Schema
                                                                                                                            Session => Illuminate\Support\Facades\Session
                                                                                                                            Storage => Illuminate\Support\Facades\Storage
                                                                                                                            Str => Illuminate\Support\Str
                                                                                                                            URL => Illuminate\Support\Facades\URL
                                                                                                                            Validator => Illuminate\Support\Facades\Validator
                                                                                                                            View => Illuminate\Support\Facades\View
                                                                                                                        )
                                                                                                                )
                                                                                                            auth => Array(
                                                                                                                    defaults => Array(
                                                                                                                            guard => web
                                                                                                                            passwords => users
                                                                                                                        )
                                                                                                                    guards => Array(
                                                                                                                            web => Array(
                                                                                                                                    driver => session
                                                                                                                                    provider => users
                                                                                                                                )
                                                                                                                            api => Array(
                                                                                                                                    driver => token
                                                                                                                                    provider => users
                                                                                                                                    hash => 
                                                                                                                                )
                                                                                                                        )
                                                                                                                    providers => Array(
                                                                                                                            users => Array(
                                                                                                                                    driver => eloquent
                                                                                                                                    model => App\User
                                                                                                                                )
                                                                                                                        )
                                                                                                                    passwords => Array(
                                                                                                                            users => Array(
                                                                                                                                    provider => users
                                                                                                                                    table => password_resets
                                                                                                                                    expire => 60
                                                                                                                                    throttle => 60
                                                                                                                                )
                                                                                                                        )
                                                                                                                    password_timeout => 10800
                                                                                                                )
                                                                                                            broadcasting => Array(
                                                                                                                    default => log
                                                                                                                    connections => Array(
                                                                                                                            pusher => Array(
                                                                                                                                    driver => pusher
                                                                                                                                    key => 
                                                                                                                                    secret => 
                                                                                                                                    app_id => 
                                                                                                                                    options => Array(
                                                                                                                                            cluster => mt1
                                                                                                                                            useTLS => 1
                                                                                                                                        )
                                                                                                                                )
                                                                                                                            redis => Array(
                                                                                                                                    driver => redis
                                                                                                                                    connection => default
                                                                                                                                )
                                                                                                                            log => Array(
                                                                                                                                    driver => log
                                                                                                                                )
                                                                                                                            null => Array(
                                                                                                                                    driver => null
                                                                                                                                )
                                                                                                                        )
                                                                                                                )
                                                                                                            cache => Array(
                                                                                                                    default => file
                                                                                                                    stores => Array(
                                                                                                                            apc => Array(
                                                                                                                                    driver => apc
                                                                                                                                )
                                                                                                                            array => Array(
                                                                                                                                    driver => array
                                                                                                                                )
                                                                                                                            database => Array(
                                                                                                                                    driver => database
                                                                                                                                    table => cache
                                                                                                                                    connection => 
                                                                                                                                )
                                                                                                                            file => Array(
                                                                                                                                    driver => file
                                                                                                                                    path => /0000/storage/framework/cache/data
                                                                                                                                )
                                                                                                                            memcached => Array(
                                                                                                                                    driver => memcached
                                                                                                                                    persistent_id => 
                                                                                                                                    sasl => Array(
                                                                                                                                            0 => 
                                                                                                                                            1 => 
                                                                                                                                        )
                                                                                                                                    options => Array()
                                                                                                                                    servers => Array(
                                                                                                                                            0 => Array(
                                                                                                                                                    host => 127.0.0.1
                                                                                                                                                    port => 11211
                                                                                                                                                    weight => 100
                                                                                                                                                )
                                                                                                                                        )
                                                                                                                                )
                                                                                                                            redis => Array(
                                                                                                                                    driver => redis
                                                                                                                                    connection => cache
                                                                                                                                )
                                                                                                                            dynamodb => Array(
                                                                                                                                    driver => dynamodb
                                                                                                                                    key => 
                                                                                                                                    secret => 
                                                                                                                                    region => us-east-1
                                                                                                                                    table => cache
                                                                                                                                    endpoint => 
                                                                                                                                )
                                                                                                                        )
                                                                                                                    prefix => _cache
                                                                                                                )
                                                                                                            database => Array(
                                                                                                                    default => mysql
                                                                                                                    connections => Array(
                                                                                                                            sqlite => Array(
                                                                                                                                    driver => sqlite
                                                                                                                                    url => 
                                                                                                                                    database => laravel
                                                                                                                                    prefix => 
                                                                                                                                    foreign_key_constraints => 1
                                                                                                                                )
                                                                                                                            mysql => Array(
                                                                                                                                    driver => mysql
                                                                                                                                    url => 
                                                                                                                                    host => 127.0.0.1
                                                                                                                                    port => 3306
                                                                                                                                    database => laravel
                                                                                                                                    username => root
                                                                                                                                    password => 
                                                                                                                                    unix_socket => 
                                                                                                                                    charset => utf8mb4
                                                                                                                                    collation => utf8mb4_unicode_ci
                                                                                                                                    prefix => 
                                                                                                                                    prefix_indexes => 1
                                                                                                                                    strict => 1
                                                                                                                                    engine => 
                                                                                                                                    options => Array()
                                                                                                                                )
                                                                                                                            pgsql => Array(
                                                                                                                                    driver => pgsql
                                                                                                                                    url => 
                                                                                                                                    host => 127.0.0.1
                                                                                                                                    port => 3306
                                                                                                                                    database => laravel
                                                                                                                                    username => root
                                                                                                                                    password => 
                                                                                                                                    charset => utf8
                                                                                                                                    prefix => 
                                                                                                                                    prefix_indexes => 1
                                                                                                                                    schema => public
                                                                                                                                    sslmode => prefer
                                                                                                                                )
                                                                                                                            sqlsrv => Array(
                                                                                                                                    driver => sqlsrv
                                                                                                                                    url => 
                                                                                                                                    host => 127.0.0.1
                                                                                                                                    port => 3306
                                                                                                                                    database => laravel
                                                                                                                                    username => root
                                                                                                                                    password => 
                                                                                                                                    charset => utf8
                                                                                                                                    prefix => 
                                                                                                                                    prefix_indexes => 1
                                                                                                                                )
                                                                                                                        )
                                                                                                                    migrations => migrations
                                                                                                                    redis => Array(
                                                                                                                            client => phpredis
                                                                                                                            options => Array(
                                                                                                                                    cluster => redis
                                                                                                                                    prefix => _database_
                                                                                                                                )
                                                                                                                            default => Array(
                                                                                                                                    url => 
                                                                                                                                    host => 127.0.0.1
                                                                                                                                    password => 
                                                                                                                                    port => 6379
                                                                                                                                    database => 0
                                                                                                                                )
                                                                                                                            cache => Array(
                                                                                                                                    url => 
                                                                                                                                    host => 127.0.0.1
                                                                                                                                    password => 
                                                                                                                                    port => 6379
                                                                                                                                    database => 1
                                                                                                                                )
                                                                                                                        )
                                                                                                                )
                                                                                                            filesystems => Array(
                                                                                                                    default => local
                                                                                                                    cloud => s3
                                                                                                                    disks => Array(
                                                                                                                            local => Array(
                                                                                                                                    driver => local
                                                                                                                                    root => /0000/storage/app
                                                                                                                                )
                                                                                                                            public => Array(
                                                                                                                                    driver => local
                                                                                                                                    root => /0000/storage/app/public
                                                                                                                                    url => http://localhost/storage
                                                                                                                                    visibility => public
                                                                                                                                )
                                                                                                                            s3 => Array(
                                                                                                                                    driver => s3
                                                                                                                                    key => 
                                                                                                                                    secret => 
                                                                                                                                    region => us-east-1
                                                                                                                                    bucket => 
                                                                                                                                    url => 
                                                                                                                                )
                                                                                                                        )
                                                                                                                )
                                                                                                            hashing => Array(
                                                                                                                    driver => bcrypt
                                                                                                                    bcrypt => Array(
                                                                                                                            rounds => 10
                                                                                                                        )
                                                                                                                    argon => Array(
                                                                                                                            memory => 1024
                                                                                                                            threads => 2
                                                                                                                            time => 2
                                                                                                                        )
                                                                                                                )
                                                                                                            logging => Array(
                                                                                                                    default => stack
                                                                                                                    channels => Array(
                                                                                                                            stack => Array(
                                                                                                                                    driver => stack
                                                                                                                                    channels => Array(
                                                                                                                                            0 => single
                                                                                                                                        )
                                                                                                                                    ignore_exceptions => 
                                                                                                                                )
                                                                                                                            single => Array(
                                                                                                                                    driver => single
                                                                                                                                    path => /0000/storage/logs/laravel.log
                                                                                                                                    level => debug
                                                                                                                                )
                                                                                                                            daily => Array(
                                                                                                                                    driver => daily
                                                                                                                                    path => /0000/storage/logs/laravel.log
                                                                                                                                    level => debug
                                                                                                                                    days => 14
                                                                                                                                )
                                                                                                                            slack => Array(
                                                                                                                                    driver => slack
                                                                                                                                    url => 
                                                                                                                                    username => Laravel Log
                                                                                                                                    emoji => :boom:
                                                                                                                                    level => critical
                                                                                                                                )
                                                                                                                            papertrail => Array(
                                                                                                                                    driver => monolog
                                                                                                                                    level => debug
                                                                                                                                    handler => Monolog\Handler\SyslogUdpHandler
                                                                                                                                    handler_with => Array(
                                                                                                                                            host => 
                                                                                                                                            port => 
                                                                                                                                        )
                                                                                                                                )
                                                                                                                            stderr => Array(
                                                                                                                                    driver => monolog
                                                                                                                                    handler => Monolog\Handler\StreamHandler
                                                                                                                                    formatter => 
                                                                                                                                    with => Array(
                                                                                                                                            stream => php://stderr
                                                                                                                                        )
                                                                                                                                )
                                                                                                                            syslog => Array(
                                                                                                                                    driver => syslog
                                                                                                                                    level => debug
                                                                                                                                )
                                                                                                                            errorlog => Array(
                                                                                                                                    driver => errorlog
                                                                                                                                    level => debug
                                                                                                                                )
                                                                                                                            null => Array(
                                                                                                                                    driver => monolog
                                                                                                                                    handler => Monolog\Handler\NullHandler
                                                                                                                                )
                                                                                                                            emergency => Array(
                                                                                                                                    path => /0000/storage/logs/laravel.log
                                                                                                                                )
                                                                                                                        )
                                                                                                                )
                                                                                                            mail => Array(
                                                                                                                    driver => smtp
                                                                                                                    host => smtp.mailtrap.io
                                                                                                                    port => 2525
                                                                                                                    from => Array(
                                                                                                                            address => 
                                                                                                                            name => 本地测试
                                                                                                                        )
                                                                                                                    encryption => 
                                                                                                                    username => 
                                                                                                                    password => 
                                                                                                                    sendmail => /usr/sbin/sendmail -bs
                                                                                                                    markdown => Array(
                                                                                                                            theme => default
                                                                                                                            paths => Array(
                                                                                                                                    0 => /0000/resources/views/vendor/mail
                                                                                                                                )
                                                                                                                        )
                                                                                                                    log_channel => 
                                                                                                                )
                                                                                                            queue => Array(
                                                                                                                    default => sync
                                                                                                                    connections => Array(
                                                                                                                            sync => Array(
                                                                                                                                    driver => sync
                                                                                                                                )
                                                                                                                            database => Array(
                                                                                                                                    driver => database
                                                                                                                                    table => jobs
                                                                                                                                    queue => default
                                                                                                                                    retry_after => 90
                                                                                                                                )
                                                                                                                            beanstalkd => Array(
                                                                                                                                    driver => beanstalkd
                                                                                                                                    host => localhost
                                                                                                                                    queue => default
                                                                                                                                    retry_after => 90
                                                                                                                                    block_for => 0
                                                                                                                                )
                                                                                                                            sqs => Array(
                                                                                                                                    driver => sqs
                                                                                                                                    key => 
                                                                                                                                    secret => 
                                                                                                                                    prefix => https://sqs.us-east-1.amazonaws.com/your-account-id
                                                                                                                                    queue => your-queue-name
                                                                                                                                    region => us-east-1
                                                                                                                                )
                                                                                                                            redis => Array(
                                                                                                                                    driver => redis
                                                                                                                                    connection => default
                                                                                                                                    queue => default
                                                                                                                                    retry_after => 90
                                                                                                                                    block_for => 
                                                                                                                                )
                                                                                                                        )
                                                                                                                    failed => Array(
                                                                                                                            driver => database
                                                                                                                            database => mysql
                                                                                                                            table => failed_jobs
                                                                                                                        )
                                                                                                                )
                                                                                                            services => Array(
                                                                                                                    mailgun => Array(
                                                                                                                            domain => 
                                                                                                                            secret => 
                                                                                                                            endpoint => api.mailgun.net
                                                                                                                        )
                                                                                                                    postmark => Array(
                                                                                                                            token => 
                                                                                                                        )
                                                                                                                    ses => Array(
                                                                                                                            key => 
                                                                                                                            secret => 
                                                                                                                            region => us-east-1
                                                                                                                        )
                                                                                                                )
                                                                                                            session => Array(
                                                                                                                    driver => cookie
                                                                                                                    lifetime => 120
                                                                                                                    expire_on_close => 
                                                                                                                    encrypt => 
                                                                                                                    files => /0000/storage/framework/sessions
                                                                                                                    connection => 
                                                                                                                    table => sessions
                                                                                                                    store => 
                                                                                                                    lottery => Array(
                                                                                                                            0 => 2
                                                                                                                            1 => 100
                                                                                                                        )
                                                                                                                    cookie => _session
                                                                                                                    path => /
                                                                                                                    domain => 
                                                                                                                    secure => 
                                                                                                                    http_only => 1
                                                                                                                    same_site => 
                                                                                                                )
                                                                                                            view => Array(
                                                                                                                    paths => Array(
                                                                                                                            0 => /0000/resources/views
                                                                                                                        )
                                                                                                                    compiled => /0000/storage/framework/views
                                                                                                                )
                                                                                                            flare => Array(
                                                                                                                    key => 
                                                                                                                    reporting => Array(
                                                                                                                            anonymize_ips => 1
                                                                                                                            collect_git_information => 1
                                                                                                                            report_queries => 1
                                                                                                                            maximum_number_of_collected_queries => 200
                                                                                                                            report_query_bindings => 1
                                                                                                                            report_view_data => 1
                                                                                                                            grouping_type => 
                                                                                                                        )
                                                                                                                    send_logs_as_events => 1
                                                                                                                )
                                                                                                            ignition => Array(
                                                                                                                    editor => phpstorm
                                                                                                                    theme => light
                                                                                                                    enable_share_button => 1
                                                                                                                    register_commands => 
                                                                                                                    ignored_solution_providers => Array()
                                                                                                                    enable_runnable_solutions => 
                                                                                                                    remote_sites_path => 
                                                                                                                    local_sites_path => 
                                                                                                                    housekeeping_endpoint_prefix => _ignition
                                                                                                                )
                                                                                                            trustedproxy => Array(
                                                                                                                    proxies => 
                                                                                                                    headers => 30
                                                                                                                )
                                                                                                        )
                                                                                                )
                                                                                            request => Illuminate\Http\Request Object(
                                                                                                    json => 
                                                                                                    convertedFiles => 
                                                                                                    userResolver => 
                                                                                                    routeResolver => 
                                                                                                    attributes => Symfony\Component\HttpFoundation\ParameterBag Object(
                                                                                                            parameters => Array()
                                                                                                        )
                                                                                                    request => Symfony\Component\HttpFoundation\ParameterBag Object(
                                                                                                            parameters => Array()
                                                                                                        )
                                                                                                    query => Symfony\Component\HttpFoundation\ParameterBag Object(
                                                                                                            parameters => Array()
                                                                                                        )
                                                                                                    server => Symfony\Component\HttpFoundation\ServerBag Object(
                                                                                                            parameters => Array(
                                                                                                                    SERVER_NAME => localhost
                                                                                                                    SERVER_PORT => 80
                                                                                                                    HTTP_HOST => localhost
                                                                                                                    HTTP_USER_AGENT => Symfony
                                                                                                                    HTTP_ACCEPT => text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
                                                                                                                    HTTP_ACCEPT_LANGUAGE => en-us,en;q=0.5
                                                                                                                    HTTP_ACCEPT_CHARSET => ISO-8859-1,utf-8;q=0.7,*;q=0.7
                                                                                                                    REMOTE_ADDR => 127.0.0.1
                                                                                                                    SCRIPT_NAME => artisan
                                                                                                                    SCRIPT_FILENAME => artisan
                                                                                                                    SERVER_PROTOCOL => HTTP/1.1
                                                                                                                    REQUEST_TIME => 1578274354
                                                                                                                    PHP_EXTRA_CONFIGURE_ARGS => --enable-fpm --with-fpm-user=www-data --with-fpm-group=www-data --disable-cgi
                                                                                                                    LANGUAGE => C
                                                                                                                    HOSTNAME => d9d2f135fb85
                                                                                                                    PHP_INI_DIR => /usr/local/etc/php
                                                                                                                    GIT_ASKPASS => echo
                                                                                                                    SHLVL => 2
                                                                                                                    HOME => /root
                                                                                                                    OLDPWD => /
                                                                                                                    PHP_LDFLAGS => -Wl,-O1 -Wl,--hash-style=both -pie
                                                                                                                    PHP_CFLAGS => -fstack-protector-strong -fpic -fpie -O2
                                                                                                                    PHP_MD5 => 
                                                                                                                    PHP_VERSION => 7.2.19
                                                                                                                    COMPOSER_HOME => /tmp/composer
                                                                                                                    COMPOSER_BINARY => /usr/bin/composer
                                                                                                                    GPG_KEYS => 1729F83938DA44E27BA0F4D3DBDB397470D12172 B1B44D8F021E4E2D6021E995DC9FF8D3EE5AF27F
                                                                                                                    PHP_CPPFLAGS => -fstack-protector-strong -fpic -fpie -O2
                                                                                                                    PHP_ASC_URL => https://www.php.net/get/php-7.2.19.tar.xz.asc/from/this/mirror
                                                                                                                    PHP_URL => https://www.php.net/get/php-7.2.19.tar.xz/from/this/mirror
                                                                                                                    TERM => xterm
                                                                                                                    PATH => /0000/vendor/bin:/tmp/composer/vendor/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
                                                                                                                    LD_PRELOAD => /usr/lib/preloadable_libiconv.so php
                                                                                                                    PHPIZE_DEPS => autoconf 		dpkg-dev dpkg 		file 		g++ 		gcc 		libc-dev 		make 		pkgconf 		re2c
                                                                                                                    PWD => /0000
                                                                                                                    PHP_SHA256 => 4ffa2404a88d60e993a9fe69f829ebec3eb1e006de41b6048ce5e91bbeaa9282
                                                                                                                    PHP_SELF => artisan
                                                                                                                    PATH_TRANSLATED => artisan
                                                                                                                    DOCUMENT_ROOT => 
                                                                                                                    REQUEST_TIME_FLOAT => 1578274354.5135
                                                                                                                    argv => Array(
                                                                                                                            0 => artisan
                                                                                                                            1 => package:discover
                                                                                                                            2 => --ansi
                                                                                                                        )
                                                                                                                    argc => 3
                                                                                                                    APP_NAME => 本地测试
                                                                                                                    APP_ENV => local
                                                                                                                    APP_KEY => base64:gIjju1XIlTNS6j8BuifyrL2QAARYlvdKYd31eAqei7g=
                                                                                                                    APP_DEBUG => true
                                                                                                                    APP_URL => http://localhost
                                                                                                                    LOG_CHANNEL => stack
                                                                                                                    DB_CONNECTION => mysql
                                                                                                                    DB_HOST => 127.0.0.1
                                                                                                                    DB_PORT => 3306
                                                                                                                    DB_DATABASE => laravel
                                                                                                                    DB_USERNAME => root
                                                                                                                    DB_PASSWORD => 
                                                                                                                    BROADCAST_DRIVER => log
                                                                                                                    CACHE_DRIVER => file
                                                                                                                    QUEUE_CONNECTION => sync
                                                                                                                    SESSION_DRIVER => cookie
                                                                                                                    SESSION_LIFETIME => 120
                                                                                                                    REDIS_HOST => 127.0.0.1
                                                                                                                    REDIS_PASSWORD => null
                                                                                                                    REDIS_PORT => 6379
                                                                                                                    MAIL_DRIVER => smtp
                                                                                                                    MAIL_HOST => smtp.mailtrap.io
                                                                                                                    MAIL_PORT => 2525
                                                                                                                    MAIL_USERNAME => null
                                                                                                                    MAIL_PASSWORD => null
                                                                                                                    MAIL_ENCRYPTION => null
                                                                                                                    MAIL_FROM_ADDRESS => null
                                                                                                                    MAIL_FROM_NAME => 本地测试
                                                                                                                    AWS_ACCESS_KEY_ID => 
                                                                                                                    AWS_SECRET_ACCESS_KEY => 
                                                                                                                    AWS_DEFAULT_REGION => us-east-1
                                                                                                                    AWS_BUCKET => 
                                                                                                                    PUSHER_APP_ID => 
                                                                                                                    PUSHER_APP_KEY => 
                                                                                                                    PUSHER_APP_SECRET => 
                                                                                                                    PUSHER_APP_CLUSTER => mt1
                                                                                                                    MIX_PUSHER_APP_KEY => 
                                                                                                                    MIX_PUSHER_APP_CLUSTER => mt1
                                                                                                                    PATH_INFO => 
                                                                                                                    REQUEST_METHOD => GET
                                                                                                                    REQUEST_URI => /
                                                                                                                    QUERY_STRING => 
                                                                                                                )
                                                                                                        )
                                                                                                    files => Symfony\Component\HttpFoundation\FileBag Object(
                                                                                                            parameters => Array()
                                                                                                        )
                                                                                                    cookies => Symfony\Component\HttpFoundation\ParameterBag Object(
                                                                                                            parameters => Array()
                                                                                                        )
                                                                                                    headers => Symfony\Component\HttpFoundation\HeaderBag Object(
                                                                                                            headers => Array(
                                                                                                                    host => Array(
                                                                                                                            0 => localhost
                                                                                                                        )
                                                                                                                    [user-agent] => Array(
                                                                                                                            0 => Symfony
                                                                                                                        )
                                                                                                                    accept => Array(
                                                                                                                            0 => text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
                                                                                                                        )
                                                                                                                    [accept-language] => Array(
                                                                                                                            0 => en-us,en;q=0.5
                                                                                                                        )
                                                                                                                    [accept-charset] => Array(
                                                                                                                            0 => ISO-8859-1,utf-8;q=0.7,*;q=0.7
                                                                                                                        )
                                                                                                                )
                                                                                                            cacheControl => Array()
                                                                                                        )
                                                                                                    content => 
                                                                                                    languages => 
                                                                                                    charsets => 
                                                                                                    encodings => 
                                                                                                    acceptableContentTypes => 
                                                                                                    pathInfo => 
                                                                                                    requestUri => 
                                                                                                    baseUrl => 
                                                                                                    basePath => 
                                                                                                    method => 
                                                                                                    format => 
                                                                                                    session => 
                                                                                                    locale => 
                                                                                                    defaultLocale => en
                                                                                                    [preferredFormat:Symfony\Component\HttpFoundation\Request:private] => 
                                                                                                    [isHostValid:Symfony\Component\HttpFoundation\Request:private] => 1
                                                                                                    [isForwardedValid:Symfony\Component\HttpFoundation\Request:private] => 1
                                                                                                )
                                                                                            [Facade\Ignition\LogRecorder\LogRecorder] => Facade\Ignition\LogRecorder\LogRecorder Object(
                                                                                                    logMessages => Array()
                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                )
                                                                                            [Facade\Ignition\DumpRecorder\DumpRecorder] => Facade\Ignition\DumpRecorder\DumpRecorder Object(
                                                                                                    dumps => Array()
                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                )
                                                                                            [Facade\Ignition\QueryRecorder\QueryRecorder] => Facade\Ignition\QueryRecorder\QueryRecorder Object(
                                                                                                    queries => Array()
                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                )
                                                                                            [flare.http] => Facade\FlareClient\Http\Client Object(
                                                                                                    [apiToken:Facade\FlareClient\Http\Client:private] => 
                                                                                                    [apiSecret:Facade\FlareClient\Http\Client:private] => 
                                                                                                    [baseUrl:Facade\FlareClient\Http\Client:private] => https://flareapp.io/api
                                                                                                    [timeout:Facade\FlareClient\Http\Client:private] => 10
                                                                                                )
                                                                                            [flare.client] => Facade\FlareClient\Flare Object(
                                                                                                    [client:Facade\FlareClient\Flare:private] => Facade\FlareClient\Http\Client Object(
                                                                                                            [apiToken:Facade\FlareClient\Http\Client:private] => 
                                                                                                            [apiSecret:Facade\FlareClient\Http\Client:private] => 
                                                                                                            [baseUrl:Facade\FlareClient\Http\Client:private] => https://flareapp.io/api
                                                                                                            [timeout:Facade\FlareClient\Http\Client:private] => 10
                                                                                                        )
                                                                                                    [api:Facade\FlareClient\Flare:private] => Facade\FlareClient\Api Object(
                                                                                                            [client:Facade\FlareClient\Api:private] => Facade\FlareClient\Http\Client Object(
                                                                                                                    [apiToken:Facade\FlareClient\Http\Client:private] => 
                                                                                                                    [apiSecret:Facade\FlareClient\Http\Client:private] => 
                                                                                                                    [baseUrl:Facade\FlareClient\Http\Client:private] => https://flareapp.io/api
                                                                                                                    [timeout:Facade\FlareClient\Http\Client:private] => 10
                                                                                                                )
                                                                                                            [queue:Facade\FlareClient\Api:private] => Array()
                                                                                                        )
                                                                                                    [middleware:Facade\FlareClient\Flare:private] => Array(
                                                                                                            0 => Facade\FlareClient\Middleware\AddGlows Object(
                                                                                                                    [recorder:Facade\FlareClient\Middleware\AddGlows:private] => Facade\FlareClient\Glows\Recorder Object(
                                                                                                                            [glows:Facade\FlareClient\Glows\Recorder:private] => Array()
                                                                                                                        )
                                                                                                                )
                                                                                                            1 => Facade\FlareClient\Middleware\AnonymizeIp Object()
                                                                                                            2 => Facade\Ignition\Middleware\SetNotifierName Object()
                                                                                                            3 => Facade\Ignition\Middleware\AddEnvironmentInformation Object()
                                                                                                            4 => Facade\Ignition\Middleware\AddLogs Object(
                                                                                                                    logRecorder => Facade\Ignition\LogRecorder\LogRecorder Object(
                                                                                                                            logMessages => Array()
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                )
                                                                                                            5 => Facade\Ignition\Middleware\AddDumps Object(
                                                                                                                    dumpRecorder => Facade\Ignition\DumpRecorder\DumpRecorder Object(
                                                                                                                            dumps => Array()
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                )
                                                                                                            6 => Facade\Ignition\Middleware\AddQueries Object(
                                                                                                                    queryRecorder => Facade\Ignition\QueryRecorder\QueryRecorder Object(
                                                                                                                            queries => Array()
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                )
                                                                                                            7 => Facade\Ignition\Middleware\AddSolutions Object(
                                                                                                                    solutionProviderRepository => Facade\Ignition\SolutionProviders\SolutionProviderRepository Object(
                                                                                                                            solutionProviders => Illuminate\Support\Collection Object(
                                                                                                                                    items => Array(
                                                                                                                                            0 => Facade\Ignition\SolutionProviders\IncorrectValetDbCredentialsSolutionProvider
                                                                                                                                            1 => Facade\Ignition\SolutionProviders\MissingAppKeySolutionProvider
                                                                                                                                            2 => Facade\Ignition\SolutionProviders\DefaultDbNameSolutionProvider
                                                                                                                                            3 => Facade\Ignition\SolutionProviders\BadMethodCallSolutionProvider
                                                                                                                                            4 => Facade\Ignition\SolutionProviders\TableNotFoundSolutionProvider
                                                                                                                                            5 => Facade\Ignition\SolutionProviders\MissingImportSolutionProvider
                                                                                                                                            6 => Facade\Ignition\SolutionProviders\MissingPackageSolutionProvider
                                                                                                                                            7 => Facade\Ignition\SolutionProviders\InvalidRouteActionSolutionProvider
                                                                                                                                            8 => Facade\Ignition\SolutionProviders\ViewNotFoundSolutionProvider
                                                                                                                                            9 => Facade\Ignition\SolutionProviders\UndefinedVariableSolutionProvider
                                                                                                                                            10 => Facade\Ignition\SolutionProviders\MergeConflictSolutionProvider
                                                                                                                                            11 => Facade\Ignition\SolutionProviders\RunningLaravelDuskInProductionProvider
                                                                                                                                            12 => Facade\Ignition\SolutionProviders\MissingColumnSolutionProvider
                                                                                                                                            13 => Facade\Ignition\SolutionProviders\UnknownValidationSolutionProvider
                                                                                                                                        )
                                                                                                                                )
                                                                                                                        )
                                                                                                                )
                                                                                                            8 => Facade\Ignition\Middleware\AddGitInformation Object()
                                                                                                        )
                                                                                                    [recorder:Facade\FlareClient\Flare:private] => Facade\FlareClient\Glows\Recorder Object(
                                                                                                            [glows:Facade\FlareClient\Glows\Recorder:private] => Array()
                                                                                                        )
                                                                                                    [applicationPath:Facade\FlareClient\Flare:private] => /0000
                                                                                                    [container:Facade\FlareClient\Flare:private] => Illuminate\Foundation\Application Object
 
                                                                                                    [contextDetector:Facade\FlareClient\Flare:private] => Facade\Ignition\Context\LaravelContextDetector Object()
                                                                                                    [previousExceptionHandler:Facade\FlareClient\Flare:private] => 
                                                                                                    [previousErrorHandler:Facade\FlareClient\Flare:private] => 
                                                                                                    [messageLevel:Facade\FlareClient\Flare:private] => 
                                                                                                    [stage:Facade\FlareClient\Flare:private] => local
                                                                                                    [userProvidedContext:Facade\FlareClient\Flare:private] => Array()
                                                                                                )
                                                                                            [Facade\IgnitionContracts\SolutionProviderRepository] => Facade\Ignition\SolutionProviders\SolutionProviderRepository Object(
                                                                                                    solutionProviders => Illuminate\Support\Collection Object(
                                                                                                            items => Array(
                                                                                                                    0 => Facade\Ignition\SolutionProviders\IncorrectValetDbCredentialsSolutionProvider
                                                                                                                    1 => Facade\Ignition\SolutionProviders\MissingAppKeySolutionProvider
                                                                                                                    2 => Facade\Ignition\SolutionProviders\DefaultDbNameSolutionProvider
                                                                                                                    3 => Facade\Ignition\SolutionProviders\BadMethodCallSolutionProvider
                                                                                                                    4 => Facade\Ignition\SolutionProviders\TableNotFoundSolutionProvider
                                                                                                                    5 => Facade\Ignition\SolutionProviders\MissingImportSolutionProvider
                                                                                                                    6 => Facade\Ignition\SolutionProviders\MissingPackageSolutionProvider
                                                                                                                    7 => Facade\Ignition\SolutionProviders\InvalidRouteActionSolutionProvider
                                                                                                                    8 => Facade\Ignition\SolutionProviders\ViewNotFoundSolutionProvider
                                                                                                                    9 => Facade\Ignition\SolutionProviders\UndefinedVariableSolutionProvider
                                                                                                                    10 => Facade\Ignition\SolutionProviders\MergeConflictSolutionProvider
                                                                                                                    11 => Facade\Ignition\SolutionProviders\RunningLaravelDuskInProductionProvider
                                                                                                                    12 => Facade\Ignition\SolutionProviders\MissingColumnSolutionProvider
                                                                                                                    13 => Facade\Ignition\SolutionProviders\UnknownValidationSolutionProvider
                                                                                                                )
                                                                                                        )
                                                                                                )
                                                                                            [Illuminate\Contracts\Debug\ExceptionHandler] => NunoMaduro\Collision\Adapters\Laravel\ExceptionHandler Object(
                                                                                                    appExceptionHandler => App\Exceptions\Handler Object(
                                                                                                            dontReport => Array()
                                                                                                            dontFlash => Array(
                                                                                                                    0 => password
                                                                                                                    1 => password_confirmation
                                                                                                                )
                                                                                                            container => Illuminate\Foundation\Application Object
 
                                                                                                            internalDontReport => Array(
                                                                                                                    0 => Illuminate\Auth\AuthenticationException
                                                                                                                    1 => Illuminate\Auth\Access\AuthorizationException
                                                                                                                    2 => Symfony\Component\HttpKernel\Exception\HttpException
                                                                                                                    3 => Illuminate\Http\Exceptions\HttpResponseException
                                                                                                                    4 => Illuminate\Database\Eloquent\ModelNotFoundException
                                                                                                                    5 => Symfony\Component\HttpFoundation\Exception\SuspiciousOperationException
                                                                                                                    6 => Illuminate\Session\TokenMismatchException
                                                                                                                    7 => Illuminate\Validation\ValidationException
                                                                                                                )
                                                                                                        )
                                                                                                    container => Illuminate\Foundation\Application Object
 
                                                                                                )
                                                                                            [db.factory] => Illuminate\Database\Connectors\ConnectionFactory Object(
                                                                                                    container => Illuminate\Foundation\Application Object
 
                                                                                                )
                                                                                            db => Illuminate\Database\DatabaseManager Object(
                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                    factory => Illuminate\Database\Connectors\ConnectionFactory Object(
                                                                                                            container => Illuminate\Foundation\Application Object
 
                                                                                                        )
                                                                                                    connections => Array()
                                                                                                    extensions => Array()
                                                                                                    reconnector => Closure Object(
                                                                                                            this => Illuminate\Database\DatabaseManager Object
 
                                                                                                            parameter => Array(
                                                                                                                    [$connection] => 
                                                                                                                )
                                                                                                        )
                                                                                                )
                                                                                            [view.engine.resolver] => Illuminate\View\Engines\EngineResolver Object(
                                                                                                    resolvers => Array(
                                                                                                            file => Closure Object(
                                                                                                                    this => Illuminate\View\ViewServiceProvider Object(
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                )
                                                                                                            php => Closure Object(
                                                                                                                    this => Facade\Ignition\IgnitionServiceProvider Object
 
                                                                                                                )
                                                                                                            blade => Closure Object(
                                                                                                                    this => Facade\Ignition\IgnitionServiceProvider Object
 
                                                                                                                )
                                                                                                        )
                                                                                                    resolved => Array()
                                                                                                )
                                                                                            files => Illuminate\Filesystem\Filesystem Object()
                                                                                            [blade.compiler] => Illuminate\View\Compilers\BladeCompiler Object(
                                                                                                    extensions => Array()
                                                                                                    customDirectives => Array()
                                                                                                    conditions => Array()
                                                                                                    path => 
                                                                                                    compilers => Array(
                                                                                                            0 => Comments
                                                                                                            1 => Extensions
                                                                                                            2 => Statements
                                                                                                            3 => Echos
                                                                                                        )
                                                                                                    rawTags => Array(
                                                                                                            0 => {!!
                                                                                                            1 => !!}
                                                                                                        )
                                                                                                    contentTags => Array(
                                                                                                            0 => {{
                                                                                                            1 => }}
                                                                                                        )
                                                                                                    escapedTags => Array(
                                                                                                            0 => {{{
                                                                                                            1 => }}}
                                                                                                        )
                                                                                                    echoFormat => e(%s)
                                                                                                    footer => Array()
                                                                                                    rawBlocks => Array()
                                                                                                    files => Illuminate\Filesystem\Filesystem Object()
                                                                                                    cachePath => /0000/storage/framework/views
                                                                                                    firstCaseInSwitch => 1
                                                                                                    [encodingOptions:Illuminate\View\Compilers\BladeCompiler:private] => 15
                                                                                                    lastSection => 
                                                                                                    forElseCounter => 0
                                                                                                )
                                                                                            log => Illuminate\Log\LogManager Object(
                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                    channels => Array()
                                                                                                    customCreators => Array(
                                                                                                            flare => Closure Object(
                                                                                                                    this => Illuminate\Log\LogManager Object
 
                                                                                                                    parameter => Array(
                                                                                                                            [$app] => 
                                                                                                                        )
                                                                                                                )
                                                                                                        )
                                                                                                    dateFormat => Y-m-d H:i:s
                                                                                                    levels => Array(
                                                                                                            debug => 100
                                                                                                            info => 200
                                                                                                            notice => 250
                                                                                                            warning => 300
                                                                                                            error => 400
                                                                                                            critical => 500
                                                                                                            alert => 550
                                                                                                            emergency => 600
                                                                                                        )
                                                                                                )
                                                                                            queue => Illuminate\Queue\QueueManager Object(
                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                    connections => Array()
                                                                                                    connectors => Array(
                                                                                                            null => Closure Object(
                                                                                                                    this => Illuminate\Queue\QueueServiceProvider Object(
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                )
                                                                                                            sync => Closure Object(
                                                                                                                    this => Illuminate\Queue\QueueServiceProvider Object(
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                )
                                                                                                            database => Closure Object(
                                                                                                                    this => Illuminate\Queue\QueueServiceProvider Object(
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                )
                                                                                                            redis => Closure Object(
                                                                                                                    this => Illuminate\Queue\QueueServiceProvider Object(
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                )
                                                                                                            beanstalkd => Closure Object(
                                                                                                                    this => Illuminate\Queue\QueueServiceProvider Object(
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                )
                                                                                                            sqs => Closure Object(
                                                                                                                    this => Illuminate\Queue\QueueServiceProvider Object(
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                )
                                                                                                        )
                                                                                                )
                                                                                            date => Illuminate\Support\DateFactory Object()
                                                                                            router => Illuminate\Routing\Router Object
 
                                                                                            routes => Illuminate\Routing\RouteCollection Object(
                                                                                                    routes => Array()
                                                                                                    allRoutes => Array()
                                                                                                    nameList => Array()
                                                                                                    actionList => Array()
                                                                                                )
                                                                                            url => Illuminate\Routing\UrlGenerator Object(
                                                                                                    routes => Illuminate\Routing\RouteCollection Object(
                                                                                                            routes => Array()
                                                                                                            allRoutes => Array()
                                                                                                            nameList => Array()
                                                                                                            actionList => Array()
                                                                                                        )
                                                                                                    request => Illuminate\Http\Request Object(
                                                                                                            json => 
                                                                                                            convertedFiles => 
                                                                                                            userResolver => 
                                                                                                            routeResolver => 
                                                                                                            attributes => Symfony\Component\HttpFoundation\ParameterBag Object(
                                                                                                                    parameters => Array()
                                                                                                                )
                                                                                                            request => Symfony\Component\HttpFoundation\ParameterBag Object(
                                                                                                                    parameters => Array()
                                                                                                                )
                                                                                                            query => Symfony\Component\HttpFoundation\ParameterBag Object(
                                                                                                                    parameters => Array()
                                                                                                                )
                                                                                                            server => Symfony\Component\HttpFoundation\ServerBag Object(
                                                                                                                    parameters => Array(
                                                                                                                            SERVER_NAME => localhost
                                                                                                                            SERVER_PORT => 80
                                                                                                                            HTTP_HOST => localhost
                                                                                                                            HTTP_USER_AGENT => Symfony
                                                                                                                            HTTP_ACCEPT => text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
                                                                                                                            HTTP_ACCEPT_LANGUAGE => en-us,en;q=0.5
                                                                                                                            HTTP_ACCEPT_CHARSET => ISO-8859-1,utf-8;q=0.7,*;q=0.7
                                                                                                                            REMOTE_ADDR => 127.0.0.1
                                                                                                                            SCRIPT_NAME => artisan
                                                                                                                            SCRIPT_FILENAME => artisan
                                                                                                                            SERVER_PROTOCOL => HTTP/1.1
                                                                                                                            REQUEST_TIME => 1578274354
                                                                                                                            PHP_EXTRA_CONFIGURE_ARGS => --enable-fpm --with-fpm-user=www-data --with-fpm-group=www-data --disable-cgi
                                                                                                                            LANGUAGE => C
                                                                                                                            HOSTNAME => d9d2f135fb85
                                                                                                                            PHP_INI_DIR => /usr/local/etc/php
                                                                                                                            GIT_ASKPASS => echo
                                                                                                                            SHLVL => 2
                                                                                                                            HOME => /root
                                                                                                                            OLDPWD => /
                                                                                                                            PHP_LDFLAGS => -Wl,-O1 -Wl,--hash-style=both -pie
                                                                                                                            PHP_CFLAGS => -fstack-protector-strong -fpic -fpie -O2
                                                                                                                            PHP_MD5 => 
                                                                                                                            PHP_VERSION => 7.2.19
                                                                                                                            COMPOSER_HOME => /tmp/composer
                                                                                                                            COMPOSER_BINARY => /usr/bin/composer
                                                                                                                            GPG_KEYS => 1729F83938DA44E27BA0F4D3DBDB397470D12172 B1B44D8F021E4E2D6021E995DC9FF8D3EE5AF27F
                                                                                                                            PHP_CPPFLAGS => -fstack-protector-strong -fpic -fpie -O2
                                                                                                                            PHP_ASC_URL => https://www.php.net/get/php-7.2.19.tar.xz.asc/from/this/mirror
                                                                                                                            PHP_URL => https://www.php.net/get/php-7.2.19.tar.xz/from/this/mirror
                                                                                                                            TERM => xterm
                                                                                                                            PATH => /0000/vendor/bin:/tmp/composer/vendor/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
                                                                                                                            LD_PRELOAD => /usr/lib/preloadable_libiconv.so php
                                                                                                                            PHPIZE_DEPS => autoconf 		dpkg-dev dpkg 		file 		g++ 		gcc 		libc-dev 		make 		pkgconf 		re2c
                                                                                                                            PWD => /0000
                                                                                                                            PHP_SHA256 => 4ffa2404a88d60e993a9fe69f829ebec3eb1e006de41b6048ce5e91bbeaa9282
                                                                                                                            PHP_SELF => artisan
                                                                                                                            PATH_TRANSLATED => artisan
                                                                                                                            DOCUMENT_ROOT => 
                                                                                                                            REQUEST_TIME_FLOAT => 1578274354.5135
                                                                                                                            argv => Array(
                                                                                                                                    0 => artisan
                                                                                                                                    1 => package:discover
                                                                                                                                    2 => --ansi
                                                                                                                                )
                                                                                                                            argc => 3
                                                                                                                            APP_NAME => 本地测试
                                                                                                                            APP_ENV => local
                                                                                                                            APP_KEY => base64:gIjju1XIlTNS6j8BuifyrL2QAARYlvdKYd31eAqei7g=
                                                                                                                            APP_DEBUG => true
                                                                                                                            APP_URL => http://localhost
                                                                                                                            LOG_CHANNEL => stack
                                                                                                                            DB_CONNECTION => mysql
                                                                                                                            DB_HOST => 127.0.0.1
                                                                                                                            DB_PORT => 3306
                                                                                                                            DB_DATABASE => laravel
                                                                                                                            DB_USERNAME => root
                                                                                                                            DB_PASSWORD => 
                                                                                                                            BROADCAST_DRIVER => log
                                                                                                                            CACHE_DRIVER => file
                                                                                                                            QUEUE_CONNECTION => sync
                                                                                                                            SESSION_DRIVER => cookie
                                                                                                                            SESSION_LIFETIME => 120
                                                                                                                            REDIS_HOST => 127.0.0.1
                                                                                                                            REDIS_PASSWORD => null
                                                                                                                            REDIS_PORT => 6379
                                                                                                                            MAIL_DRIVER => smtp
                                                                                                                            MAIL_HOST => smtp.mailtrap.io
                                                                                                                            MAIL_PORT => 2525
                                                                                                                            MAIL_USERNAME => null
                                                                                                                            MAIL_PASSWORD => null
                                                                                                                            MAIL_ENCRYPTION => null
                                                                                                                            MAIL_FROM_ADDRESS => null
                                                                                                                            MAIL_FROM_NAME => 本地测试
                                                                                                                            AWS_ACCESS_KEY_ID => 
                                                                                                                            AWS_SECRET_ACCESS_KEY => 
                                                                                                                            AWS_DEFAULT_REGION => us-east-1
                                                                                                                            AWS_BUCKET => 
                                                                                                                            PUSHER_APP_ID => 
                                                                                                                            PUSHER_APP_KEY => 
                                                                                                                            PUSHER_APP_SECRET => 
                                                                                                                            PUSHER_APP_CLUSTER => mt1
                                                                                                                            MIX_PUSHER_APP_KEY => 
                                                                                                                            MIX_PUSHER_APP_CLUSTER => mt1
                                                                                                                            PATH_INFO => 
                                                                                                                            REQUEST_METHOD => GET
                                                                                                                            REQUEST_URI => /
                                                                                                                            QUERY_STRING => 
                                                                                                                        )
                                                                                                                )
                                                                                                            files => Symfony\Component\HttpFoundation\FileBag Object(
                                                                                                                    parameters => Array()
                                                                                                                )
                                                                                                            cookies => Symfony\Component\HttpFoundation\ParameterBag Object(
                                                                                                                    parameters => Array()
                                                                                                                )
                                                                                                            headers => Symfony\Component\HttpFoundation\HeaderBag Object(
                                                                                                                    headers => Array(
                                                                                                                            host => Array(
                                                                                                                                    0 => localhost
                                                                                                                                )
                                                                                                                            [user-agent] => Array(
                                                                                                                                    0 => Symfony
                                                                                                                                )
                                                                                                                            accept => Array(
                                                                                                                                    0 => text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
                                                                                                                                )
                                                                                                                            [accept-language] => Array(
                                                                                                                                    0 => en-us,en;q=0.5
                                                                                                                                )
                                                                                                                            [accept-charset] => Array(
                                                                                                                                    0 => ISO-8859-1,utf-8;q=0.7,*;q=0.7
                                                                                                                                )
                                                                                                                        )
                                                                                                                    cacheControl => Array()
                                                                                                                )
                                                                                                            content => 
                                                                                                            languages => 
                                                                                                            charsets => 
                                                                                                            encodings => 
                                                                                                            acceptableContentTypes => 
                                                                                                            pathInfo => 
                                                                                                            requestUri => 
                                                                                                            baseUrl => 
                                                                                                            basePath => 
                                                                                                            method => 
                                                                                                            format => 
                                                                                                            session => 
                                                                                                            locale => 
                                                                                                            defaultLocale => en
                                                                                                            [preferredFormat:Symfony\Component\HttpFoundation\Request:private] => 
                                                                                                            [isHostValid:Symfony\Component\HttpFoundation\Request:private] => 1
                                                                                                            [isForwardedValid:Symfony\Component\HttpFoundation\Request:private] => 1
                                                                                                        )
                                                                                                    assetRoot => 
                                                                                                    forcedRoot => 
                                                                                                    forceScheme => 
                                                                                                    cachedRoot => 
                                                                                                    cachedScheme => 
                                                                                                    rootNamespace => App\Http\Controllers
                                                                                                    sessionResolver => Closure Object(
                                                                                                            this => Illuminate\Routing\RoutingServiceProvider Object(
                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                )
                                                                                                        )
                                                                                                    keyResolver => Closure Object(
                                                                                                            this => Illuminate\Routing\RoutingServiceProvider Object(
                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                )
                                                                                                        )
                                                                                                    formatHostUsing => 
                                                                                                    formatPathUsing => 
                                                                                                    routeGenerator => 
                                                                                                )
                                                                                        )
                                                                                    aliases => Array(
                                                                                            [Illuminate\Foundation\Application] => app
                                                                                            [Illuminate\Contracts\Container\Container] => app
                                                                                            [Illuminate\Contracts\Foundation\Application] => app
                                                                                            [Psr\Container\ContainerInterface] => app
                                                                                            [Illuminate\Auth\AuthManager] => auth
                                                                                            [Illuminate\Contracts\Auth\Factory] => auth
                                                                                            [Illuminate\Contracts\Auth\Guard] => auth.driver
                                                                                            [Illuminate\View\Compilers\BladeCompiler] => blade.compiler
                                                                                            [Illuminate\Cache\CacheManager] => cache
                                                                                            [Illuminate\Contracts\Cache\Factory] => cache
                                                                                            [Illuminate\Cache\Repository] => cache.store
                                                                                            [Illuminate\Contracts\Cache\Repository] => cache.store
                                                                                            [Psr\SimpleCache\CacheInterface] => cache.store
                                                                                            [Symfony\Component\Cache\Adapter\Psr16Adapter] => cache.psr6
                                                                                            [Symfony\Component\Cache\Adapter\AdapterInterface] => cache.psr6
                                                                                            [Psr\Cache\CacheItemPoolInterface] => cache.psr6
                                                                                            [Illuminate\Config\Repository] => config
                                                                                            [Illuminate\Contracts\Config\Repository] => config
                                                                                            [Illuminate\Cookie\CookieJar] => cookie
                                                                                            [Illuminate\Contracts\Cookie\Factory] => cookie
                                                                                            [Illuminate\Contracts\Cookie\QueueingFactory] => cookie
                                                                                            [Illuminate\Encryption\Encrypter] => encrypter
                                                                                            [Illuminate\Contracts\Encryption\Encrypter] => encrypter
                                                                                            [Illuminate\Database\DatabaseManager] => db
                                                                                            [Illuminate\Database\ConnectionResolverInterface] => db
                                                                                            [Illuminate\Database\Connection] => db.connection
                                                                                            [Illuminate\Database\ConnectionInterface] => db.connection
                                                                                            [Illuminate\Events\Dispatcher] => events
                                                                                            [Illuminate\Contracts\Events\Dispatcher] => events
                                                                                            [Illuminate\Filesystem\Filesystem] => files
                                                                                            [Illuminate\Filesystem\FilesystemManager] => filesystem
                                                                                            [Illuminate\Contracts\Filesystem\Factory] => filesystem
                                                                                            [Illuminate\Contracts\Filesystem\Filesystem] => filesystem.disk
                                                                                            [Illuminate\Contracts\Filesystem\Cloud] => filesystem.cloud
                                                                                            [Illuminate\Hashing\HashManager] => hash
                                                                                            [Illuminate\Contracts\Hashing\Hasher] => hash.driver
                                                                                            [Illuminate\Translation\Translator] => translator
                                                                                            [Illuminate\Contracts\Translation\Translator] => translator
                                                                                            [Illuminate\Log\LogManager] => log
                                                                                            [Psr\Log\LoggerInterface] => log
                                                                                            [Illuminate\Mail\Mailer] => mailer
                                                                                            [Illuminate\Contracts\Mail\Mailer] => mailer
                                                                                            [Illuminate\Contracts\Mail\MailQueue] => mailer
                                                                                            [Illuminate\Auth\Passwords\PasswordBrokerManager] => auth.password
                                                                                            [Illuminate\Contracts\Auth\PasswordBrokerFactory] => auth.password
                                                                                            [Illuminate\Auth\Passwords\PasswordBroker] => auth.password.broker
                                                                                            [Illuminate\Contracts\Auth\PasswordBroker] => auth.password.broker
                                                                                            [Illuminate\Queue\QueueManager] => queue
                                                                                            [Illuminate\Contracts\Queue\Factory] => queue
                                                                                            [Illuminate\Contracts\Queue\Monitor] => queue
                                                                                            [Illuminate\Contracts\Queue\Queue] => queue.connection
                                                                                            [Illuminate\Queue\Failed\FailedJobProviderInterface] => queue.failer
                                                                                            [Illuminate\Routing\Redirector] => redirect
                                                                                            [Illuminate\Redis\RedisManager] => redis
                                                                                            [Illuminate\Contracts\Redis\Factory] => redis
                                                                                            [Illuminate\Http\Request] => request
                                                                                            [Symfony\Component\HttpFoundation\Request] => request
                                                                                            [Illuminate\Routing\Router] => router
                                                                                            [Illuminate\Contracts\Routing\Registrar] => router
                                                                                            [Illuminate\Contracts\Routing\BindingRegistrar] => router
                                                                                            [Illuminate\Session\SessionManager] => session
                                                                                            [Illuminate\Session\Store] => session.store
                                                                                            [Illuminate\Contracts\Session\Session] => session.store
                                                                                            [Illuminate\Routing\UrlGenerator] => url
                                                                                            [Illuminate\Contracts\Routing\UrlGenerator] => url
                                                                                            [Illuminate\Validation\Factory] => validator
                                                                                            [Illuminate\Contracts\Validation\Factory] => validator
                                                                                            [Illuminate\View\Factory] => view
                                                                                            [Illuminate\Contracts\View\Factory] => view
                                                                                            [Illuminate\Contracts\Notifications\Dispatcher] => Illuminate\Notifications\ChannelManager
                                                                                            [Illuminate\Contracts\Notifications\Factory] => Illuminate\Notifications\ChannelManager
                                                                                            [Facade\FlareClient\Http\Client] => flare.http
                                                                                            [Facade\FlareClient\Flare] => flare.client
                                                                                        )
                                                                                    abstractAliases => Array(
                                                                                            app => Array(
                                                                                                    0 => Illuminate\Foundation\Application
                                                                                                    1 => Illuminate\Contracts\Container\Container
                                                                                                    2 => Illuminate\Contracts\Foundation\Application
                                                                                                    3 => Psr\Container\ContainerInterface
                                                                                                )
                                                                                            auth => Array(
                                                                                                    0 => Illuminate\Auth\AuthManager
                                                                                                    1 => Illuminate\Contracts\Auth\Factory
                                                                                                )
                                                                                            [auth.driver] => Array(
                                                                                                    0 => Illuminate\Contracts\Auth\Guard
                                                                                                )
                                                                                            [blade.compiler] => Array(
                                                                                                    0 => Illuminate\View\Compilers\BladeCompiler
                                                                                                )
                                                                                            cache => Array(
                                                                                                    0 => Illuminate\Cache\CacheManager
                                                                                                    1 => Illuminate\Contracts\Cache\Factory
                                                                                                )
                                                                                            [cache.store] => Array(
                                                                                                    0 => Illuminate\Cache\Repository
                                                                                                    1 => Illuminate\Contracts\Cache\Repository
                                                                                                    2 => Psr\SimpleCache\CacheInterface
                                                                                                )
                                                                                            [cache.psr6] => Array(
                                                                                                    0 => Symfony\Component\Cache\Adapter\Psr16Adapter
                                                                                                    1 => Symfony\Component\Cache\Adapter\AdapterInterface
                                                                                                    2 => Psr\Cache\CacheItemPoolInterface
                                                                                                )
                                                                                            config => Array(
                                                                                                    0 => Illuminate\Config\Repository
                                                                                                    1 => Illuminate\Contracts\Config\Repository
                                                                                                )
                                                                                            cookie => Array(
                                                                                                    0 => Illuminate\Cookie\CookieJar
                                                                                                    1 => Illuminate\Contracts\Cookie\Factory
                                                                                                    2 => Illuminate\Contracts\Cookie\QueueingFactory
                                                                                                )
                                                                                            encrypter => Array(
                                                                                                    0 => Illuminate\Encryption\Encrypter
                                                                                                    1 => Illuminate\Contracts\Encryption\Encrypter
                                                                                                )
                                                                                            db => Array(
                                                                                                    0 => Illuminate\Database\DatabaseManager
                                                                                                    1 => Illuminate\Database\ConnectionResolverInterface
                                                                                                )
                                                                                            [db.connection] => Array(
                                                                                                    0 => Illuminate\Database\Connection
                                                                                                    1 => Illuminate\Database\ConnectionInterface
                                                                                                )
                                                                                            events => Array(
                                                                                                    0 => Illuminate\Events\Dispatcher
                                                                                                    1 => Illuminate\Contracts\Events\Dispatcher
                                                                                                )
                                                                                            files => Array(
                                                                                                    0 => Illuminate\Filesystem\Filesystem
                                                                                                )
                                                                                            filesystem => Array(
                                                                                                    0 => Illuminate\Filesystem\FilesystemManager
                                                                                                    1 => Illuminate\Contracts\Filesystem\Factory
                                                                                                )
                                                                                            [filesystem.disk] => Array(
                                                                                                    0 => Illuminate\Contracts\Filesystem\Filesystem
                                                                                                )
                                                                                            [filesystem.cloud] => Array(
                                                                                                    0 => Illuminate\Contracts\Filesystem\Cloud
                                                                                                )
                                                                                            hash => Array(
                                                                                                    0 => Illuminate\Hashing\HashManager
                                                                                                )
                                                                                            [hash.driver] => Array(
                                                                                                    0 => Illuminate\Contracts\Hashing\Hasher
                                                                                                )
                                                                                            translator => Array(
                                                                                                    0 => Illuminate\Translation\Translator
                                                                                                    1 => Illuminate\Contracts\Translation\Translator
                                                                                                )
                                                                                            log => Array(
                                                                                                    0 => Illuminate\Log\LogManager
                                                                                                    1 => Psr\Log\LoggerInterface
                                                                                                )
                                                                                            mailer => Array(
                                                                                                    0 => Illuminate\Mail\Mailer
                                                                                                    1 => Illuminate\Contracts\Mail\Mailer
                                                                                                    2 => Illuminate\Contracts\Mail\MailQueue
                                                                                                )
                                                                                            [auth.password] => Array(
                                                                                                    0 => Illuminate\Auth\Passwords\PasswordBrokerManager
                                                                                                    1 => Illuminate\Contracts\Auth\PasswordBrokerFactory
                                                                                                )
                                                                                            [auth.password.broker] => Array(
                                                                                                    0 => Illuminate\Auth\Passwords\PasswordBroker
                                                                                                    1 => Illuminate\Contracts\Auth\PasswordBroker
                                                                                                )
                                                                                            queue => Array(
                                                                                                    0 => Illuminate\Queue\QueueManager
                                                                                                    1 => Illuminate\Contracts\Queue\Factory
                                                                                                    2 => Illuminate\Contracts\Queue\Monitor
                                                                                                )
                                                                                            [queue.connection] => Array(
                                                                                                    0 => Illuminate\Contracts\Queue\Queue
                                                                                                )
                                                                                            [queue.failer] => Array(
                                                                                                    0 => Illuminate\Queue\Failed\FailedJobProviderInterface
                                                                                                )
                                                                                            redirect => Array(
                                                                                                    0 => Illuminate\Routing\Redirector
                                                                                                )
                                                                                            redis => Array(
                                                                                                    0 => Illuminate\Redis\RedisManager
                                                                                                    1 => Illuminate\Contracts\Redis\Factory
                                                                                                )
                                                                                            request => Array(
                                                                                                    0 => Illuminate\Http\Request
                                                                                                    1 => Symfony\Component\HttpFoundation\Request
                                                                                                )
                                                                                            router => Array(
                                                                                                    0 => Illuminate\Routing\Router
                                                                                                    1 => Illuminate\Contracts\Routing\Registrar
                                                                                                    2 => Illuminate\Contracts\Routing\BindingRegistrar
                                                                                                )
                                                                                            session => Array(
                                                                                                    0 => Illuminate\Session\SessionManager
                                                                                                )
                                                                                            [session.store] => Array(
                                                                                                    0 => Illuminate\Session\Store
                                                                                                    1 => Illuminate\Contracts\Session\Session
                                                                                                )
                                                                                            url => Array(
                                                                                                    0 => Illuminate\Routing\UrlGenerator
                                                                                                    1 => Illuminate\Contracts\Routing\UrlGenerator
                                                                                                )
                                                                                            validator => Array(
                                                                                                    0 => Illuminate\Validation\Factory
                                                                                                    1 => Illuminate\Contracts\Validation\Factory
                                                                                                )
                                                                                            view => Array(
                                                                                                    0 => Illuminate\View\Factory
                                                                                                    1 => Illuminate\Contracts\View\Factory
                                                                                                )
                                                                                            [Illuminate\Notifications\ChannelManager] => Array(
                                                                                                    0 => Illuminate\Contracts\Notifications\Dispatcher
                                                                                                    1 => Illuminate\Contracts\Notifications\Factory
                                                                                                )
                                                                                            [flare.http] => Array(
                                                                                                    0 => Facade\FlareClient\Http\Client
                                                                                                )
                                                                                            [flare.client] => Array(
                                                                                                    0 => Facade\FlareClient\Flare
                                                                                                )
                                                                                        )
                                                                                    extenders => Array(
                                                                                            url => Array(
                                                                                                    0 => Closure Object(
                                                                                                            this => Illuminate\Routing\RoutingServiceProvider Object(
                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                )
                                                                                                            parameter => Array(
                                                                                                                    [$url] => 
                                                                                                                    [$app] => 
                                                                                                                )
                                                                                                        )
                                                                                                )
                                                                                        )
                                                                                    tags => Array()
                                                                                    buildStack => Array()
                                                                                    with => Array()
                                                                                    contextual => Array()
                                                                                    reboundCallbacks => Array(
                                                                                            request => Array(
                                                                                                    0 => Closure Object(
                                                                                                            this => Illuminate\Auth\AuthServiceProvider Object(
                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                )
                                                                                                            parameter => Array(
                                                                                                                    [$app] => 
                                                                                                                    [$request] => 
                                                                                                                )
                                                                                                        )
                                                                                                    1 => Closure Object(
                                                                                                            this => Illuminate\Routing\RoutingServiceProvider Object(
                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                )
                                                                                                            parameter => Array(
                                                                                                                    [$app] => 
                                                                                                                    [$request] => 
                                                                                                                )
                                                                                                        )
                                                                                                )
                                                                                            events => Array(
                                                                                                    0 => Closure Object(
                                                                                                            this => Illuminate\Auth\AuthServiceProvider Object(
                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                )
                                                                                                            parameter => Array(
                                                                                                                    [$app] => 
                                                                                                                    [$dispatcher] => 
                                                                                                                )
                                                                                                        )
                                                                                                )
                                                                                            routes => Array(
                                                                                                    0 => Closure Object(
                                                                                                            this => Illuminate\Routing\RoutingServiceProvider Object(
                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                )
                                                                                                            parameter => Array(
                                                                                                                    [$app] => 
                                                                                                                    [$routes] => 
                                                                                                                )
                                                                                                        )
                                                                                                )
                                                                                        )
                                                                                    globalResolvingCallbacks => Array()
                                                                                    globalAfterResolvingCallbacks => Array()
                                                                                    resolvingCallbacks => Array(
                                                                                            [Illuminate\Foundation\Http\FormRequest] => Array(
                                                                                                    0 => Closure Object(
                                                                                                            this => Illuminate\Foundation\Providers\FormRequestServiceProvider Object(
                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                )
                                                                                                            parameter => Array(
                                                                                                                    [$request] => 
                                                                                                                    [$app] => 
                                                                                                                )
                                                                                                        )
                                                                                                )
                                                                                        )
                                                                                    afterResolvingCallbacks => Array(
                                                                                            [Illuminate\Contracts\Validation\ValidatesWhenResolved] => Array(
                                                                                                    0 => Closure Object(
                                                                                                            this => Illuminate\Foundation\Providers\FormRequestServiceProvider Object(
                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                )
                                                                                                            parameter => Array(
                                                                                                                    [$resolved] => 
                                                                                                                )
                                                                                                        )
                                                                                                )
                                                                                            view => Array(
                                                                                                    0 => Closure Object(
                                                                                                            static => Array(
                                                                                                                    path => /tutorials/vendor2/laravel/framework-6.x/src/Illuminate/Notifications/resources/views
                                                                                                                    namespace => notifications
                                                                                                                )
                                                                                                            this => Illuminate\Notifications\NotificationServiceProvider Object(
                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                )
                                                                                                            parameter => Array(
                                                                                                                    [$view] => 
                                                                                                                )
                                                                                                        )
                                                                                                    1 => Closure Object(
                                                                                                            static => Array(
                                                                                                                    path => /tutorials/vendor2/laravel/framework-6.x/src/Illuminate/Pagination/resources/views
                                                                                                                    namespace => pagination
                                                                                                                )
                                                                                                            this => Illuminate\Pagination\PaginationServiceProvider Object(
                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                )
                                                                                                            parameter => Array(
                                                                                                                    [$view] => 
                                                                                                                )
                                                                                                        )
                                                                                                )
                                                                                        )
                                                                                )
                                                                        )
                                                                )
                                                            wildcard => 
                                                        )
                                                    this => Illuminate\Events\Dispatcher Object
 
                                                    parameter => Array(
                                                            [$event] => 
                                                            [$payload] => 
                                                        )
                                                )
                                        )
                                    [Illuminate\Database\Events\QueryExecuted] => Array(
                                            0 => Closure Object(
                                                    static => Array(
                                                            listener => Array(
                                                                    0 => Facade\Ignition\QueryRecorder\QueryRecorder Object(
                                                                            queries => Array()
                                                                            app => Illuminate\Foundation\Application Object(
                                                                                    basePath => /0000
                                                                                    hasBeenBootstrapped => 1
                                                                                    booted => 
                                                                                    bootingCallbacks => Array(
                                                                                            0 => Closure Object(
                                                                                                    static => Array(
                                                                                                            instance => Illuminate\Queue\QueueServiceProvider Object(
                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                )
                                                                                                        )
                                                                                                    this => Illuminate\Foundation\Application Object
 
                                                                                                )
                                                                                        )
                                                                                    bootedCallbacks => Array(
                                                                                            0 => Closure Object(
                                                                                                    this => App\Console\Kernel Object(
                                                                                                            commands => Array()
                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                            events => Illuminate\Events\Dispatcher Object
 
                                                                                                            artisan => 
                                                                                                            commandsLoaded => 
                                                                                                            bootstrappers => Array(
                                                                                                                    0 => Illuminate\Foundation\Bootstrap\LoadEnvironmentVariables
                                                                                                                    1 => Illuminate\Foundation\Bootstrap\LoadConfiguration
                                                                                                                    2 => Illuminate\Foundation\Bootstrap\HandleExceptions
                                                                                                                    3 => Illuminate\Foundation\Bootstrap\RegisterFacades
                                                                                                                    4 => Illuminate\Foundation\Bootstrap\SetRequestForConsole
                                                                                                                    5 => Illuminate\Foundation\Bootstrap\RegisterProviders
                                                                                                                    6 => Illuminate\Foundation\Bootstrap\BootProviders
                                                                                                                )
                                                                                                        )
                                                                                                )
                                                                                        )
                                                                                    terminatingCallbacks => Array()
                                                                                    serviceProviders => Array(
                                                                                            0 => Illuminate\Events\EventServiceProvider Object(
                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                )
                                                                                            1 => Illuminate\Log\LogServiceProvider Object(
                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                )
                                                                                            2 => Illuminate\Routing\RoutingServiceProvider Object(
                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                )
                                                                                            3 => Illuminate\Auth\AuthServiceProvider Object(
                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                )
                                                                                            4 => Illuminate\Cookie\CookieServiceProvider Object(
                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                )
                                                                                            5 => Illuminate\Database\DatabaseServiceProvider Object(
                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                )
                                                                                            6 => Illuminate\Encryption\EncryptionServiceProvider Object(
                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                )
                                                                                            7 => Illuminate\Filesystem\FilesystemServiceProvider Object(
                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                )
                                                                                            8 => Illuminate\Foundation\Providers\FormRequestServiceProvider Object(
                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                )
                                                                                            9 => Illuminate\Foundation\Providers\FoundationServiceProvider Object(
                                                                                                    providers => Array(
                                                                                                            0 => Illuminate\Foundation\Providers\FormRequestServiceProvider
                                                                                                        )
                                                                                                    instances => Array(
                                                                                                            0 => Illuminate\Foundation\Providers\FormRequestServiceProvider Object(
                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                )
                                                                                                        )
                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                )
                                                                                            10 => Illuminate\Notifications\NotificationServiceProvider Object(
                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                )
                                                                                            11 => Illuminate\Pagination\PaginationServiceProvider Object(
                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                )
                                                                                            12 => Illuminate\Session\SessionServiceProvider Object(
                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                )
                                                                                            13 => Illuminate\View\ViewServiceProvider Object(
                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                )
                                                                                            14 => Facade\Ignition\IgnitionServiceProvider Object(
                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                )
                                                                                            15 => Fideloper\Proxy\TrustedProxyServiceProvider Object(
                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                )
                                                                                            16 => Carbon\Laravel\ServiceProvider Object(
                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                )
                                                                                            17 => NunoMaduro\Collision\Adapters\Laravel\CollisionServiceProvider Object(
                                                                                                    defer => 1
                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                )
                                                                                            18 => App\Providers\AppServiceProvider Object(
                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                )
                                                                                            19 => App\Providers\AuthServiceProvider Object(
                                                                                                    policies => Array()
                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                )
                                                                                            20 => App\Providers\EventServiceProvider Object(
                                                                                                    listen => Array(
                                                                                                            [Illuminate\Auth\Events\Registered] => Array(
                                                                                                                    0 => Illuminate\Auth\Listeners\SendEmailVerificationNotification
                                                                                                                )
                                                                                                        )
                                                                                                    subscribe => Array()
                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                )
                                                                                            21 => App\Providers\RouteServiceProvider Object(
                                                                                                    namespace => App\Http\Controllers
                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                )
                                                                                            22 => Illuminate\Queue\QueueServiceProvider Object(
                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                )
                                                                                        )
                                                                                    loadedProviders => Array(
                                                                                            [Illuminate\Events\EventServiceProvider] => 1
                                                                                            [Illuminate\Log\LogServiceProvider] => 1
                                                                                            [Illuminate\Routing\RoutingServiceProvider] => 1
                                                                                            [Illuminate\Auth\AuthServiceProvider] => 1
                                                                                            [Illuminate\Cookie\CookieServiceProvider] => 1
                                                                                            [Illuminate\Database\DatabaseServiceProvider] => 1
                                                                                            [Illuminate\Encryption\EncryptionServiceProvider] => 1
                                                                                            [Illuminate\Filesystem\FilesystemServiceProvider] => 1
                                                                                            [Illuminate\Foundation\Providers\FormRequestServiceProvider] => 1
                                                                                            [Illuminate\Foundation\Providers\FoundationServiceProvider] => 1
                                                                                            [Illuminate\Notifications\NotificationServiceProvider] => 1
                                                                                            [Illuminate\Pagination\PaginationServiceProvider] => 1
                                                                                            [Illuminate\Session\SessionServiceProvider] => 1
                                                                                            [Illuminate\View\ViewServiceProvider] => 1
                                                                                            [Facade\Ignition\IgnitionServiceProvider] => 1
                                                                                            [Fideloper\Proxy\TrustedProxyServiceProvider] => 1
                                                                                            [Carbon\Laravel\ServiceProvider] => 1
                                                                                            [NunoMaduro\Collision\Adapters\Laravel\CollisionServiceProvider] => 1
                                                                                            [App\Providers\AppServiceProvider] => 1
                                                                                            [App\Providers\AuthServiceProvider] => 1
                                                                                            [App\Providers\EventServiceProvider] => 1
                                                                                            [App\Providers\RouteServiceProvider] => 1
                                                                                            [Illuminate\Queue\QueueServiceProvider] => 1
                                                                                        )
                                                                                    deferredServices => Array(
                                                                                            [Illuminate\Broadcasting\BroadcastManager] => Illuminate\Broadcasting\BroadcastServiceProvider
                                                                                            [Illuminate\Contracts\Broadcasting\Factory] => Illuminate\Broadcasting\BroadcastServiceProvider
                                                                                            [Illuminate\Contracts\Broadcasting\Broadcaster] => Illuminate\Broadcasting\BroadcastServiceProvider
                                                                                            [Illuminate\Bus\Dispatcher] => Illuminate\Bus\BusServiceProvider
                                                                                            [Illuminate\Contracts\Bus\Dispatcher] => Illuminate\Bus\BusServiceProvider
                                                                                            [Illuminate\Contracts\Bus\QueueingDispatcher] => Illuminate\Bus\BusServiceProvider
                                                                                            cache => Illuminate\Cache\CacheServiceProvider
                                                                                            [cache.store] => Illuminate\Cache\CacheServiceProvider
                                                                                            [cache.psr6] => Illuminate\Cache\CacheServiceProvider
                                                                                            [memcached.connector] => Illuminate\Cache\CacheServiceProvider
                                                                                            [command.cache.clear] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                            [command.cache.forget] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                            [command.clear-compiled] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                            [command.auth.resets.clear] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                            [command.config.cache] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                            [command.config.clear] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                            [command.db.wipe] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                            [command.down] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                            [command.environment] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                            [command.event.cache] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                            [command.event.clear] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                            [command.event.list] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                            [command.key.generate] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                            [command.optimize] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                            [command.optimize.clear] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                            [command.package.discover] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                            [command.preset] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                            [command.queue.failed] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                            [command.queue.flush] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                            [command.queue.forget] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                            [command.queue.listen] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                            [command.queue.restart] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                            [command.queue.retry] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                            [command.queue.work] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                            [command.route.cache] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                            [command.route.clear] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                            [command.route.list] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                            [command.seed] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                            [Illuminate\Console\Scheduling\ScheduleFinishCommand] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                            [Illuminate\Console\Scheduling\ScheduleRunCommand] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                            [command.storage.link] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                            [command.up] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                            [command.view.cache] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                            [command.view.clear] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                            [command.cache.table] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                            [command.channel.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                            [command.console.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                            [command.controller.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                            [command.event.generate] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                            [command.event.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                            [command.exception.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                            [command.factory.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                            [command.job.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                            [command.listener.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                            [command.mail.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                            [command.middleware.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                            [command.model.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                            [command.notification.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                            [command.notification.table] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                            [command.observer.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                            [command.policy.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                            [command.provider.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                            [command.queue.failed-table] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                            [command.queue.table] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                            [command.request.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                            [command.resource.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                            [command.rule.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                            [command.seeder.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                            [command.session.table] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                            [command.serve] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                            [command.test.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                            [command.vendor.publish] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                            migrator => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                            [migration.repository] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                            [migration.creator] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                            [command.migrate] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                            [command.migrate.fresh] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                            [command.migrate.install] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                            [command.migrate.refresh] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                            [command.migrate.reset] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                            [command.migrate.rollback] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                            [command.migrate.status] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                            [command.migrate.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                            composer => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                            hash => Illuminate\Hashing\HashServiceProvider
                                                                                            [hash.driver] => Illuminate\Hashing\HashServiceProvider
                                                                                            mailer => Illuminate\Mail\MailServiceProvider
                                                                                            [swift.mailer] => Illuminate\Mail\MailServiceProvider
                                                                                            [swift.transport] => Illuminate\Mail\MailServiceProvider
                                                                                            [Illuminate\Mail\Markdown] => Illuminate\Mail\MailServiceProvider
                                                                                            [Illuminate\Contracts\Pipeline\Hub] => Illuminate\Pipeline\PipelineServiceProvider
                                                                                            [queue.worker] => Illuminate\Queue\QueueServiceProvider
                                                                                            [queue.listener] => Illuminate\Queue\QueueServiceProvider
                                                                                            [queue.failer] => Illuminate\Queue\QueueServiceProvider
                                                                                            [queue.connection] => Illuminate\Queue\QueueServiceProvider
                                                                                            redis => Illuminate\Redis\RedisServiceProvider
                                                                                            [redis.connection] => Illuminate\Redis\RedisServiceProvider
                                                                                            [auth.password] => Illuminate\Auth\Passwords\PasswordResetServiceProvider
                                                                                            [auth.password.broker] => Illuminate\Auth\Passwords\PasswordResetServiceProvider
                                                                                            translator => Illuminate\Translation\TranslationServiceProvider
                                                                                            [translation.loader] => Illuminate\Translation\TranslationServiceProvider
                                                                                            validator => Illuminate\Validation\ValidationServiceProvider
                                                                                            [validation.presence] => Illuminate\Validation\ValidationServiceProvider
                                                                                            [command.tinker] => Laravel\Tinker\TinkerServiceProvider
                                                                                        )
                                                                                    appPath => 
                                                                                    databasePath => 
                                                                                    storagePath => 
                                                                                    environmentPath => 
                                                                                    environmentFile => .env
                                                                                    isRunningInConsole => 1
                                                                                    namespace => 
                                                                                    resolved => Array(
                                                                                            events => 1
                                                                                            [App\Console\Kernel] => 1
                                                                                            [Illuminate\Contracts\Console\Kernel] => 1
                                                                                            [Illuminate\Foundation\Bootstrap\LoadEnvironmentVariables] => 1
                                                                                            [Illuminate\Foundation\Bootstrap\LoadConfiguration] => 1
                                                                                            [Illuminate\Foundation\Bootstrap\HandleExceptions] => 1
                                                                                            env => 1
                                                                                            [Illuminate\Foundation\Bootstrap\RegisterFacades] => 1
                                                                                            [Illuminate\Foundation\Bootstrap\SetRequestForConsole] => 1
                                                                                            [Illuminate\Foundation\Bootstrap\RegisterProviders] => 1
                                                                                            [Facade\Ignition\LogRecorder\LogRecorder] => 1
                                                                                            [Facade\Ignition\DumpRecorder\DumpRecorder] => 1
                                                                                            [Facade\Ignition\QueryRecorder\QueryRecorder] => 1
                                                                                            [flare.http] => 1
                                                                                            [flare.client] => 1
                                                                                            [Facade\Ignition\Middleware\SetNotifierName] => 1
                                                                                            [Facade\Ignition\Middleware\AddEnvironmentInformation] => 1
                                                                                            [Facade\Ignition\Middleware\AddLogs] => 1
                                                                                            [Facade\Ignition\Middleware\AddDumps] => 1
                                                                                            [Facade\Ignition\Middleware\AddQueries] => 1
                                                                                            [Facade\IgnitionContracts\SolutionProviderRepository] => 1
                                                                                            [Facade\Ignition\Middleware\AddSolutions] => 1
                                                                                            [App\Exceptions\Handler] => 1
                                                                                            [Illuminate\Contracts\Debug\ExceptionHandler] => 1
                                                                                            [Illuminate\Foundation\Bootstrap\BootProviders] => 1
                                                                                            [db.factory] => 1
                                                                                            db => 1
                                                                                            [view.engine.resolver] => 1
                                                                                            files => 1
                                                                                            [blade.compiler] => 1
                                                                                            log => 1
                                                                                            queue => 1
                                                                                            router => 1
                                                                                            url => 1
                                                                                        )
                                                                                    bindings => Array(
                                                                                            [Illuminate\Foundation\Mix] => Array(
                                                                                                    concrete => Closure Object(
                                                                                                            static => Array(
                                                                                                                    abstract => Illuminate\Foundation\Mix
                                                                                                                    concrete => Illuminate\Foundation\Mix
                                                                                                                )
                                                                                                            this => Illuminate\Foundation\Application Object
 
                                                                                                            parameter => Array(
                                                                                                                    [$container] => 
                                                                                                                    [$parameters] => 
                                                                                                                )
                                                                                                        )
                                                                                                    shared => 1
                                                                                                )
                                                                                            events => Array(
                                                                                                    concrete => Closure Object(
                                                                                                            this => Illuminate\Events\EventServiceProvider Object(
                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                )
                                                                                                            parameter => Array(
                                                                                                                    [$app] => 
                                                                                                                )
                                                                                                        )
                                                                                                    shared => 1
                                                                                                )
                                                                                            log => Array(
                                                                                                    concrete => Closure Object(
                                                                                                            this => Illuminate\Log\LogServiceProvider Object(
                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                )
                                                                                                        )
                                                                                                    shared => 1
                                                                                                )
                                                                                            router => Array(
                                                                                                    concrete => Closure Object(
                                                                                                            this => Illuminate\Routing\RoutingServiceProvider Object(
                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                )
                                                                                                            parameter => Array(
                                                                                                                    [$app] => 
                                                                                                                )
                                                                                                        )
                                                                                                    shared => 1
                                                                                                )
                                                                                            url => Array(
                                                                                                    concrete => Closure Object(
                                                                                                            this => Illuminate\Routing\RoutingServiceProvider Object(
                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                )
                                                                                                            parameter => Array(
                                                                                                                    [$app] => 
                                                                                                                )
                                                                                                        )
                                                                                                    shared => 1
                                                                                                )
                                                                                            redirect => Array(
                                                                                                    concrete => Closure Object(
                                                                                                            this => Illuminate\Routing\RoutingServiceProvider Object(
                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                )
                                                                                                            parameter => Array(
                                                                                                                    [$app] => 
                                                                                                                )
                                                                                                        )
                                                                                                    shared => 1
                                                                                                )
                                                                                            [Psr\Http\Message\ServerRequestInterface] => Array(
                                                                                                    concrete => Closure Object(
                                                                                                            this => Illuminate\Routing\RoutingServiceProvider Object(
                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                )
                                                                                                            parameter => Array(
                                                                                                                    [$app] => 
                                                                                                                )
                                                                                                        )
                                                                                                    shared => 
                                                                                                )
                                                                                            [Psr\Http\Message\ResponseInterface] => Array(
                                                                                                    concrete => Closure Object(
                                                                                                            this => Illuminate\Routing\RoutingServiceProvider Object(
                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                )
                                                                                                        )
                                                                                                    shared => 
                                                                                                )
                                                                                            [Illuminate\Contracts\Routing\ResponseFactory] => Array(
                                                                                                    concrete => Closure Object(
                                                                                                            this => Illuminate\Routing\RoutingServiceProvider Object(
                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                )
                                                                                                            parameter => Array(
                                                                                                                    [$app] => 
                                                                                                                )
                                                                                                        )
                                                                                                    shared => 1
                                                                                                )
                                                                                            [Illuminate\Routing\Contracts\ControllerDispatcher] => Array(
                                                                                                    concrete => Closure Object(
                                                                                                            this => Illuminate\Routing\RoutingServiceProvider Object(
                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                )
                                                                                                            parameter => Array(
                                                                                                                    [$app] => 
                                                                                                                )
                                                                                                        )
                                                                                                    shared => 1
                                                                                                )
                                                                                            [Illuminate\Contracts\Http\Kernel] => Array(
                                                                                                    concrete => Closure Object(
                                                                                                            static => Array(
                                                                                                                    abstract => Illuminate\Contracts\Http\Kernel
                                                                                                                    concrete => App\Http\Kernel
                                                                                                                )
                                                                                                            this => Illuminate\Foundation\Application Object
 
                                                                                                            parameter => Array(
                                                                                                                    [$container] => 
                                                                                                                    [$parameters] => 
                                                                                                                )
                                                                                                        )
                                                                                                    shared => 1
                                                                                                )
                                                                                            [Illuminate\Contracts\Console\Kernel] => Array(
                                                                                                    concrete => Closure Object(
                                                                                                            static => Array(
                                                                                                                    abstract => Illuminate\Contracts\Console\Kernel
                                                                                                                    concrete => App\Console\Kernel
                                                                                                                )
                                                                                                            this => Illuminate\Foundation\Application Object
 
                                                                                                            parameter => Array(
                                                                                                                    [$container] => 
                                                                                                                    [$parameters] => 
                                                                                                                )
                                                                                                        )
                                                                                                    shared => 1
                                                                                                )
                                                                                            [Illuminate\Contracts\Debug\ExceptionHandler] => Array(
                                                                                                    concrete => Closure Object(
                                                                                                            static => Array(
                                                                                                                    appExceptionHandler => App\Exceptions\Handler Object(
                                                                                                                            dontReport => Array()
                                                                                                                            dontFlash => Array(
                                                                                                                                    0 => password
                                                                                                                                    1 => password_confirmation
                                                                                                                                )
                                                                                                                            container => Illuminate\Foundation\Application Object
 
                                                                                                                            internalDontReport => Array(
                                                                                                                                    0 => Illuminate\Auth\AuthenticationException
                                                                                                                                    1 => Illuminate\Auth\Access\AuthorizationException
                                                                                                                                    2 => Symfony\Component\HttpKernel\Exception\HttpException
                                                                                                                                    3 => Illuminate\Http\Exceptions\HttpResponseException
                                                                                                                                    4 => Illuminate\Database\Eloquent\ModelNotFoundException
                                                                                                                                    5 => Symfony\Component\HttpFoundation\Exception\SuspiciousOperationException
                                                                                                                                    6 => Illuminate\Session\TokenMismatchException
                                                                                                                                    7 => Illuminate\Validation\ValidationException
                                                                                                                                )
                                                                                                                        )
                                                                                                                )
                                                                                                            this => NunoMaduro\Collision\Adapters\Laravel\CollisionServiceProvider Object(
                                                                                                                    defer => 1
                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                )
                                                                                                            parameter => Array(
                                                                                                                    [$app] => 
                                                                                                                )
                                                                                                        )
                                                                                                    shared => 1
                                                                                                )
                                                                                            env => Array(
                                                                                                    concrete => Closure Object(
                                                                                                            static => Array(
                                                                                                                    value => local
                                                                                                                )
                                                                                                            this => Illuminate\Foundation\Application Object
 
                                                                                                        )
                                                                                                    shared => 
                                                                                                )
                                                                                            auth => Array(
                                                                                                    concrete => Closure Object(
                                                                                                            this => Illuminate\Auth\AuthServiceProvider Object(
                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                )
                                                                                                            parameter => Array(
                                                                                                                    [$app] => 
                                                                                                                )
                                                                                                        )
                                                                                                    shared => 1
                                                                                                )
                                                                                            [auth.driver] => Array(
                                                                                                    concrete => Closure Object(
                                                                                                            this => Illuminate\Auth\AuthServiceProvider Object(
                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                )
                                                                                                            parameter => Array(
                                                                                                                    [$app] => 
                                                                                                                )
                                                                                                        )
                                                                                                    shared => 1
                                                                                                )
                                                                                            [Illuminate\Contracts\Auth\Authenticatable] => Array(
                                                                                                    concrete => Closure Object(
                                                                                                            this => Illuminate\Auth\AuthServiceProvider Object(
                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                )
                                                                                                            parameter => Array(
                                                                                                                    [$app] => 
                                                                                                                )
                                                                                                        )
                                                                                                    shared => 
                                                                                                )
                                                                                            [Illuminate\Contracts\Auth\Access\Gate] => Array(
                                                                                                    concrete => Closure Object(
                                                                                                            this => Illuminate\Auth\AuthServiceProvider Object(
                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                )
                                                                                                            parameter => Array(
                                                                                                                    [$app] => 
                                                                                                                )
                                                                                                        )
                                                                                                    shared => 1
                                                                                                )
                                                                                            cookie => Array(
                                                                                                    concrete => Closure Object(
                                                                                                            this => Illuminate\Cookie\CookieServiceProvider Object(
                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                )
                                                                                                            parameter => Array(
                                                                                                                    [$app] => 
                                                                                                                )
                                                                                                        )
                                                                                                    shared => 1
                                                                                                )
                                                                                            [db.factory] => Array(
                                                                                                    concrete => Closure Object(
                                                                                                            this => Illuminate\Database\DatabaseServiceProvider Object(
                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                )
                                                                                                            parameter => Array(
                                                                                                                    [$app] => 
                                                                                                                )
                                                                                                        )
                                                                                                    shared => 1
                                                                                                )
                                                                                            db => Array(
                                                                                                    concrete => Closure Object(
                                                                                                            this => Illuminate\Database\DatabaseServiceProvider Object(
                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                )
                                                                                                            parameter => Array(
                                                                                                                    [$app] => 
                                                                                                                )
                                                                                                        )
                                                                                                    shared => 1
                                                                                                )
                                                                                            [db.connection] => Array(
                                                                                                    concrete => Closure Object(
                                                                                                            this => Illuminate\Database\DatabaseServiceProvider Object(
                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                )
                                                                                                            parameter => Array(
                                                                                                                    [$app] => 
                                                                                                                )
                                                                                                        )
                                                                                                    shared => 
                                                                                                )
                                                                                            [Faker\Generator] => Array(
                                                                                                    concrete => Closure Object(
                                                                                                            this => Illuminate\Database\DatabaseServiceProvider Object(
                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                )
                                                                                                            parameter => Array(
                                                                                                                    [$app] => 
                                                                                                                )
                                                                                                        )
                                                                                                    shared => 1
                                                                                                )
                                                                                            [Illuminate\Database\Eloquent\Factory] => Array(
                                                                                                    concrete => Closure Object(
                                                                                                            this => Illuminate\Database\DatabaseServiceProvider Object(
                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                )
                                                                                                            parameter => Array(
                                                                                                                    [$app] => 
                                                                                                                )
                                                                                                        )
                                                                                                    shared => 1
                                                                                                )
                                                                                            [Illuminate\Contracts\Queue\EntityResolver] => Array(
                                                                                                    concrete => Closure Object(
                                                                                                            this => Illuminate\Database\DatabaseServiceProvider Object(
                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                )
                                                                                                        )
                                                                                                    shared => 1
                                                                                                )
                                                                                            encrypter => Array(
                                                                                                    concrete => Closure Object(
                                                                                                            this => Illuminate\Encryption\EncryptionServiceProvider Object(
                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                )
                                                                                                            parameter => Array(
                                                                                                                    [$app] => 
                                                                                                                )
                                                                                                        )
                                                                                                    shared => 1
                                                                                                )
                                                                                            files => Array(
                                                                                                    concrete => Closure Object(
                                                                                                            this => Illuminate\Filesystem\FilesystemServiceProvider Object(
                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                )
                                                                                                        )
                                                                                                    shared => 1
                                                                                                )
                                                                                            filesystem => Array(
                                                                                                    concrete => Closure Object(
                                                                                                            this => Illuminate\Filesystem\FilesystemServiceProvider Object(
                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                )
                                                                                                        )
                                                                                                    shared => 1
                                                                                                )
                                                                                            [filesystem.disk] => Array(
                                                                                                    concrete => Closure Object(
                                                                                                            this => Illuminate\Filesystem\FilesystemServiceProvider Object(
                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                )
                                                                                                        )
                                                                                                    shared => 1
                                                                                                )
                                                                                            [filesystem.cloud] => Array(
                                                                                                    concrete => Closure Object(
                                                                                                            this => Illuminate\Filesystem\FilesystemServiceProvider Object(
                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                )
                                                                                                        )
                                                                                                    shared => 1
                                                                                                )
                                                                                            [Illuminate\Notifications\ChannelManager] => Array(
                                                                                                    concrete => Closure Object(
                                                                                                            this => Illuminate\Notifications\NotificationServiceProvider Object(
                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                )
                                                                                                            parameter => Array(
                                                                                                                    [$app] => 
                                                                                                                )
                                                                                                        )
                                                                                                    shared => 1
                                                                                                )
                                                                                            session => Array(
                                                                                                    concrete => Closure Object(
                                                                                                            this => Illuminate\Session\SessionServiceProvider Object(
                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                )
                                                                                                            parameter => Array(
                                                                                                                    [$app] => 
                                                                                                                )
                                                                                                        )
                                                                                                    shared => 1
                                                                                                )
                                                                                            [session.store] => Array(
                                                                                                    concrete => Closure Object(
                                                                                                            this => Illuminate\Session\SessionServiceProvider Object(
                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                )
                                                                                                            parameter => Array(
                                                                                                                    [$app] => 
                                                                                                                )
                                                                                                        )
                                                                                                    shared => 1
                                                                                                )
                                                                                            [Illuminate\Session\Middleware\StartSession] => Array(
                                                                                                    concrete => Closure Object(
                                                                                                            static => Array(
                                                                                                                    abstract => Illuminate\Session\Middleware\StartSession
                                                                                                                    concrete => Illuminate\Session\Middleware\StartSession
                                                                                                                )
                                                                                                            this => Illuminate\Foundation\Application Object
 
                                                                                                            parameter => Array(
                                                                                                                    [$container] => 
                                                                                                                    [$parameters] => 
                                                                                                                )
                                                                                                        )
                                                                                                    shared => 1
                                                                                                )
                                                                                            view => Array(
                                                                                                    concrete => Closure Object(
                                                                                                            this => Illuminate\View\ViewServiceProvider Object(
                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                )
                                                                                                            parameter => Array(
                                                                                                                    [$app] => 
                                                                                                                )
                                                                                                        )
                                                                                                    shared => 1
                                                                                                )
                                                                                            [view.finder] => Array(
                                                                                                    concrete => Closure Object(
                                                                                                            this => Illuminate\View\ViewServiceProvider Object(
                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                )
                                                                                                            parameter => Array(
                                                                                                                    [$app] => 
                                                                                                                )
                                                                                                        )
                                                                                                    shared => 
                                                                                                )
                                                                                            [view.engine.resolver] => Array(
                                                                                                    concrete => Closure Object(
                                                                                                            this => Illuminate\View\ViewServiceProvider Object(
                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                )
                                                                                                        )
                                                                                                    shared => 1
                                                                                                )
                                                                                            [Facade\IgnitionContracts\SolutionProviderRepository] => Array(
                                                                                                    concrete => Closure Object(
                                                                                                            this => Facade\Ignition\IgnitionServiceProvider Object(
                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                )
                                                                                                        )
                                                                                                    shared => 1
                                                                                                )
                                                                                            [Facade\Ignition\ErrorPage\Renderer] => Array(
                                                                                                    concrete => Closure Object(
                                                                                                            this => Facade\Ignition\IgnitionServiceProvider Object(
                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                )
                                                                                                        )
                                                                                                    shared => 
                                                                                                )
                                                                                            [Whoops\Handler\HandlerInterface] => Array(
                                                                                                    concrete => Closure Object(
                                                                                                            this => Facade\Ignition\IgnitionServiceProvider Object(
                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                )
                                                                                                            parameter => Array(
                                                                                                                    [$app] => 
                                                                                                                )
                                                                                                        )
                                                                                                    shared => 
                                                                                                )
                                                                                            [Facade\Ignition\IgnitionConfig] => Array(
                                                                                                    concrete => Closure Object(
                                                                                                            this => Facade\Ignition\IgnitionServiceProvider Object(
                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                )
                                                                                                        )
                                                                                                    shared => 1
                                                                                                )
                                                                                            [flare.http] => Array(
                                                                                                    concrete => Closure Object(
                                                                                                            this => Facade\Ignition\IgnitionServiceProvider Object(
                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                )
                                                                                                        )
                                                                                                    shared => 1
                                                                                                )
                                                                                            [flare.client] => Array(
                                                                                                    concrete => Closure Object(
                                                                                                            this => Facade\Ignition\IgnitionServiceProvider Object(
                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                )
                                                                                                        )
                                                                                                    shared => 1
                                                                                                )
                                                                                            [Facade\Ignition\LogRecorder\LogRecorder] => Array(
                                                                                                    concrete => Closure Object(
                                                                                                            static => Array(
                                                                                                                    abstract => Facade\Ignition\LogRecorder\LogRecorder
                                                                                                                    concrete => Facade\Ignition\LogRecorder\LogRecorder
                                                                                                                )
                                                                                                            this => Illuminate\Foundation\Application Object
 
                                                                                                            parameter => Array(
                                                                                                                    [$container] => 
                                                                                                                    [$parameters] => 
                                                                                                                )
                                                                                                        )
                                                                                                    shared => 1
                                                                                                )
                                                                                            [Facade\Ignition\DumpRecorder\DumpRecorder] => Array(
                                                                                                    concrete => Closure Object(
                                                                                                            static => Array(
                                                                                                                    abstract => Facade\Ignition\DumpRecorder\DumpRecorder
                                                                                                                    concrete => Facade\Ignition\DumpRecorder\DumpRecorder
                                                                                                                )
                                                                                                            this => Illuminate\Foundation\Application Object
 
                                                                                                            parameter => Array(
                                                                                                                    [$container] => 
                                                                                                                    [$parameters] => 
                                                                                                                )
                                                                                                        )
                                                                                                    shared => 1
                                                                                                )
                                                                                            [Facade\Ignition\QueryRecorder\QueryRecorder] => Array(
                                                                                                    concrete => Closure Object(
                                                                                                            static => Array(
                                                                                                                    abstract => Facade\Ignition\QueryRecorder\QueryRecorder
                                                                                                                    concrete => Facade\Ignition\QueryRecorder\QueryRecorder
                                                                                                                )
                                                                                                            this => Illuminate\Foundation\Application Object
 
                                                                                                            parameter => Array(
                                                                                                                    [$container] => 
                                                                                                                    [$parameters] => 
                                                                                                                )
                                                                                                        )
                                                                                                    shared => 1
                                                                                                )
                                                                                            [NunoMaduro\Collision\Contracts\Adapters\Phpunit\Listener] => Array(
                                                                                                    concrete => Closure Object(
                                                                                                            static => Array(
                                                                                                                    abstract => NunoMaduro\Collision\Contracts\Adapters\Phpunit\Listener
                                                                                                                    concrete => NunoMaduro\Collision\Adapters\Phpunit\Listener
                                                                                                                )
                                                                                                            this => Illuminate\Foundation\Application Object
 
                                                                                                            parameter => Array(
                                                                                                                    [$container] => 
                                                                                                                    [$parameters] => 
                                                                                                                )
                                                                                                        )
                                                                                                    shared => 1
                                                                                                )
                                                                                            [NunoMaduro\Collision\Contracts\Provider] => Array(
                                                                                                    concrete => Closure Object(
                                                                                                            static => Array(
                                                                                                                    abstract => NunoMaduro\Collision\Contracts\Provider
                                                                                                                    concrete => NunoMaduro\Collision\Provider
                                                                                                                )
                                                                                                            this => Illuminate\Foundation\Application Object
 
                                                                                                            parameter => Array(
                                                                                                                    [$container] => 
                                                                                                                    [$parameters] => 
                                                                                                                )
                                                                                                        )
                                                                                                    shared => 
                                                                                                )
                                                                                            [blade.compiler] => Array(
                                                                                                    concrete => Closure Object(
                                                                                                            this => Illuminate\View\ViewServiceProvider Object(
                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                )
                                                                                                        )
                                                                                                    shared => 1
                                                                                                )
                                                                                            [flare.logger] => Array(
                                                                                                    concrete => Closure Object(
                                                                                                            this => Facade\Ignition\IgnitionServiceProvider Object(
                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                )
                                                                                                            parameter => Array(
                                                                                                                    [$app] => 
                                                                                                                )
                                                                                                        )
                                                                                                    shared => 1
                                                                                                )
                                                                                            [command.flare:test] => Array(
                                                                                                    concrete => Closure Object(
                                                                                                            static => Array(
                                                                                                                    abstract => command.flare:test
                                                                                                                    concrete => Facade\Ignition\Commands\TestCommand
                                                                                                                )
                                                                                                            this => Illuminate\Foundation\Application Object
 
                                                                                                            parameter => Array(
                                                                                                                    [$container] => 
                                                                                                                    [$parameters] => 
                                                                                                                )
                                                                                                        )
                                                                                                    shared => 
                                                                                                )
                                                                                            [command.make:solution] => Array(
                                                                                                    concrete => Closure Object(
                                                                                                            static => Array(
                                                                                                                    abstract => command.make:solution
                                                                                                                    concrete => Facade\Ignition\Commands\SolutionMakeCommand
                                                                                                                )
                                                                                                            this => Illuminate\Foundation\Application Object
 
                                                                                                            parameter => Array(
                                                                                                                    [$container] => 
                                                                                                                    [$parameters] => 
                                                                                                                )
                                                                                                        )
                                                                                                    shared => 
                                                                                                )
                                                                                            queue => Array(
                                                                                                    concrete => Closure Object(
                                                                                                            this => Illuminate\Queue\QueueServiceProvider Object(
                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                )
                                                                                                            parameter => Array(
                                                                                                                    [$app] => 
                                                                                                                )
                                                                                                        )
                                                                                                    shared => 1
                                                                                                )
                                                                                            [queue.connection] => Array(
                                                                                                    concrete => Closure Object(
                                                                                                            this => Illuminate\Queue\QueueServiceProvider Object(
                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                )
                                                                                                            parameter => Array(
                                                                                                                    [$app] => 
                                                                                                                )
                                                                                                        )
                                                                                                    shared => 1
                                                                                                )
                                                                                            [queue.worker] => Array(
                                                                                                    concrete => Closure Object(
                                                                                                            this => Illuminate\Queue\QueueServiceProvider Object(
                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                )
                                                                                                        )
                                                                                                    shared => 1
                                                                                                )
                                                                                            [queue.listener] => Array(
                                                                                                    concrete => Closure Object(
                                                                                                            this => Illuminate\Queue\QueueServiceProvider Object(
                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                )
                                                                                                        )
                                                                                                    shared => 1
                                                                                                )
                                                                                            [queue.failer] => Array(
                                                                                                    concrete => Closure Object(
                                                                                                            this => Illuminate\Queue\QueueServiceProvider Object(
                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                )
                                                                                                        )
                                                                                                    shared => 1
                                                                                                )
                                                                                            [Facade\Ignition\DumpRecorder\MultiDumpHandler] => Array(
                                                                                                    concrete => Closure Object(
                                                                                                            static => Array(
                                                                                                                    abstract => Facade\Ignition\DumpRecorder\MultiDumpHandler
                                                                                                                    concrete => Facade\Ignition\DumpRecorder\MultiDumpHandler Object(
                                                                                                                            handlers => Array(
                                                                                                                                    0 => Closure Object(
                                                                                                                                            this => Facade\Ignition\DumpRecorder\DumpRecorder Object(
                                                                                                                                                    dumps => Array()
                                                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                                                )
                                                                                                                                            parameter => Array(
                                                                                                                                                    [$value] => 
                                                                                                                                                )
                                                                                                                                        )
                                                                                                                                    1 => Closure Object(
                                                                                                                                            this => Facade\Ignition\DumpRecorder\DumpRecorder Object(
                                                                                                                                                    dumps => Array()
                                                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                                                )
                                                                                                                                            parameter => Array(
                                                                                                                                                    [$var] => 
                                                                                                                                                )
                                                                                                                                        )
                                                                                                                                )
                                                                                                                        )
                                                                                                                )
                                                                                                            this => Illuminate\Foundation\Application Object
 
                                                                                                            parameter => Array(
                                                                                                                    [$container] => 
                                                                                                                    [$parameters] => 
                                                                                                                )
                                                                                                        )
                                                                                                    shared => 1
                                                                                                )
                                                                                        )
                                                                                    methodBindings => Array()
                                                                                    instances => Array(
                                                                                            path => /0000/app
                                                                                            [path.base] => /0000
                                                                                            [path.lang] => /0000/resources/lang
                                                                                            [path.config] => /0000/config
                                                                                            [path.public] => /0000/public
                                                                                            [path.storage] => /0000/storage
                                                                                            [path.database] => /0000/database
                                                                                            [path.resources] => /0000/resources
                                                                                            [path.bootstrap] => /0000/bootstrap
                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                            [Illuminate\Container\Container] => Illuminate\Foundation\Application Object
 
                                                                                            [Illuminate\Foundation\PackageManifest] => Illuminate\Foundation\PackageManifest Object(
                                                                                                    files => Illuminate\Filesystem\Filesystem Object()
                                                                                                    basePath => /0000
                                                                                                    vendorPath => /0000/vendor
                                                                                                    manifestPath => /0000/bootstrap/cache/packages.php
                                                                                                    manifest => Array(
                                                                                                            [facade/ignition] => Array(
                                                                                                                    providers => Array(
                                                                                                                            0 => Facade\Ignition\IgnitionServiceProvider
                                                                                                                        )
                                                                                                                    aliases => Array(
                                                                                                                            Flare => Facade\Ignition\Facades\Flare
                                                                                                                        )
                                                                                                                )
                                                                                                            [fideloper/proxy] => Array(
                                                                                                                    providers => Array(
                                                                                                                            0 => Fideloper\Proxy\TrustedProxyServiceProvider
                                                                                                                        )
                                                                                                                )
                                                                                                            [laravel/tinker] => Array(
                                                                                                                    providers => Array(
                                                                                                                            0 => Laravel\Tinker\TinkerServiceProvider
                                                                                                                        )
                                                                                                                )
                                                                                                            [nesbot/carbon] => Array(
                                                                                                                    providers => Array(
                                                                                                                            0 => Carbon\Laravel\ServiceProvider
                                                                                                                        )
                                                                                                                )
                                                                                                            [nunomaduro/collision] => Array(
                                                                                                                    providers => Array(
                                                                                                                            0 => NunoMaduro\Collision\Adapters\Laravel\CollisionServiceProvider
                                                                                                                        )
                                                                                                                )
                                                                                                        )
                                                                                                )
                                                                                            events => Illuminate\Events\Dispatcher Object
 
                                                                                            [Illuminate\Contracts\Console\Kernel] => App\Console\Kernel Object(
                                                                                                    commands => Array()
                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                    events => Illuminate\Events\Dispatcher Object
 
                                                                                                    artisan => 
                                                                                                    commandsLoaded => 
                                                                                                    bootstrappers => Array(
                                                                                                            0 => Illuminate\Foundation\Bootstrap\LoadEnvironmentVariables
                                                                                                            1 => Illuminate\Foundation\Bootstrap\LoadConfiguration
                                                                                                            2 => Illuminate\Foundation\Bootstrap\HandleExceptions
                                                                                                            3 => Illuminate\Foundation\Bootstrap\RegisterFacades
                                                                                                            4 => Illuminate\Foundation\Bootstrap\SetRequestForConsole
                                                                                                            5 => Illuminate\Foundation\Bootstrap\RegisterProviders
                                                                                                            6 => Illuminate\Foundation\Bootstrap\BootProviders
                                                                                                        )
                                                                                                )
                                                                                            config => Illuminate\Config\Repository Object(
                                                                                                    items => Array(
                                                                                                            app => Array(
                                                                                                                    name => 本地测试
                                                                                                                    env => local
                                                                                                                    debug => 1
                                                                                                                    url => http://localhost
                                                                                                                    asset_url => 
                                                                                                                    timezone => UTC
                                                                                                                    locale => en
                                                                                                                    fallback_locale => en
                                                                                                                    faker_locale => en_US
                                                                                                                    key => base64:gIjju1XIlTNS6j8BuifyrL2QAARYlvdKYd31eAqei7g=
                                                                                                                    cipher => AES-256-CBC
                                                                                                                    providers => Array(
                                                                                                                            0 => Illuminate\Auth\AuthServiceProvider
                                                                                                                            1 => Illuminate\Broadcasting\BroadcastServiceProvider
                                                                                                                            2 => Illuminate\Bus\BusServiceProvider
                                                                                                                            3 => Illuminate\Cache\CacheServiceProvider
                                                                                                                            4 => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                                            5 => Illuminate\Cookie\CookieServiceProvider
                                                                                                                            6 => Illuminate\Database\DatabaseServiceProvider
                                                                                                                            7 => Illuminate\Encryption\EncryptionServiceProvider
                                                                                                                            8 => Illuminate\Filesystem\FilesystemServiceProvider
                                                                                                                            9 => Illuminate\Foundation\Providers\FoundationServiceProvider
                                                                                                                            10 => Illuminate\Hashing\HashServiceProvider
                                                                                                                            11 => Illuminate\Mail\MailServiceProvider
                                                                                                                            12 => Illuminate\Notifications\NotificationServiceProvider
                                                                                                                            13 => Illuminate\Pagination\PaginationServiceProvider
                                                                                                                            14 => Illuminate\Pipeline\PipelineServiceProvider
                                                                                                                            15 => Illuminate\Queue\QueueServiceProvider
                                                                                                                            16 => Illuminate\Redis\RedisServiceProvider
                                                                                                                            17 => Illuminate\Auth\Passwords\PasswordResetServiceProvider
                                                                                                                            18 => Illuminate\Session\SessionServiceProvider
                                                                                                                            19 => Illuminate\Translation\TranslationServiceProvider
                                                                                                                            20 => Illuminate\Validation\ValidationServiceProvider
                                                                                                                            21 => Illuminate\View\ViewServiceProvider
                                                                                                                            22 => App\Providers\AppServiceProvider
                                                                                                                            23 => App\Providers\AuthServiceProvider
                                                                                                                            24 => App\Providers\EventServiceProvider
                                                                                                                            25 => App\Providers\RouteServiceProvider
                                                                                                                        )
                                                                                                                    aliases => Array(
                                                                                                                            App => Illuminate\Support\Facades\App
                                                                                                                            Arr => Illuminate\Support\Arr
                                                                                                                            Artisan => Illuminate\Support\Facades\Artisan
                                                                                                                            Auth => Illuminate\Support\Facades\Auth
                                                                                                                            Blade => Illuminate\Support\Facades\Blade
                                                                                                                            Broadcast => Illuminate\Support\Facades\Broadcast
                                                                                                                            Bus => Illuminate\Support\Facades\Bus
                                                                                                                            Cache => Illuminate\Support\Facades\Cache
                                                                                                                            Config => Illuminate\Support\Facades\Config
                                                                                                                            Cookie => Illuminate\Support\Facades\Cookie
                                                                                                                            Crypt => Illuminate\Support\Facades\Crypt
                                                                                                                            DB => Illuminate\Support\Facades\DB
                                                                                                                            Eloquent => Illuminate\Database\Eloquent\Model
                                                                                                                            Event => Illuminate\Support\Facades\Event
                                                                                                                            File => Illuminate\Support\Facades\File
                                                                                                                            Gate => Illuminate\Support\Facades\Gate
                                                                                                                            Hash => Illuminate\Support\Facades\Hash
                                                                                                                            Lang => Illuminate\Support\Facades\Lang
                                                                                                                            Log => Illuminate\Support\Facades\Log
                                                                                                                            Mail => Illuminate\Support\Facades\Mail
                                                                                                                            Notification => Illuminate\Support\Facades\Notification
                                                                                                                            Password => Illuminate\Support\Facades\Password
                                                                                                                            Queue => Illuminate\Support\Facades\Queue
                                                                                                                            Redirect => Illuminate\Support\Facades\Redirect
                                                                                                                            Redis => Illuminate\Support\Facades\Redis
                                                                                                                            Request => Illuminate\Support\Facades\Request
                                                                                                                            Response => Illuminate\Support\Facades\Response
                                                                                                                            Route => Illuminate\Support\Facades\Route
                                                                                                                            Schema => Illuminate\Support\Facades\Schema
                                                                                                                            Session => Illuminate\Support\Facades\Session
                                                                                                                            Storage => Illuminate\Support\Facades\Storage
                                                                                                                            Str => Illuminate\Support\Str
                                                                                                                            URL => Illuminate\Support\Facades\URL
                                                                                                                            Validator => Illuminate\Support\Facades\Validator
                                                                                                                            View => Illuminate\Support\Facades\View
                                                                                                                        )
                                                                                                                )
                                                                                                            auth => Array(
                                                                                                                    defaults => Array(
                                                                                                                            guard => web
                                                                                                                            passwords => users
                                                                                                                        )
                                                                                                                    guards => Array(
                                                                                                                            web => Array(
                                                                                                                                    driver => session
                                                                                                                                    provider => users
                                                                                                                                )
                                                                                                                            api => Array(
                                                                                                                                    driver => token
                                                                                                                                    provider => users
                                                                                                                                    hash => 
                                                                                                                                )
                                                                                                                        )
                                                                                                                    providers => Array(
                                                                                                                            users => Array(
                                                                                                                                    driver => eloquent
                                                                                                                                    model => App\User
                                                                                                                                )
                                                                                                                        )
                                                                                                                    passwords => Array(
                                                                                                                            users => Array(
                                                                                                                                    provider => users
                                                                                                                                    table => password_resets
                                                                                                                                    expire => 60
                                                                                                                                    throttle => 60
                                                                                                                                )
                                                                                                                        )
                                                                                                                    password_timeout => 10800
                                                                                                                )
                                                                                                            broadcasting => Array(
                                                                                                                    default => log
                                                                                                                    connections => Array(
                                                                                                                            pusher => Array(
                                                                                                                                    driver => pusher
                                                                                                                                    key => 
                                                                                                                                    secret => 
                                                                                                                                    app_id => 
                                                                                                                                    options => Array(
                                                                                                                                            cluster => mt1
                                                                                                                                            useTLS => 1
                                                                                                                                        )
                                                                                                                                )
                                                                                                                            redis => Array(
                                                                                                                                    driver => redis
                                                                                                                                    connection => default
                                                                                                                                )
                                                                                                                            log => Array(
                                                                                                                                    driver => log
                                                                                                                                )
                                                                                                                            null => Array(
                                                                                                                                    driver => null
                                                                                                                                )
                                                                                                                        )
                                                                                                                )
                                                                                                            cache => Array(
                                                                                                                    default => file
                                                                                                                    stores => Array(
                                                                                                                            apc => Array(
                                                                                                                                    driver => apc
                                                                                                                                )
                                                                                                                            array => Array(
                                                                                                                                    driver => array
                                                                                                                                )
                                                                                                                            database => Array(
                                                                                                                                    driver => database
                                                                                                                                    table => cache
                                                                                                                                    connection => 
                                                                                                                                )
                                                                                                                            file => Array(
                                                                                                                                    driver => file
                                                                                                                                    path => /0000/storage/framework/cache/data
                                                                                                                                )
                                                                                                                            memcached => Array(
                                                                                                                                    driver => memcached
                                                                                                                                    persistent_id => 
                                                                                                                                    sasl => Array(
                                                                                                                                            0 => 
                                                                                                                                            1 => 
                                                                                                                                        )
                                                                                                                                    options => Array()
                                                                                                                                    servers => Array(
                                                                                                                                            0 => Array(
                                                                                                                                                    host => 127.0.0.1
                                                                                                                                                    port => 11211
                                                                                                                                                    weight => 100
                                                                                                                                                )
                                                                                                                                        )
                                                                                                                                )
                                                                                                                            redis => Array(
                                                                                                                                    driver => redis
                                                                                                                                    connection => cache
                                                                                                                                )
                                                                                                                            dynamodb => Array(
                                                                                                                                    driver => dynamodb
                                                                                                                                    key => 
                                                                                                                                    secret => 
                                                                                                                                    region => us-east-1
                                                                                                                                    table => cache
                                                                                                                                    endpoint => 
                                                                                                                                )
                                                                                                                        )
                                                                                                                    prefix => _cache
                                                                                                                )
                                                                                                            database => Array(
                                                                                                                    default => mysql
                                                                                                                    connections => Array(
                                                                                                                            sqlite => Array(
                                                                                                                                    driver => sqlite
                                                                                                                                    url => 
                                                                                                                                    database => laravel
                                                                                                                                    prefix => 
                                                                                                                                    foreign_key_constraints => 1
                                                                                                                                )
                                                                                                                            mysql => Array(
                                                                                                                                    driver => mysql
                                                                                                                                    url => 
                                                                                                                                    host => 127.0.0.1
                                                                                                                                    port => 3306
                                                                                                                                    database => laravel
                                                                                                                                    username => root
                                                                                                                                    password => 
                                                                                                                                    unix_socket => 
                                                                                                                                    charset => utf8mb4
                                                                                                                                    collation => utf8mb4_unicode_ci
                                                                                                                                    prefix => 
                                                                                                                                    prefix_indexes => 1
                                                                                                                                    strict => 1
                                                                                                                                    engine => 
                                                                                                                                    options => Array()
                                                                                                                                )
                                                                                                                            pgsql => Array(
                                                                                                                                    driver => pgsql
                                                                                                                                    url => 
                                                                                                                                    host => 127.0.0.1
                                                                                                                                    port => 3306
                                                                                                                                    database => laravel
                                                                                                                                    username => root
                                                                                                                                    password => 
                                                                                                                                    charset => utf8
                                                                                                                                    prefix => 
                                                                                                                                    prefix_indexes => 1
                                                                                                                                    schema => public
                                                                                                                                    sslmode => prefer
                                                                                                                                )
                                                                                                                            sqlsrv => Array(
                                                                                                                                    driver => sqlsrv
                                                                                                                                    url => 
                                                                                                                                    host => 127.0.0.1
                                                                                                                                    port => 3306
                                                                                                                                    database => laravel
                                                                                                                                    username => root
                                                                                                                                    password => 
                                                                                                                                    charset => utf8
                                                                                                                                    prefix => 
                                                                                                                                    prefix_indexes => 1
                                                                                                                                )
                                                                                                                        )
                                                                                                                    migrations => migrations
                                                                                                                    redis => Array(
                                                                                                                            client => phpredis
                                                                                                                            options => Array(
                                                                                                                                    cluster => redis
                                                                                                                                    prefix => _database_
                                                                                                                                )
                                                                                                                            default => Array(
                                                                                                                                    url => 
                                                                                                                                    host => 127.0.0.1
                                                                                                                                    password => 
                                                                                                                                    port => 6379
                                                                                                                                    database => 0
                                                                                                                                )
                                                                                                                            cache => Array(
                                                                                                                                    url => 
                                                                                                                                    host => 127.0.0.1
                                                                                                                                    password => 
                                                                                                                                    port => 6379
                                                                                                                                    database => 1
                                                                                                                                )
                                                                                                                        )
                                                                                                                )
                                                                                                            filesystems => Array(
                                                                                                                    default => local
                                                                                                                    cloud => s3
                                                                                                                    disks => Array(
                                                                                                                            local => Array(
                                                                                                                                    driver => local
                                                                                                                                    root => /0000/storage/app
                                                                                                                                )
                                                                                                                            public => Array(
                                                                                                                                    driver => local
                                                                                                                                    root => /0000/storage/app/public
                                                                                                                                    url => http://localhost/storage
                                                                                                                                    visibility => public
                                                                                                                                )
                                                                                                                            s3 => Array(
                                                                                                                                    driver => s3
                                                                                                                                    key => 
                                                                                                                                    secret => 
                                                                                                                                    region => us-east-1
                                                                                                                                    bucket => 
                                                                                                                                    url => 
                                                                                                                                )
                                                                                                                        )
                                                                                                                )
                                                                                                            hashing => Array(
                                                                                                                    driver => bcrypt
                                                                                                                    bcrypt => Array(
                                                                                                                            rounds => 10
                                                                                                                        )
                                                                                                                    argon => Array(
                                                                                                                            memory => 1024
                                                                                                                            threads => 2
                                                                                                                            time => 2
                                                                                                                        )
                                                                                                                )
                                                                                                            logging => Array(
                                                                                                                    default => stack
                                                                                                                    channels => Array(
                                                                                                                            stack => Array(
                                                                                                                                    driver => stack
                                                                                                                                    channels => Array(
                                                                                                                                            0 => single
                                                                                                                                        )
                                                                                                                                    ignore_exceptions => 
                                                                                                                                )
                                                                                                                            single => Array(
                                                                                                                                    driver => single
                                                                                                                                    path => /0000/storage/logs/laravel.log
                                                                                                                                    level => debug
                                                                                                                                )
                                                                                                                            daily => Array(
                                                                                                                                    driver => daily
                                                                                                                                    path => /0000/storage/logs/laravel.log
                                                                                                                                    level => debug
                                                                                                                                    days => 14
                                                                                                                                )
                                                                                                                            slack => Array(
                                                                                                                                    driver => slack
                                                                                                                                    url => 
                                                                                                                                    username => Laravel Log
                                                                                                                                    emoji => :boom:
                                                                                                                                    level => critical
                                                                                                                                )
                                                                                                                            papertrail => Array(
                                                                                                                                    driver => monolog
                                                                                                                                    level => debug
                                                                                                                                    handler => Monolog\Handler\SyslogUdpHandler
                                                                                                                                    handler_with => Array(
                                                                                                                                            host => 
                                                                                                                                            port => 
                                                                                                                                        )
                                                                                                                                )
                                                                                                                            stderr => Array(
                                                                                                                                    driver => monolog
                                                                                                                                    handler => Monolog\Handler\StreamHandler
                                                                                                                                    formatter => 
                                                                                                                                    with => Array(
                                                                                                                                            stream => php://stderr
                                                                                                                                        )
                                                                                                                                )
                                                                                                                            syslog => Array(
                                                                                                                                    driver => syslog
                                                                                                                                    level => debug
                                                                                                                                )
                                                                                                                            errorlog => Array(
                                                                                                                                    driver => errorlog
                                                                                                                                    level => debug
                                                                                                                                )
                                                                                                                            null => Array(
                                                                                                                                    driver => monolog
                                                                                                                                    handler => Monolog\Handler\NullHandler
                                                                                                                                )
                                                                                                                            emergency => Array(
                                                                                                                                    path => /0000/storage/logs/laravel.log
                                                                                                                                )
                                                                                                                        )
                                                                                                                )
                                                                                                            mail => Array(
                                                                                                                    driver => smtp
                                                                                                                    host => smtp.mailtrap.io
                                                                                                                    port => 2525
                                                                                                                    from => Array(
                                                                                                                            address => 
                                                                                                                            name => 本地测试
                                                                                                                        )
                                                                                                                    encryption => 
                                                                                                                    username => 
                                                                                                                    password => 
                                                                                                                    sendmail => /usr/sbin/sendmail -bs
                                                                                                                    markdown => Array(
                                                                                                                            theme => default
                                                                                                                            paths => Array(
                                                                                                                                    0 => /0000/resources/views/vendor/mail
                                                                                                                                )
                                                                                                                        )
                                                                                                                    log_channel => 
                                                                                                                )
                                                                                                            queue => Array(
                                                                                                                    default => sync
                                                                                                                    connections => Array(
                                                                                                                            sync => Array(
                                                                                                                                    driver => sync
                                                                                                                                )
                                                                                                                            database => Array(
                                                                                                                                    driver => database
                                                                                                                                    table => jobs
                                                                                                                                    queue => default
                                                                                                                                    retry_after => 90
                                                                                                                                )
                                                                                                                            beanstalkd => Array(
                                                                                                                                    driver => beanstalkd
                                                                                                                                    host => localhost
                                                                                                                                    queue => default
                                                                                                                                    retry_after => 90
                                                                                                                                    block_for => 0
                                                                                                                                )
                                                                                                                            sqs => Array(
                                                                                                                                    driver => sqs
                                                                                                                                    key => 
                                                                                                                                    secret => 
                                                                                                                                    prefix => https://sqs.us-east-1.amazonaws.com/your-account-id
                                                                                                                                    queue => your-queue-name
                                                                                                                                    region => us-east-1
                                                                                                                                )
                                                                                                                            redis => Array(
                                                                                                                                    driver => redis
                                                                                                                                    connection => default
                                                                                                                                    queue => default
                                                                                                                                    retry_after => 90
                                                                                                                                    block_for => 
                                                                                                                                )
                                                                                                                        )
                                                                                                                    failed => Array(
                                                                                                                            driver => database
                                                                                                                            database => mysql
                                                                                                                            table => failed_jobs
                                                                                                                        )
                                                                                                                )
                                                                                                            services => Array(
                                                                                                                    mailgun => Array(
                                                                                                                            domain => 
                                                                                                                            secret => 
                                                                                                                            endpoint => api.mailgun.net
                                                                                                                        )
                                                                                                                    postmark => Array(
                                                                                                                            token => 
                                                                                                                        )
                                                                                                                    ses => Array(
                                                                                                                            key => 
                                                                                                                            secret => 
                                                                                                                            region => us-east-1
                                                                                                                        )
                                                                                                                )
                                                                                                            session => Array(
                                                                                                                    driver => cookie
                                                                                                                    lifetime => 120
                                                                                                                    expire_on_close => 
                                                                                                                    encrypt => 
                                                                                                                    files => /0000/storage/framework/sessions
                                                                                                                    connection => 
                                                                                                                    table => sessions
                                                                                                                    store => 
                                                                                                                    lottery => Array(
                                                                                                                            0 => 2
                                                                                                                            1 => 100
                                                                                                                        )
                                                                                                                    cookie => _session
                                                                                                                    path => /
                                                                                                                    domain => 
                                                                                                                    secure => 
                                                                                                                    http_only => 1
                                                                                                                    same_site => 
                                                                                                                )
                                                                                                            view => Array(
                                                                                                                    paths => Array(
                                                                                                                            0 => /0000/resources/views
                                                                                                                        )
                                                                                                                    compiled => /0000/storage/framework/views
                                                                                                                )
                                                                                                            flare => Array(
                                                                                                                    key => 
                                                                                                                    reporting => Array(
                                                                                                                            anonymize_ips => 1
                                                                                                                            collect_git_information => 1
                                                                                                                            report_queries => 1
                                                                                                                            maximum_number_of_collected_queries => 200
                                                                                                                            report_query_bindings => 1
                                                                                                                            report_view_data => 1
                                                                                                                            grouping_type => 
                                                                                                                        )
                                                                                                                    send_logs_as_events => 1
                                                                                                                )
                                                                                                            ignition => Array(
                                                                                                                    editor => phpstorm
                                                                                                                    theme => light
                                                                                                                    enable_share_button => 1
                                                                                                                    register_commands => 
                                                                                                                    ignored_solution_providers => Array()
                                                                                                                    enable_runnable_solutions => 
                                                                                                                    remote_sites_path => 
                                                                                                                    local_sites_path => 
                                                                                                                    housekeeping_endpoint_prefix => _ignition
                                                                                                                )
                                                                                                            trustedproxy => Array(
                                                                                                                    proxies => 
                                                                                                                    headers => 30
                                                                                                                )
                                                                                                        )
                                                                                                )
                                                                                            request => Illuminate\Http\Request Object(
                                                                                                    json => 
                                                                                                    convertedFiles => 
                                                                                                    userResolver => 
                                                                                                    routeResolver => 
                                                                                                    attributes => Symfony\Component\HttpFoundation\ParameterBag Object(
                                                                                                            parameters => Array()
                                                                                                        )
                                                                                                    request => Symfony\Component\HttpFoundation\ParameterBag Object(
                                                                                                            parameters => Array()
                                                                                                        )
                                                                                                    query => Symfony\Component\HttpFoundation\ParameterBag Object(
                                                                                                            parameters => Array()
                                                                                                        )
                                                                                                    server => Symfony\Component\HttpFoundation\ServerBag Object(
                                                                                                            parameters => Array(
                                                                                                                    SERVER_NAME => localhost
                                                                                                                    SERVER_PORT => 80
                                                                                                                    HTTP_HOST => localhost
                                                                                                                    HTTP_USER_AGENT => Symfony
                                                                                                                    HTTP_ACCEPT => text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
                                                                                                                    HTTP_ACCEPT_LANGUAGE => en-us,en;q=0.5
                                                                                                                    HTTP_ACCEPT_CHARSET => ISO-8859-1,utf-8;q=0.7,*;q=0.7
                                                                                                                    REMOTE_ADDR => 127.0.0.1
                                                                                                                    SCRIPT_NAME => artisan
                                                                                                                    SCRIPT_FILENAME => artisan
                                                                                                                    SERVER_PROTOCOL => HTTP/1.1
                                                                                                                    REQUEST_TIME => 1578274354
                                                                                                                    PHP_EXTRA_CONFIGURE_ARGS => --enable-fpm --with-fpm-user=www-data --with-fpm-group=www-data --disable-cgi
                                                                                                                    LANGUAGE => C
                                                                                                                    HOSTNAME => d9d2f135fb85
                                                                                                                    PHP_INI_DIR => /usr/local/etc/php
                                                                                                                    GIT_ASKPASS => echo
                                                                                                                    SHLVL => 2
                                                                                                                    HOME => /root
                                                                                                                    OLDPWD => /
                                                                                                                    PHP_LDFLAGS => -Wl,-O1 -Wl,--hash-style=both -pie
                                                                                                                    PHP_CFLAGS => -fstack-protector-strong -fpic -fpie -O2
                                                                                                                    PHP_MD5 => 
                                                                                                                    PHP_VERSION => 7.2.19
                                                                                                                    COMPOSER_HOME => /tmp/composer
                                                                                                                    COMPOSER_BINARY => /usr/bin/composer
                                                                                                                    GPG_KEYS => 1729F83938DA44E27BA0F4D3DBDB397470D12172 B1B44D8F021E4E2D6021E995DC9FF8D3EE5AF27F
                                                                                                                    PHP_CPPFLAGS => -fstack-protector-strong -fpic -fpie -O2
                                                                                                                    PHP_ASC_URL => https://www.php.net/get/php-7.2.19.tar.xz.asc/from/this/mirror
                                                                                                                    PHP_URL => https://www.php.net/get/php-7.2.19.tar.xz/from/this/mirror
                                                                                                                    TERM => xterm
                                                                                                                    PATH => /0000/vendor/bin:/tmp/composer/vendor/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
                                                                                                                    LD_PRELOAD => /usr/lib/preloadable_libiconv.so php
                                                                                                                    PHPIZE_DEPS => autoconf 		dpkg-dev dpkg 		file 		g++ 		gcc 		libc-dev 		make 		pkgconf 		re2c
                                                                                                                    PWD => /0000
                                                                                                                    PHP_SHA256 => 4ffa2404a88d60e993a9fe69f829ebec3eb1e006de41b6048ce5e91bbeaa9282
                                                                                                                    PHP_SELF => artisan
                                                                                                                    PATH_TRANSLATED => artisan
                                                                                                                    DOCUMENT_ROOT => 
                                                                                                                    REQUEST_TIME_FLOAT => 1578274354.5135
                                                                                                                    argv => Array(
                                                                                                                            0 => artisan
                                                                                                                            1 => package:discover
                                                                                                                            2 => --ansi
                                                                                                                        )
                                                                                                                    argc => 3
                                                                                                                    APP_NAME => 本地测试
                                                                                                                    APP_ENV => local
                                                                                                                    APP_KEY => base64:gIjju1XIlTNS6j8BuifyrL2QAARYlvdKYd31eAqei7g=
                                                                                                                    APP_DEBUG => true
                                                                                                                    APP_URL => http://localhost
                                                                                                                    LOG_CHANNEL => stack
                                                                                                                    DB_CONNECTION => mysql
                                                                                                                    DB_HOST => 127.0.0.1
                                                                                                                    DB_PORT => 3306
                                                                                                                    DB_DATABASE => laravel
                                                                                                                    DB_USERNAME => root
                                                                                                                    DB_PASSWORD => 
                                                                                                                    BROADCAST_DRIVER => log
                                                                                                                    CACHE_DRIVER => file
                                                                                                                    QUEUE_CONNECTION => sync
                                                                                                                    SESSION_DRIVER => cookie
                                                                                                                    SESSION_LIFETIME => 120
                                                                                                                    REDIS_HOST => 127.0.0.1
                                                                                                                    REDIS_PASSWORD => null
                                                                                                                    REDIS_PORT => 6379
                                                                                                                    MAIL_DRIVER => smtp
                                                                                                                    MAIL_HOST => smtp.mailtrap.io
                                                                                                                    MAIL_PORT => 2525
                                                                                                                    MAIL_USERNAME => null
                                                                                                                    MAIL_PASSWORD => null
                                                                                                                    MAIL_ENCRYPTION => null
                                                                                                                    MAIL_FROM_ADDRESS => null
                                                                                                                    MAIL_FROM_NAME => 本地测试
                                                                                                                    AWS_ACCESS_KEY_ID => 
                                                                                                                    AWS_SECRET_ACCESS_KEY => 
                                                                                                                    AWS_DEFAULT_REGION => us-east-1
                                                                                                                    AWS_BUCKET => 
                                                                                                                    PUSHER_APP_ID => 
                                                                                                                    PUSHER_APP_KEY => 
                                                                                                                    PUSHER_APP_SECRET => 
                                                                                                                    PUSHER_APP_CLUSTER => mt1
                                                                                                                    MIX_PUSHER_APP_KEY => 
                                                                                                                    MIX_PUSHER_APP_CLUSTER => mt1
                                                                                                                    PATH_INFO => 
                                                                                                                    REQUEST_METHOD => GET
                                                                                                                    REQUEST_URI => /
                                                                                                                    QUERY_STRING => 
                                                                                                                )
                                                                                                        )
                                                                                                    files => Symfony\Component\HttpFoundation\FileBag Object(
                                                                                                            parameters => Array()
                                                                                                        )
                                                                                                    cookies => Symfony\Component\HttpFoundation\ParameterBag Object(
                                                                                                            parameters => Array()
                                                                                                        )
                                                                                                    headers => Symfony\Component\HttpFoundation\HeaderBag Object(
                                                                                                            headers => Array(
                                                                                                                    host => Array(
                                                                                                                            0 => localhost
                                                                                                                        )
                                                                                                                    [user-agent] => Array(
                                                                                                                            0 => Symfony
                                                                                                                        )
                                                                                                                    accept => Array(
                                                                                                                            0 => text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
                                                                                                                        )
                                                                                                                    [accept-language] => Array(
                                                                                                                            0 => en-us,en;q=0.5
                                                                                                                        )
                                                                                                                    [accept-charset] => Array(
                                                                                                                            0 => ISO-8859-1,utf-8;q=0.7,*;q=0.7
                                                                                                                        )
                                                                                                                )
                                                                                                            cacheControl => Array()
                                                                                                        )
                                                                                                    content => 
                                                                                                    languages => 
                                                                                                    charsets => 
                                                                                                    encodings => 
                                                                                                    acceptableContentTypes => 
                                                                                                    pathInfo => 
                                                                                                    requestUri => 
                                                                                                    baseUrl => 
                                                                                                    basePath => 
                                                                                                    method => 
                                                                                                    format => 
                                                                                                    session => 
                                                                                                    locale => 
                                                                                                    defaultLocale => en
                                                                                                    [preferredFormat:Symfony\Component\HttpFoundation\Request:private] => 
                                                                                                    [isHostValid:Symfony\Component\HttpFoundation\Request:private] => 1
                                                                                                    [isForwardedValid:Symfony\Component\HttpFoundation\Request:private] => 1
                                                                                                )
                                                                                            [Facade\Ignition\LogRecorder\LogRecorder] => Facade\Ignition\LogRecorder\LogRecorder Object(
                                                                                                    logMessages => Array()
                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                )
                                                                                            [Facade\Ignition\DumpRecorder\DumpRecorder] => Facade\Ignition\DumpRecorder\DumpRecorder Object(
                                                                                                    dumps => Array()
                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                )
                                                                                            [Facade\Ignition\QueryRecorder\QueryRecorder] => Facade\Ignition\QueryRecorder\QueryRecorder Object
 
                                                                                            [flare.http] => Facade\FlareClient\Http\Client Object(
                                                                                                    [apiToken:Facade\FlareClient\Http\Client:private] => 
                                                                                                    [apiSecret:Facade\FlareClient\Http\Client:private] => 
                                                                                                    [baseUrl:Facade\FlareClient\Http\Client:private] => https://flareapp.io/api
                                                                                                    [timeout:Facade\FlareClient\Http\Client:private] => 10
                                                                                                )
                                                                                            [flare.client] => Facade\FlareClient\Flare Object(
                                                                                                    [client:Facade\FlareClient\Flare:private] => Facade\FlareClient\Http\Client Object(
                                                                                                            [apiToken:Facade\FlareClient\Http\Client:private] => 
                                                                                                            [apiSecret:Facade\FlareClient\Http\Client:private] => 
                                                                                                            [baseUrl:Facade\FlareClient\Http\Client:private] => https://flareapp.io/api
                                                                                                            [timeout:Facade\FlareClient\Http\Client:private] => 10
                                                                                                        )
                                                                                                    [api:Facade\FlareClient\Flare:private] => Facade\FlareClient\Api Object(
                                                                                                            [client:Facade\FlareClient\Api:private] => Facade\FlareClient\Http\Client Object(
                                                                                                                    [apiToken:Facade\FlareClient\Http\Client:private] => 
                                                                                                                    [apiSecret:Facade\FlareClient\Http\Client:private] => 
                                                                                                                    [baseUrl:Facade\FlareClient\Http\Client:private] => https://flareapp.io/api
                                                                                                                    [timeout:Facade\FlareClient\Http\Client:private] => 10
                                                                                                                )
                                                                                                            [queue:Facade\FlareClient\Api:private] => Array()
                                                                                                        )
                                                                                                    [middleware:Facade\FlareClient\Flare:private] => Array(
                                                                                                            0 => Facade\FlareClient\Middleware\AddGlows Object(
                                                                                                                    [recorder:Facade\FlareClient\Middleware\AddGlows:private] => Facade\FlareClient\Glows\Recorder Object(
                                                                                                                            [glows:Facade\FlareClient\Glows\Recorder:private] => Array()
                                                                                                                        )
                                                                                                                )
                                                                                                            1 => Facade\FlareClient\Middleware\AnonymizeIp Object()
                                                                                                            2 => Facade\Ignition\Middleware\SetNotifierName Object()
                                                                                                            3 => Facade\Ignition\Middleware\AddEnvironmentInformation Object()
                                                                                                            4 => Facade\Ignition\Middleware\AddLogs Object(
                                                                                                                    logRecorder => Facade\Ignition\LogRecorder\LogRecorder Object(
                                                                                                                            logMessages => Array()
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                )
                                                                                                            5 => Facade\Ignition\Middleware\AddDumps Object(
                                                                                                                    dumpRecorder => Facade\Ignition\DumpRecorder\DumpRecorder Object(
                                                                                                                            dumps => Array()
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                )
                                                                                                            6 => Facade\Ignition\Middleware\AddQueries Object(
                                                                                                                    queryRecorder => Facade\Ignition\QueryRecorder\QueryRecorder Object
 
                                                                                                                )
                                                                                                            7 => Facade\Ignition\Middleware\AddSolutions Object(
                                                                                                                    solutionProviderRepository => Facade\Ignition\SolutionProviders\SolutionProviderRepository Object(
                                                                                                                            solutionProviders => Illuminate\Support\Collection Object(
                                                                                                                                    items => Array(
                                                                                                                                            0 => Facade\Ignition\SolutionProviders\IncorrectValetDbCredentialsSolutionProvider
                                                                                                                                            1 => Facade\Ignition\SolutionProviders\MissingAppKeySolutionProvider
                                                                                                                                            2 => Facade\Ignition\SolutionProviders\DefaultDbNameSolutionProvider
                                                                                                                                            3 => Facade\Ignition\SolutionProviders\BadMethodCallSolutionProvider
                                                                                                                                            4 => Facade\Ignition\SolutionProviders\TableNotFoundSolutionProvider
                                                                                                                                            5 => Facade\Ignition\SolutionProviders\MissingImportSolutionProvider
                                                                                                                                            6 => Facade\Ignition\SolutionProviders\MissingPackageSolutionProvider
                                                                                                                                            7 => Facade\Ignition\SolutionProviders\InvalidRouteActionSolutionProvider
                                                                                                                                            8 => Facade\Ignition\SolutionProviders\ViewNotFoundSolutionProvider
                                                                                                                                            9 => Facade\Ignition\SolutionProviders\UndefinedVariableSolutionProvider
                                                                                                                                            10 => Facade\Ignition\SolutionProviders\MergeConflictSolutionProvider
                                                                                                                                            11 => Facade\Ignition\SolutionProviders\RunningLaravelDuskInProductionProvider
                                                                                                                                            12 => Facade\Ignition\SolutionProviders\MissingColumnSolutionProvider
                                                                                                                                            13 => Facade\Ignition\SolutionProviders\UnknownValidationSolutionProvider
                                                                                                                                        )
                                                                                                                                )
                                                                                                                        )
                                                                                                                )
                                                                                                            8 => Facade\Ignition\Middleware\AddGitInformation Object()
                                                                                                        )
                                                                                                    [recorder:Facade\FlareClient\Flare:private] => Facade\FlareClient\Glows\Recorder Object(
                                                                                                            [glows:Facade\FlareClient\Glows\Recorder:private] => Array()
                                                                                                        )
                                                                                                    [applicationPath:Facade\FlareClient\Flare:private] => /0000
                                                                                                    [container:Facade\FlareClient\Flare:private] => Illuminate\Foundation\Application Object
 
                                                                                                    [contextDetector:Facade\FlareClient\Flare:private] => Facade\Ignition\Context\LaravelContextDetector Object()
                                                                                                    [previousExceptionHandler:Facade\FlareClient\Flare:private] => 
                                                                                                    [previousErrorHandler:Facade\FlareClient\Flare:private] => 
                                                                                                    [messageLevel:Facade\FlareClient\Flare:private] => 
                                                                                                    [stage:Facade\FlareClient\Flare:private] => local
                                                                                                    [userProvidedContext:Facade\FlareClient\Flare:private] => Array()
                                                                                                )
                                                                                            [Facade\IgnitionContracts\SolutionProviderRepository] => Facade\Ignition\SolutionProviders\SolutionProviderRepository Object(
                                                                                                    solutionProviders => Illuminate\Support\Collection Object(
                                                                                                            items => Array(
                                                                                                                    0 => Facade\Ignition\SolutionProviders\IncorrectValetDbCredentialsSolutionProvider
                                                                                                                    1 => Facade\Ignition\SolutionProviders\MissingAppKeySolutionProvider
                                                                                                                    2 => Facade\Ignition\SolutionProviders\DefaultDbNameSolutionProvider
                                                                                                                    3 => Facade\Ignition\SolutionProviders\BadMethodCallSolutionProvider
                                                                                                                    4 => Facade\Ignition\SolutionProviders\TableNotFoundSolutionProvider
                                                                                                                    5 => Facade\Ignition\SolutionProviders\MissingImportSolutionProvider
                                                                                                                    6 => Facade\Ignition\SolutionProviders\MissingPackageSolutionProvider
                                                                                                                    7 => Facade\Ignition\SolutionProviders\InvalidRouteActionSolutionProvider
                                                                                                                    8 => Facade\Ignition\SolutionProviders\ViewNotFoundSolutionProvider
                                                                                                                    9 => Facade\Ignition\SolutionProviders\UndefinedVariableSolutionProvider
                                                                                                                    10 => Facade\Ignition\SolutionProviders\MergeConflictSolutionProvider
                                                                                                                    11 => Facade\Ignition\SolutionProviders\RunningLaravelDuskInProductionProvider
                                                                                                                    12 => Facade\Ignition\SolutionProviders\MissingColumnSolutionProvider
                                                                                                                    13 => Facade\Ignition\SolutionProviders\UnknownValidationSolutionProvider
                                                                                                                )
                                                                                                        )
                                                                                                )
                                                                                            [Illuminate\Contracts\Debug\ExceptionHandler] => NunoMaduro\Collision\Adapters\Laravel\ExceptionHandler Object(
                                                                                                    appExceptionHandler => App\Exceptions\Handler Object(
                                                                                                            dontReport => Array()
                                                                                                            dontFlash => Array(
                                                                                                                    0 => password
                                                                                                                    1 => password_confirmation
                                                                                                                )
                                                                                                            container => Illuminate\Foundation\Application Object
 
                                                                                                            internalDontReport => Array(
                                                                                                                    0 => Illuminate\Auth\AuthenticationException
                                                                                                                    1 => Illuminate\Auth\Access\AuthorizationException
                                                                                                                    2 => Symfony\Component\HttpKernel\Exception\HttpException
                                                                                                                    3 => Illuminate\Http\Exceptions\HttpResponseException
                                                                                                                    4 => Illuminate\Database\Eloquent\ModelNotFoundException
                                                                                                                    5 => Symfony\Component\HttpFoundation\Exception\SuspiciousOperationException
                                                                                                                    6 => Illuminate\Session\TokenMismatchException
                                                                                                                    7 => Illuminate\Validation\ValidationException
                                                                                                                )
                                                                                                        )
                                                                                                    container => Illuminate\Foundation\Application Object
 
                                                                                                )
                                                                                            [db.factory] => Illuminate\Database\Connectors\ConnectionFactory Object(
                                                                                                    container => Illuminate\Foundation\Application Object
 
                                                                                                )
                                                                                            db => Illuminate\Database\DatabaseManager Object(
                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                    factory => Illuminate\Database\Connectors\ConnectionFactory Object(
                                                                                                            container => Illuminate\Foundation\Application Object
 
                                                                                                        )
                                                                                                    connections => Array()
                                                                                                    extensions => Array()
                                                                                                    reconnector => Closure Object(
                                                                                                            this => Illuminate\Database\DatabaseManager Object
 
                                                                                                            parameter => Array(
                                                                                                                    [$connection] => 
                                                                                                                )
                                                                                                        )
                                                                                                )
                                                                                            [view.engine.resolver] => Illuminate\View\Engines\EngineResolver Object(
                                                                                                    resolvers => Array(
                                                                                                            file => Closure Object(
                                                                                                                    this => Illuminate\View\ViewServiceProvider Object(
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                )
                                                                                                            php => Closure Object(
                                                                                                                    this => Facade\Ignition\IgnitionServiceProvider Object(
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                )
                                                                                                            blade => Closure Object(
                                                                                                                    this => Facade\Ignition\IgnitionServiceProvider Object(
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                )
                                                                                                        )
                                                                                                    resolved => Array()
                                                                                                )
                                                                                            files => Illuminate\Filesystem\Filesystem Object()
                                                                                            [blade.compiler] => Illuminate\View\Compilers\BladeCompiler Object(
                                                                                                    extensions => Array()
                                                                                                    customDirectives => Array()
                                                                                                    conditions => Array()
                                                                                                    path => 
                                                                                                    compilers => Array(
                                                                                                            0 => Comments
                                                                                                            1 => Extensions
                                                                                                            2 => Statements
                                                                                                            3 => Echos
                                                                                                        )
                                                                                                    rawTags => Array(
                                                                                                            0 => {!!
                                                                                                            1 => !!}
                                                                                                        )
                                                                                                    contentTags => Array(
                                                                                                            0 => {{
                                                                                                            1 => }}
                                                                                                        )
                                                                                                    escapedTags => Array(
                                                                                                            0 => {{{
                                                                                                            1 => }}}
                                                                                                        )
                                                                                                    echoFormat => e(%s)
                                                                                                    footer => Array()
                                                                                                    rawBlocks => Array()
                                                                                                    files => Illuminate\Filesystem\Filesystem Object()
                                                                                                    cachePath => /0000/storage/framework/views
                                                                                                    firstCaseInSwitch => 1
                                                                                                    [encodingOptions:Illuminate\View\Compilers\BladeCompiler:private] => 15
                                                                                                    lastSection => 
                                                                                                    forElseCounter => 0
                                                                                                )
                                                                                            log => Illuminate\Log\LogManager Object(
                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                    channels => Array()
                                                                                                    customCreators => Array(
                                                                                                            flare => Closure Object(
                                                                                                                    this => Illuminate\Log\LogManager Object
 
                                                                                                                    parameter => Array(
                                                                                                                            [$app] => 
                                                                                                                        )
                                                                                                                )
                                                                                                        )
                                                                                                    dateFormat => Y-m-d H:i:s
                                                                                                    levels => Array(
                                                                                                            debug => 100
                                                                                                            info => 200
                                                                                                            notice => 250
                                                                                                            warning => 300
                                                                                                            error => 400
                                                                                                            critical => 500
                                                                                                            alert => 550
                                                                                                            emergency => 600
                                                                                                        )
                                                                                                )
                                                                                            queue => Illuminate\Queue\QueueManager Object(
                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                    connections => Array()
                                                                                                    connectors => Array(
                                                                                                            null => Closure Object(
                                                                                                                    this => Illuminate\Queue\QueueServiceProvider Object(
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                )
                                                                                                            sync => Closure Object(
                                                                                                                    this => Illuminate\Queue\QueueServiceProvider Object(
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                )
                                                                                                            database => Closure Object(
                                                                                                                    this => Illuminate\Queue\QueueServiceProvider Object(
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                )
                                                                                                            redis => Closure Object(
                                                                                                                    this => Illuminate\Queue\QueueServiceProvider Object(
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                )
                                                                                                            beanstalkd => Closure Object(
                                                                                                                    this => Illuminate\Queue\QueueServiceProvider Object(
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                )
                                                                                                            sqs => Closure Object(
                                                                                                                    this => Illuminate\Queue\QueueServiceProvider Object(
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                )
                                                                                                        )
                                                                                                )
                                                                                            date => Illuminate\Support\DateFactory Object()
                                                                                            router => Illuminate\Routing\Router Object
 
                                                                                            routes => Illuminate\Routing\RouteCollection Object(
                                                                                                    routes => Array()
                                                                                                    allRoutes => Array()
                                                                                                    nameList => Array()
                                                                                                    actionList => Array()
                                                                                                )
                                                                                            url => Illuminate\Routing\UrlGenerator Object(
                                                                                                    routes => Illuminate\Routing\RouteCollection Object(
                                                                                                            routes => Array()
                                                                                                            allRoutes => Array()
                                                                                                            nameList => Array()
                                                                                                            actionList => Array()
                                                                                                        )
                                                                                                    request => Illuminate\Http\Request Object(
                                                                                                            json => 
                                                                                                            convertedFiles => 
                                                                                                            userResolver => 
                                                                                                            routeResolver => 
                                                                                                            attributes => Symfony\Component\HttpFoundation\ParameterBag Object(
                                                                                                                    parameters => Array()
                                                                                                                )
                                                                                                            request => Symfony\Component\HttpFoundation\ParameterBag Object(
                                                                                                                    parameters => Array()
                                                                                                                )
                                                                                                            query => Symfony\Component\HttpFoundation\ParameterBag Object(
                                                                                                                    parameters => Array()
                                                                                                                )
                                                                                                            server => Symfony\Component\HttpFoundation\ServerBag Object(
                                                                                                                    parameters => Array(
                                                                                                                            SERVER_NAME => localhost
                                                                                                                            SERVER_PORT => 80
                                                                                                                            HTTP_HOST => localhost
                                                                                                                            HTTP_USER_AGENT => Symfony
                                                                                                                            HTTP_ACCEPT => text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
                                                                                                                            HTTP_ACCEPT_LANGUAGE => en-us,en;q=0.5
                                                                                                                            HTTP_ACCEPT_CHARSET => ISO-8859-1,utf-8;q=0.7,*;q=0.7
                                                                                                                            REMOTE_ADDR => 127.0.0.1
                                                                                                                            SCRIPT_NAME => artisan
                                                                                                                            SCRIPT_FILENAME => artisan
                                                                                                                            SERVER_PROTOCOL => HTTP/1.1
                                                                                                                            REQUEST_TIME => 1578274354
                                                                                                                            PHP_EXTRA_CONFIGURE_ARGS => --enable-fpm --with-fpm-user=www-data --with-fpm-group=www-data --disable-cgi
                                                                                                                            LANGUAGE => C
                                                                                                                            HOSTNAME => d9d2f135fb85
                                                                                                                            PHP_INI_DIR => /usr/local/etc/php
                                                                                                                            GIT_ASKPASS => echo
                                                                                                                            SHLVL => 2
                                                                                                                            HOME => /root
                                                                                                                            OLDPWD => /
                                                                                                                            PHP_LDFLAGS => -Wl,-O1 -Wl,--hash-style=both -pie
                                                                                                                            PHP_CFLAGS => -fstack-protector-strong -fpic -fpie -O2
                                                                                                                            PHP_MD5 => 
                                                                                                                            PHP_VERSION => 7.2.19
                                                                                                                            COMPOSER_HOME => /tmp/composer
                                                                                                                            COMPOSER_BINARY => /usr/bin/composer
                                                                                                                            GPG_KEYS => 1729F83938DA44E27BA0F4D3DBDB397470D12172 B1B44D8F021E4E2D6021E995DC9FF8D3EE5AF27F
                                                                                                                            PHP_CPPFLAGS => -fstack-protector-strong -fpic -fpie -O2
                                                                                                                            PHP_ASC_URL => https://www.php.net/get/php-7.2.19.tar.xz.asc/from/this/mirror
                                                                                                                            PHP_URL => https://www.php.net/get/php-7.2.19.tar.xz/from/this/mirror
                                                                                                                            TERM => xterm
                                                                                                                            PATH => /0000/vendor/bin:/tmp/composer/vendor/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
                                                                                                                            LD_PRELOAD => /usr/lib/preloadable_libiconv.so php
                                                                                                                            PHPIZE_DEPS => autoconf 		dpkg-dev dpkg 		file 		g++ 		gcc 		libc-dev 		make 		pkgconf 		re2c
                                                                                                                            PWD => /0000
                                                                                                                            PHP_SHA256 => 4ffa2404a88d60e993a9fe69f829ebec3eb1e006de41b6048ce5e91bbeaa9282
                                                                                                                            PHP_SELF => artisan
                                                                                                                            PATH_TRANSLATED => artisan
                                                                                                                            DOCUMENT_ROOT => 
                                                                                                                            REQUEST_TIME_FLOAT => 1578274354.5135
                                                                                                                            argv => Array(
                                                                                                                                    0 => artisan
                                                                                                                                    1 => package:discover
                                                                                                                                    2 => --ansi
                                                                                                                                )
                                                                                                                            argc => 3
                                                                                                                            APP_NAME => 本地测试
                                                                                                                            APP_ENV => local
                                                                                                                            APP_KEY => base64:gIjju1XIlTNS6j8BuifyrL2QAARYlvdKYd31eAqei7g=
                                                                                                                            APP_DEBUG => true
                                                                                                                            APP_URL => http://localhost
                                                                                                                            LOG_CHANNEL => stack
                                                                                                                            DB_CONNECTION => mysql
                                                                                                                            DB_HOST => 127.0.0.1
                                                                                                                            DB_PORT => 3306
                                                                                                                            DB_DATABASE => laravel
                                                                                                                            DB_USERNAME => root
                                                                                                                            DB_PASSWORD => 
                                                                                                                            BROADCAST_DRIVER => log
                                                                                                                            CACHE_DRIVER => file
                                                                                                                            QUEUE_CONNECTION => sync
                                                                                                                            SESSION_DRIVER => cookie
                                                                                                                            SESSION_LIFETIME => 120
                                                                                                                            REDIS_HOST => 127.0.0.1
                                                                                                                            REDIS_PASSWORD => null
                                                                                                                            REDIS_PORT => 6379
                                                                                                                            MAIL_DRIVER => smtp
                                                                                                                            MAIL_HOST => smtp.mailtrap.io
                                                                                                                            MAIL_PORT => 2525
                                                                                                                            MAIL_USERNAME => null
                                                                                                                            MAIL_PASSWORD => null
                                                                                                                            MAIL_ENCRYPTION => null
                                                                                                                            MAIL_FROM_ADDRESS => null
                                                                                                                            MAIL_FROM_NAME => 本地测试
                                                                                                                            AWS_ACCESS_KEY_ID => 
                                                                                                                            AWS_SECRET_ACCESS_KEY => 
                                                                                                                            AWS_DEFAULT_REGION => us-east-1
                                                                                                                            AWS_BUCKET => 
                                                                                                                            PUSHER_APP_ID => 
                                                                                                                            PUSHER_APP_KEY => 
                                                                                                                            PUSHER_APP_SECRET => 
                                                                                                                            PUSHER_APP_CLUSTER => mt1
                                                                                                                            MIX_PUSHER_APP_KEY => 
                                                                                                                            MIX_PUSHER_APP_CLUSTER => mt1
                                                                                                                            PATH_INFO => 
                                                                                                                            REQUEST_METHOD => GET
                                                                                                                            REQUEST_URI => /
                                                                                                                            QUERY_STRING => 
                                                                                                                        )
                                                                                                                )
                                                                                                            files => Symfony\Component\HttpFoundation\FileBag Object(
                                                                                                                    parameters => Array()
                                                                                                                )
                                                                                                            cookies => Symfony\Component\HttpFoundation\ParameterBag Object(
                                                                                                                    parameters => Array()
                                                                                                                )
                                                                                                            headers => Symfony\Component\HttpFoundation\HeaderBag Object(
                                                                                                                    headers => Array(
                                                                                                                            host => Array(
                                                                                                                                    0 => localhost
                                                                                                                                )
                                                                                                                            [user-agent] => Array(
                                                                                                                                    0 => Symfony
                                                                                                                                )
                                                                                                                            accept => Array(
                                                                                                                                    0 => text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
                                                                                                                                )
                                                                                                                            [accept-language] => Array(
                                                                                                                                    0 => en-us,en;q=0.5
                                                                                                                                )
                                                                                                                            [accept-charset] => Array(
                                                                                                                                    0 => ISO-8859-1,utf-8;q=0.7,*;q=0.7
                                                                                                                                )
                                                                                                                        )
                                                                                                                    cacheControl => Array()
                                                                                                                )
                                                                                                            content => 
                                                                                                            languages => 
                                                                                                            charsets => 
                                                                                                            encodings => 
                                                                                                            acceptableContentTypes => 
                                                                                                            pathInfo => 
                                                                                                            requestUri => 
                                                                                                            baseUrl => 
                                                                                                            basePath => 
                                                                                                            method => 
                                                                                                            format => 
                                                                                                            session => 
                                                                                                            locale => 
                                                                                                            defaultLocale => en
                                                                                                            [preferredFormat:Symfony\Component\HttpFoundation\Request:private] => 
                                                                                                            [isHostValid:Symfony\Component\HttpFoundation\Request:private] => 1
                                                                                                            [isForwardedValid:Symfony\Component\HttpFoundation\Request:private] => 1
                                                                                                        )
                                                                                                    assetRoot => 
                                                                                                    forcedRoot => 
                                                                                                    forceScheme => 
                                                                                                    cachedRoot => 
                                                                                                    cachedScheme => 
                                                                                                    rootNamespace => App\Http\Controllers
                                                                                                    sessionResolver => Closure Object(
                                                                                                            this => Illuminate\Routing\RoutingServiceProvider Object(
                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                )
                                                                                                        )
                                                                                                    keyResolver => Closure Object(
                                                                                                            this => Illuminate\Routing\RoutingServiceProvider Object(
                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                )
                                                                                                        )
                                                                                                    formatHostUsing => 
                                                                                                    formatPathUsing => 
                                                                                                    routeGenerator => 
                                                                                                )
                                                                                        )
                                                                                    aliases => Array(
                                                                                            [Illuminate\Foundation\Application] => app
                                                                                            [Illuminate\Contracts\Container\Container] => app
                                                                                            [Illuminate\Contracts\Foundation\Application] => app
                                                                                            [Psr\Container\ContainerInterface] => app
                                                                                            [Illuminate\Auth\AuthManager] => auth
                                                                                            [Illuminate\Contracts\Auth\Factory] => auth
                                                                                            [Illuminate\Contracts\Auth\Guard] => auth.driver
                                                                                            [Illuminate\View\Compilers\BladeCompiler] => blade.compiler
                                                                                            [Illuminate\Cache\CacheManager] => cache
                                                                                            [Illuminate\Contracts\Cache\Factory] => cache
                                                                                            [Illuminate\Cache\Repository] => cache.store
                                                                                            [Illuminate\Contracts\Cache\Repository] => cache.store
                                                                                            [Psr\SimpleCache\CacheInterface] => cache.store
                                                                                            [Symfony\Component\Cache\Adapter\Psr16Adapter] => cache.psr6
                                                                                            [Symfony\Component\Cache\Adapter\AdapterInterface] => cache.psr6
                                                                                            [Psr\Cache\CacheItemPoolInterface] => cache.psr6
                                                                                            [Illuminate\Config\Repository] => config
                                                                                            [Illuminate\Contracts\Config\Repository] => config
                                                                                            [Illuminate\Cookie\CookieJar] => cookie
                                                                                            [Illuminate\Contracts\Cookie\Factory] => cookie
                                                                                            [Illuminate\Contracts\Cookie\QueueingFactory] => cookie
                                                                                            [Illuminate\Encryption\Encrypter] => encrypter
                                                                                            [Illuminate\Contracts\Encryption\Encrypter] => encrypter
                                                                                            [Illuminate\Database\DatabaseManager] => db
                                                                                            [Illuminate\Database\ConnectionResolverInterface] => db
                                                                                            [Illuminate\Database\Connection] => db.connection
                                                                                            [Illuminate\Database\ConnectionInterface] => db.connection
                                                                                            [Illuminate\Events\Dispatcher] => events
                                                                                            [Illuminate\Contracts\Events\Dispatcher] => events
                                                                                            [Illuminate\Filesystem\Filesystem] => files
                                                                                            [Illuminate\Filesystem\FilesystemManager] => filesystem
                                                                                            [Illuminate\Contracts\Filesystem\Factory] => filesystem
                                                                                            [Illuminate\Contracts\Filesystem\Filesystem] => filesystem.disk
                                                                                            [Illuminate\Contracts\Filesystem\Cloud] => filesystem.cloud
                                                                                            [Illuminate\Hashing\HashManager] => hash
                                                                                            [Illuminate\Contracts\Hashing\Hasher] => hash.driver
                                                                                            [Illuminate\Translation\Translator] => translator
                                                                                            [Illuminate\Contracts\Translation\Translator] => translator
                                                                                            [Illuminate\Log\LogManager] => log
                                                                                            [Psr\Log\LoggerInterface] => log
                                                                                            [Illuminate\Mail\Mailer] => mailer
                                                                                            [Illuminate\Contracts\Mail\Mailer] => mailer
                                                                                            [Illuminate\Contracts\Mail\MailQueue] => mailer
                                                                                            [Illuminate\Auth\Passwords\PasswordBrokerManager] => auth.password
                                                                                            [Illuminate\Contracts\Auth\PasswordBrokerFactory] => auth.password
                                                                                            [Illuminate\Auth\Passwords\PasswordBroker] => auth.password.broker
                                                                                            [Illuminate\Contracts\Auth\PasswordBroker] => auth.password.broker
                                                                                            [Illuminate\Queue\QueueManager] => queue
                                                                                            [Illuminate\Contracts\Queue\Factory] => queue
                                                                                            [Illuminate\Contracts\Queue\Monitor] => queue
                                                                                            [Illuminate\Contracts\Queue\Queue] => queue.connection
                                                                                            [Illuminate\Queue\Failed\FailedJobProviderInterface] => queue.failer
                                                                                            [Illuminate\Routing\Redirector] => redirect
                                                                                            [Illuminate\Redis\RedisManager] => redis
                                                                                            [Illuminate\Contracts\Redis\Factory] => redis
                                                                                            [Illuminate\Http\Request] => request
                                                                                            [Symfony\Component\HttpFoundation\Request] => request
                                                                                            [Illuminate\Routing\Router] => router
                                                                                            [Illuminate\Contracts\Routing\Registrar] => router
                                                                                            [Illuminate\Contracts\Routing\BindingRegistrar] => router
                                                                                            [Illuminate\Session\SessionManager] => session
                                                                                            [Illuminate\Session\Store] => session.store
                                                                                            [Illuminate\Contracts\Session\Session] => session.store
                                                                                            [Illuminate\Routing\UrlGenerator] => url
                                                                                            [Illuminate\Contracts\Routing\UrlGenerator] => url
                                                                                            [Illuminate\Validation\Factory] => validator
                                                                                            [Illuminate\Contracts\Validation\Factory] => validator
                                                                                            [Illuminate\View\Factory] => view
                                                                                            [Illuminate\Contracts\View\Factory] => view
                                                                                            [Illuminate\Contracts\Notifications\Dispatcher] => Illuminate\Notifications\ChannelManager
                                                                                            [Illuminate\Contracts\Notifications\Factory] => Illuminate\Notifications\ChannelManager
                                                                                            [Facade\FlareClient\Http\Client] => flare.http
                                                                                            [Facade\FlareClient\Flare] => flare.client
                                                                                        )
                                                                                    abstractAliases => Array(
                                                                                            app => Array(
                                                                                                    0 => Illuminate\Foundation\Application
                                                                                                    1 => Illuminate\Contracts\Container\Container
                                                                                                    2 => Illuminate\Contracts\Foundation\Application
                                                                                                    3 => Psr\Container\ContainerInterface
                                                                                                )
                                                                                            auth => Array(
                                                                                                    0 => Illuminate\Auth\AuthManager
                                                                                                    1 => Illuminate\Contracts\Auth\Factory
                                                                                                )
                                                                                            [auth.driver] => Array(
                                                                                                    0 => Illuminate\Contracts\Auth\Guard
                                                                                                )
                                                                                            [blade.compiler] => Array(
                                                                                                    0 => Illuminate\View\Compilers\BladeCompiler
                                                                                                )
                                                                                            cache => Array(
                                                                                                    0 => Illuminate\Cache\CacheManager
                                                                                                    1 => Illuminate\Contracts\Cache\Factory
                                                                                                )
                                                                                            [cache.store] => Array(
                                                                                                    0 => Illuminate\Cache\Repository
                                                                                                    1 => Illuminate\Contracts\Cache\Repository
                                                                                                    2 => Psr\SimpleCache\CacheInterface
                                                                                                )
                                                                                            [cache.psr6] => Array(
                                                                                                    0 => Symfony\Component\Cache\Adapter\Psr16Adapter
                                                                                                    1 => Symfony\Component\Cache\Adapter\AdapterInterface
                                                                                                    2 => Psr\Cache\CacheItemPoolInterface
                                                                                                )
                                                                                            config => Array(
                                                                                                    0 => Illuminate\Config\Repository
                                                                                                    1 => Illuminate\Contracts\Config\Repository
                                                                                                )
                                                                                            cookie => Array(
                                                                                                    0 => Illuminate\Cookie\CookieJar
                                                                                                    1 => Illuminate\Contracts\Cookie\Factory
                                                                                                    2 => Illuminate\Contracts\Cookie\QueueingFactory
                                                                                                )
                                                                                            encrypter => Array(
                                                                                                    0 => Illuminate\Encryption\Encrypter
                                                                                                    1 => Illuminate\Contracts\Encryption\Encrypter
                                                                                                )
                                                                                            db => Array(
                                                                                                    0 => Illuminate\Database\DatabaseManager
                                                                                                    1 => Illuminate\Database\ConnectionResolverInterface
                                                                                                )
                                                                                            [db.connection] => Array(
                                                                                                    0 => Illuminate\Database\Connection
                                                                                                    1 => Illuminate\Database\ConnectionInterface
                                                                                                )
                                                                                            events => Array(
                                                                                                    0 => Illuminate\Events\Dispatcher
                                                                                                    1 => Illuminate\Contracts\Events\Dispatcher
                                                                                                )
                                                                                            files => Array(
                                                                                                    0 => Illuminate\Filesystem\Filesystem
                                                                                                )
                                                                                            filesystem => Array(
                                                                                                    0 => Illuminate\Filesystem\FilesystemManager
                                                                                                    1 => Illuminate\Contracts\Filesystem\Factory
                                                                                                )
                                                                                            [filesystem.disk] => Array(
                                                                                                    0 => Illuminate\Contracts\Filesystem\Filesystem
                                                                                                )
                                                                                            [filesystem.cloud] => Array(
                                                                                                    0 => Illuminate\Contracts\Filesystem\Cloud
                                                                                                )
                                                                                            hash => Array(
                                                                                                    0 => Illuminate\Hashing\HashManager
                                                                                                )
                                                                                            [hash.driver] => Array(
                                                                                                    0 => Illuminate\Contracts\Hashing\Hasher
                                                                                                )
                                                                                            translator => Array(
                                                                                                    0 => Illuminate\Translation\Translator
                                                                                                    1 => Illuminate\Contracts\Translation\Translator
                                                                                                )
                                                                                            log => Array(
                                                                                                    0 => Illuminate\Log\LogManager
                                                                                                    1 => Psr\Log\LoggerInterface
                                                                                                )
                                                                                            mailer => Array(
                                                                                                    0 => Illuminate\Mail\Mailer
                                                                                                    1 => Illuminate\Contracts\Mail\Mailer
                                                                                                    2 => Illuminate\Contracts\Mail\MailQueue
                                                                                                )
                                                                                            [auth.password] => Array(
                                                                                                    0 => Illuminate\Auth\Passwords\PasswordBrokerManager
                                                                                                    1 => Illuminate\Contracts\Auth\PasswordBrokerFactory
                                                                                                )
                                                                                            [auth.password.broker] => Array(
                                                                                                    0 => Illuminate\Auth\Passwords\PasswordBroker
                                                                                                    1 => Illuminate\Contracts\Auth\PasswordBroker
                                                                                                )
                                                                                            queue => Array(
                                                                                                    0 => Illuminate\Queue\QueueManager
                                                                                                    1 => Illuminate\Contracts\Queue\Factory
                                                                                                    2 => Illuminate\Contracts\Queue\Monitor
                                                                                                )
                                                                                            [queue.connection] => Array(
                                                                                                    0 => Illuminate\Contracts\Queue\Queue
                                                                                                )
                                                                                            [queue.failer] => Array(
                                                                                                    0 => Illuminate\Queue\Failed\FailedJobProviderInterface
                                                                                                )
                                                                                            redirect => Array(
                                                                                                    0 => Illuminate\Routing\Redirector
                                                                                                )
                                                                                            redis => Array(
                                                                                                    0 => Illuminate\Redis\RedisManager
                                                                                                    1 => Illuminate\Contracts\Redis\Factory
                                                                                                )
                                                                                            request => Array(
                                                                                                    0 => Illuminate\Http\Request
                                                                                                    1 => Symfony\Component\HttpFoundation\Request
                                                                                                )
                                                                                            router => Array(
                                                                                                    0 => Illuminate\Routing\Router
                                                                                                    1 => Illuminate\Contracts\Routing\Registrar
                                                                                                    2 => Illuminate\Contracts\Routing\BindingRegistrar
                                                                                                )
                                                                                            session => Array(
                                                                                                    0 => Illuminate\Session\SessionManager
                                                                                                )
                                                                                            [session.store] => Array(
                                                                                                    0 => Illuminate\Session\Store
                                                                                                    1 => Illuminate\Contracts\Session\Session
                                                                                                )
                                                                                            url => Array(
                                                                                                    0 => Illuminate\Routing\UrlGenerator
                                                                                                    1 => Illuminate\Contracts\Routing\UrlGenerator
                                                                                                )
                                                                                            validator => Array(
                                                                                                    0 => Illuminate\Validation\Factory
                                                                                                    1 => Illuminate\Contracts\Validation\Factory
                                                                                                )
                                                                                            view => Array(
                                                                                                    0 => Illuminate\View\Factory
                                                                                                    1 => Illuminate\Contracts\View\Factory
                                                                                                )
                                                                                            [Illuminate\Notifications\ChannelManager] => Array(
                                                                                                    0 => Illuminate\Contracts\Notifications\Dispatcher
                                                                                                    1 => Illuminate\Contracts\Notifications\Factory
                                                                                                )
                                                                                            [flare.http] => Array(
                                                                                                    0 => Facade\FlareClient\Http\Client
                                                                                                )
                                                                                            [flare.client] => Array(
                                                                                                    0 => Facade\FlareClient\Flare
                                                                                                )
                                                                                        )
                                                                                    extenders => Array(
                                                                                            url => Array(
                                                                                                    0 => Closure Object(
                                                                                                            this => Illuminate\Routing\RoutingServiceProvider Object(
                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                )
                                                                                                            parameter => Array(
                                                                                                                    [$url] => 
                                                                                                                    [$app] => 
                                                                                                                )
                                                                                                        )
                                                                                                )
                                                                                        )
                                                                                    tags => Array()
                                                                                    buildStack => Array()
                                                                                    with => Array()
                                                                                    contextual => Array()
                                                                                    reboundCallbacks => Array(
                                                                                            request => Array(
                                                                                                    0 => Closure Object(
                                                                                                            this => Illuminate\Auth\AuthServiceProvider Object(
                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                )
                                                                                                            parameter => Array(
                                                                                                                    [$app] => 
                                                                                                                    [$request] => 
                                                                                                                )
                                                                                                        )
                                                                                                    1 => Closure Object(
                                                                                                            this => Illuminate\Routing\RoutingServiceProvider Object(
                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                )
                                                                                                            parameter => Array(
                                                                                                                    [$app] => 
                                                                                                                    [$request] => 
                                                                                                                )
                                                                                                        )
                                                                                                )
                                                                                            events => Array(
                                                                                                    0 => Closure Object(
                                                                                                            this => Illuminate\Auth\AuthServiceProvider Object(
                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                )
                                                                                                            parameter => Array(
                                                                                                                    [$app] => 
                                                                                                                    [$dispatcher] => 
                                                                                                                )
                                                                                                        )
                                                                                                )
                                                                                            routes => Array(
                                                                                                    0 => Closure Object(
                                                                                                            this => Illuminate\Routing\RoutingServiceProvider Object(
                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                )
                                                                                                            parameter => Array(
                                                                                                                    [$app] => 
                                                                                                                    [$routes] => 
                                                                                                                )
                                                                                                        )
                                                                                                )
                                                                                        )
                                                                                    globalResolvingCallbacks => Array()
                                                                                    globalAfterResolvingCallbacks => Array()
                                                                                    resolvingCallbacks => Array(
                                                                                            [Illuminate\Foundation\Http\FormRequest] => Array(
                                                                                                    0 => Closure Object(
                                                                                                            this => Illuminate\Foundation\Providers\FormRequestServiceProvider Object(
                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                )
                                                                                                            parameter => Array(
                                                                                                                    [$request] => 
                                                                                                                    [$app] => 
                                                                                                                )
                                                                                                        )
                                                                                                )
                                                                                        )
                                                                                    afterResolvingCallbacks => Array(
                                                                                            [Illuminate\Contracts\Validation\ValidatesWhenResolved] => Array(
                                                                                                    0 => Closure Object(
                                                                                                            this => Illuminate\Foundation\Providers\FormRequestServiceProvider Object(
                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                )
                                                                                                            parameter => Array(
                                                                                                                    [$resolved] => 
                                                                                                                )
                                                                                                        )
                                                                                                )
                                                                                            view => Array(
                                                                                                    0 => Closure Object(
                                                                                                            static => Array(
                                                                                                                    path => /tutorials/vendor2/laravel/framework-6.x/src/Illuminate/Notifications/resources/views
                                                                                                                    namespace => notifications
                                                                                                                )
                                                                                                            this => Illuminate\Notifications\NotificationServiceProvider Object(
                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                )
                                                                                                            parameter => Array(
                                                                                                                    [$view] => 
                                                                                                                )
                                                                                                        )
                                                                                                    1 => Closure Object(
                                                                                                            static => Array(
                                                                                                                    path => /tutorials/vendor2/laravel/framework-6.x/src/Illuminate/Pagination/resources/views
                                                                                                                    namespace => pagination
                                                                                                                )
                                                                                                            this => Illuminate\Pagination\PaginationServiceProvider Object(
                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                )
                                                                                                            parameter => Array(
                                                                                                                    [$view] => 
                                                                                                                )
                                                                                                        )
                                                                                                )
                                                                                        )
                                                                                )
                                                                        )
                                                                    1 => record
                                                                )
                                                            wildcard => 
                                                        )
                                                    this => Illuminate\Events\Dispatcher Object
 
                                                    parameter => Array(
                                                            [$event] => 
                                                            [$payload] => 
                                                        )
                                                )
                                        )
                                    [Illuminate\Log\Events\MessageLogged] => Array(
                                            0 => Closure Object(
                                                    static => Array(
                                                            listener => Array(
                                                                    0 => Facade\Ignition\LogRecorder\LogRecorder Object(
                                                                            logMessages => Array()
                                                                            app => Illuminate\Foundation\Application Object(
                                                                                    basePath => /0000
                                                                                    hasBeenBootstrapped => 1
                                                                                    booted => 
                                                                                    bootingCallbacks => Array(
                                                                                            0 => Closure Object(
                                                                                                    static => Array(
                                                                                                            instance => Illuminate\Queue\QueueServiceProvider Object(
                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                )
                                                                                                        )
                                                                                                    this => Illuminate\Foundation\Application Object
 
                                                                                                )
                                                                                        )
                                                                                    bootedCallbacks => Array(
                                                                                            0 => Closure Object(
                                                                                                    this => App\Console\Kernel Object(
                                                                                                            commands => Array()
                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                            events => Illuminate\Events\Dispatcher Object
 
                                                                                                            artisan => 
                                                                                                            commandsLoaded => 
                                                                                                            bootstrappers => Array(
                                                                                                                    0 => Illuminate\Foundation\Bootstrap\LoadEnvironmentVariables
                                                                                                                    1 => Illuminate\Foundation\Bootstrap\LoadConfiguration
                                                                                                                    2 => Illuminate\Foundation\Bootstrap\HandleExceptions
                                                                                                                    3 => Illuminate\Foundation\Bootstrap\RegisterFacades
                                                                                                                    4 => Illuminate\Foundation\Bootstrap\SetRequestForConsole
                                                                                                                    5 => Illuminate\Foundation\Bootstrap\RegisterProviders
                                                                                                                    6 => Illuminate\Foundation\Bootstrap\BootProviders
                                                                                                                )
                                                                                                        )
                                                                                                )
                                                                                        )
                                                                                    terminatingCallbacks => Array()
                                                                                    serviceProviders => Array(
                                                                                            0 => Illuminate\Events\EventServiceProvider Object(
                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                )
                                                                                            1 => Illuminate\Log\LogServiceProvider Object(
                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                )
                                                                                            2 => Illuminate\Routing\RoutingServiceProvider Object(
                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                )
                                                                                            3 => Illuminate\Auth\AuthServiceProvider Object(
                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                )
                                                                                            4 => Illuminate\Cookie\CookieServiceProvider Object(
                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                )
                                                                                            5 => Illuminate\Database\DatabaseServiceProvider Object(
                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                )
                                                                                            6 => Illuminate\Encryption\EncryptionServiceProvider Object(
                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                )
                                                                                            7 => Illuminate\Filesystem\FilesystemServiceProvider Object(
                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                )
                                                                                            8 => Illuminate\Foundation\Providers\FormRequestServiceProvider Object(
                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                )
                                                                                            9 => Illuminate\Foundation\Providers\FoundationServiceProvider Object(
                                                                                                    providers => Array(
                                                                                                            0 => Illuminate\Foundation\Providers\FormRequestServiceProvider
                                                                                                        )
                                                                                                    instances => Array(
                                                                                                            0 => Illuminate\Foundation\Providers\FormRequestServiceProvider Object(
                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                )
                                                                                                        )
                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                )
                                                                                            10 => Illuminate\Notifications\NotificationServiceProvider Object(
                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                )
                                                                                            11 => Illuminate\Pagination\PaginationServiceProvider Object(
                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                )
                                                                                            12 => Illuminate\Session\SessionServiceProvider Object(
                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                )
                                                                                            13 => Illuminate\View\ViewServiceProvider Object(
                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                )
                                                                                            14 => Facade\Ignition\IgnitionServiceProvider Object(
                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                )
                                                                                            15 => Fideloper\Proxy\TrustedProxyServiceProvider Object(
                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                )
                                                                                            16 => Carbon\Laravel\ServiceProvider Object(
                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                )
                                                                                            17 => NunoMaduro\Collision\Adapters\Laravel\CollisionServiceProvider Object(
                                                                                                    defer => 1
                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                )
                                                                                            18 => App\Providers\AppServiceProvider Object(
                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                )
                                                                                            19 => App\Providers\AuthServiceProvider Object(
                                                                                                    policies => Array()
                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                )
                                                                                            20 => App\Providers\EventServiceProvider Object(
                                                                                                    listen => Array(
                                                                                                            [Illuminate\Auth\Events\Registered] => Array(
                                                                                                                    0 => Illuminate\Auth\Listeners\SendEmailVerificationNotification
                                                                                                                )
                                                                                                        )
                                                                                                    subscribe => Array()
                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                )
                                                                                            21 => App\Providers\RouteServiceProvider Object(
                                                                                                    namespace => App\Http\Controllers
                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                )
                                                                                            22 => Illuminate\Queue\QueueServiceProvider Object(
                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                )
                                                                                        )
                                                                                    loadedProviders => Array(
                                                                                            [Illuminate\Events\EventServiceProvider] => 1
                                                                                            [Illuminate\Log\LogServiceProvider] => 1
                                                                                            [Illuminate\Routing\RoutingServiceProvider] => 1
                                                                                            [Illuminate\Auth\AuthServiceProvider] => 1
                                                                                            [Illuminate\Cookie\CookieServiceProvider] => 1
                                                                                            [Illuminate\Database\DatabaseServiceProvider] => 1
                                                                                            [Illuminate\Encryption\EncryptionServiceProvider] => 1
                                                                                            [Illuminate\Filesystem\FilesystemServiceProvider] => 1
                                                                                            [Illuminate\Foundation\Providers\FormRequestServiceProvider] => 1
                                                                                            [Illuminate\Foundation\Providers\FoundationServiceProvider] => 1
                                                                                            [Illuminate\Notifications\NotificationServiceProvider] => 1
                                                                                            [Illuminate\Pagination\PaginationServiceProvider] => 1
                                                                                            [Illuminate\Session\SessionServiceProvider] => 1
                                                                                            [Illuminate\View\ViewServiceProvider] => 1
                                                                                            [Facade\Ignition\IgnitionServiceProvider] => 1
                                                                                            [Fideloper\Proxy\TrustedProxyServiceProvider] => 1
                                                                                            [Carbon\Laravel\ServiceProvider] => 1
                                                                                            [NunoMaduro\Collision\Adapters\Laravel\CollisionServiceProvider] => 1
                                                                                            [App\Providers\AppServiceProvider] => 1
                                                                                            [App\Providers\AuthServiceProvider] => 1
                                                                                            [App\Providers\EventServiceProvider] => 1
                                                                                            [App\Providers\RouteServiceProvider] => 1
                                                                                            [Illuminate\Queue\QueueServiceProvider] => 1
                                                                                        )
                                                                                    deferredServices => Array(
                                                                                            [Illuminate\Broadcasting\BroadcastManager] => Illuminate\Broadcasting\BroadcastServiceProvider
                                                                                            [Illuminate\Contracts\Broadcasting\Factory] => Illuminate\Broadcasting\BroadcastServiceProvider
                                                                                            [Illuminate\Contracts\Broadcasting\Broadcaster] => Illuminate\Broadcasting\BroadcastServiceProvider
                                                                                            [Illuminate\Bus\Dispatcher] => Illuminate\Bus\BusServiceProvider
                                                                                            [Illuminate\Contracts\Bus\Dispatcher] => Illuminate\Bus\BusServiceProvider
                                                                                            [Illuminate\Contracts\Bus\QueueingDispatcher] => Illuminate\Bus\BusServiceProvider
                                                                                            cache => Illuminate\Cache\CacheServiceProvider
                                                                                            [cache.store] => Illuminate\Cache\CacheServiceProvider
                                                                                            [cache.psr6] => Illuminate\Cache\CacheServiceProvider
                                                                                            [memcached.connector] => Illuminate\Cache\CacheServiceProvider
                                                                                            [command.cache.clear] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                            [command.cache.forget] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                            [command.clear-compiled] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                            [command.auth.resets.clear] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                            [command.config.cache] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                            [command.config.clear] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                            [command.db.wipe] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                            [command.down] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                            [command.environment] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                            [command.event.cache] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                            [command.event.clear] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                            [command.event.list] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                            [command.key.generate] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                            [command.optimize] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                            [command.optimize.clear] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                            [command.package.discover] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                            [command.preset] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                            [command.queue.failed] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                            [command.queue.flush] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                            [command.queue.forget] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                            [command.queue.listen] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                            [command.queue.restart] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                            [command.queue.retry] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                            [command.queue.work] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                            [command.route.cache] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                            [command.route.clear] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                            [command.route.list] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                            [command.seed] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                            [Illuminate\Console\Scheduling\ScheduleFinishCommand] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                            [Illuminate\Console\Scheduling\ScheduleRunCommand] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                            [command.storage.link] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                            [command.up] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                            [command.view.cache] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                            [command.view.clear] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                            [command.cache.table] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                            [command.channel.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                            [command.console.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                            [command.controller.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                            [command.event.generate] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                            [command.event.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                            [command.exception.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                            [command.factory.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                            [command.job.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                            [command.listener.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                            [command.mail.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                            [command.middleware.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                            [command.model.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                            [command.notification.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                            [command.notification.table] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                            [command.observer.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                            [command.policy.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                            [command.provider.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                            [command.queue.failed-table] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                            [command.queue.table] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                            [command.request.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                            [command.resource.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                            [command.rule.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                            [command.seeder.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                            [command.session.table] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                            [command.serve] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                            [command.test.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                            [command.vendor.publish] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                            migrator => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                            [migration.repository] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                            [migration.creator] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                            [command.migrate] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                            [command.migrate.fresh] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                            [command.migrate.install] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                            [command.migrate.refresh] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                            [command.migrate.reset] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                            [command.migrate.rollback] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                            [command.migrate.status] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                            [command.migrate.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                            composer => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                            hash => Illuminate\Hashing\HashServiceProvider
                                                                                            [hash.driver] => Illuminate\Hashing\HashServiceProvider
                                                                                            mailer => Illuminate\Mail\MailServiceProvider
                                                                                            [swift.mailer] => Illuminate\Mail\MailServiceProvider
                                                                                            [swift.transport] => Illuminate\Mail\MailServiceProvider
                                                                                            [Illuminate\Mail\Markdown] => Illuminate\Mail\MailServiceProvider
                                                                                            [Illuminate\Contracts\Pipeline\Hub] => Illuminate\Pipeline\PipelineServiceProvider
                                                                                            [queue.worker] => Illuminate\Queue\QueueServiceProvider
                                                                                            [queue.listener] => Illuminate\Queue\QueueServiceProvider
                                                                                            [queue.failer] => Illuminate\Queue\QueueServiceProvider
                                                                                            [queue.connection] => Illuminate\Queue\QueueServiceProvider
                                                                                            redis => Illuminate\Redis\RedisServiceProvider
                                                                                            [redis.connection] => Illuminate\Redis\RedisServiceProvider
                                                                                            [auth.password] => Illuminate\Auth\Passwords\PasswordResetServiceProvider
                                                                                            [auth.password.broker] => Illuminate\Auth\Passwords\PasswordResetServiceProvider
                                                                                            translator => Illuminate\Translation\TranslationServiceProvider
                                                                                            [translation.loader] => Illuminate\Translation\TranslationServiceProvider
                                                                                            validator => Illuminate\Validation\ValidationServiceProvider
                                                                                            [validation.presence] => Illuminate\Validation\ValidationServiceProvider
                                                                                            [command.tinker] => Laravel\Tinker\TinkerServiceProvider
                                                                                        )
                                                                                    appPath => 
                                                                                    databasePath => 
                                                                                    storagePath => 
                                                                                    environmentPath => 
                                                                                    environmentFile => .env
                                                                                    isRunningInConsole => 1
                                                                                    namespace => 
                                                                                    resolved => Array(
                                                                                            events => 1
                                                                                            [App\Console\Kernel] => 1
                                                                                            [Illuminate\Contracts\Console\Kernel] => 1
                                                                                            [Illuminate\Foundation\Bootstrap\LoadEnvironmentVariables] => 1
                                                                                            [Illuminate\Foundation\Bootstrap\LoadConfiguration] => 1
                                                                                            [Illuminate\Foundation\Bootstrap\HandleExceptions] => 1
                                                                                            env => 1
                                                                                            [Illuminate\Foundation\Bootstrap\RegisterFacades] => 1
                                                                                            [Illuminate\Foundation\Bootstrap\SetRequestForConsole] => 1
                                                                                            [Illuminate\Foundation\Bootstrap\RegisterProviders] => 1
                                                                                            [Facade\Ignition\LogRecorder\LogRecorder] => 1
                                                                                            [Facade\Ignition\DumpRecorder\DumpRecorder] => 1
                                                                                            [Facade\Ignition\QueryRecorder\QueryRecorder] => 1
                                                                                            [flare.http] => 1
                                                                                            [flare.client] => 1
                                                                                            [Facade\Ignition\Middleware\SetNotifierName] => 1
                                                                                            [Facade\Ignition\Middleware\AddEnvironmentInformation] => 1
                                                                                            [Facade\Ignition\Middleware\AddLogs] => 1
                                                                                            [Facade\Ignition\Middleware\AddDumps] => 1
                                                                                            [Facade\Ignition\Middleware\AddQueries] => 1
                                                                                            [Facade\IgnitionContracts\SolutionProviderRepository] => 1
                                                                                            [Facade\Ignition\Middleware\AddSolutions] => 1
                                                                                            [App\Exceptions\Handler] => 1
                                                                                            [Illuminate\Contracts\Debug\ExceptionHandler] => 1
                                                                                            [Illuminate\Foundation\Bootstrap\BootProviders] => 1
                                                                                            [db.factory] => 1
                                                                                            db => 1
                                                                                            [view.engine.resolver] => 1
                                                                                            files => 1
                                                                                            [blade.compiler] => 1
                                                                                            log => 1
                                                                                            queue => 1
                                                                                            router => 1
                                                                                            url => 1
                                                                                        )
                                                                                    bindings => Array(
                                                                                            [Illuminate\Foundation\Mix] => Array(
                                                                                                    concrete => Closure Object(
                                                                                                            static => Array(
                                                                                                                    abstract => Illuminate\Foundation\Mix
                                                                                                                    concrete => Illuminate\Foundation\Mix
                                                                                                                )
                                                                                                            this => Illuminate\Foundation\Application Object
 
                                                                                                            parameter => Array(
                                                                                                                    [$container] => 
                                                                                                                    [$parameters] => 
                                                                                                                )
                                                                                                        )
                                                                                                    shared => 1
                                                                                                )
                                                                                            events => Array(
                                                                                                    concrete => Closure Object(
                                                                                                            this => Illuminate\Events\EventServiceProvider Object(
                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                )
                                                                                                            parameter => Array(
                                                                                                                    [$app] => 
                                                                                                                )
                                                                                                        )
                                                                                                    shared => 1
                                                                                                )
                                                                                            log => Array(
                                                                                                    concrete => Closure Object(
                                                                                                            this => Illuminate\Log\LogServiceProvider Object(
                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                )
                                                                                                        )
                                                                                                    shared => 1
                                                                                                )
                                                                                            router => Array(
                                                                                                    concrete => Closure Object(
                                                                                                            this => Illuminate\Routing\RoutingServiceProvider Object(
                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                )
                                                                                                            parameter => Array(
                                                                                                                    [$app] => 
                                                                                                                )
                                                                                                        )
                                                                                                    shared => 1
                                                                                                )
                                                                                            url => Array(
                                                                                                    concrete => Closure Object(
                                                                                                            this => Illuminate\Routing\RoutingServiceProvider Object(
                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                )
                                                                                                            parameter => Array(
                                                                                                                    [$app] => 
                                                                                                                )
                                                                                                        )
                                                                                                    shared => 1
                                                                                                )
                                                                                            redirect => Array(
                                                                                                    concrete => Closure Object(
                                                                                                            this => Illuminate\Routing\RoutingServiceProvider Object(
                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                )
                                                                                                            parameter => Array(
                                                                                                                    [$app] => 
                                                                                                                )
                                                                                                        )
                                                                                                    shared => 1
                                                                                                )
                                                                                            [Psr\Http\Message\ServerRequestInterface] => Array(
                                                                                                    concrete => Closure Object(
                                                                                                            this => Illuminate\Routing\RoutingServiceProvider Object(
                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                )
                                                                                                            parameter => Array(
                                                                                                                    [$app] => 
                                                                                                                )
                                                                                                        )
                                                                                                    shared => 
                                                                                                )
                                                                                            [Psr\Http\Message\ResponseInterface] => Array(
                                                                                                    concrete => Closure Object(
                                                                                                            this => Illuminate\Routing\RoutingServiceProvider Object(
                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                )
                                                                                                        )
                                                                                                    shared => 
                                                                                                )
                                                                                            [Illuminate\Contracts\Routing\ResponseFactory] => Array(
                                                                                                    concrete => Closure Object(
                                                                                                            this => Illuminate\Routing\RoutingServiceProvider Object(
                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                )
                                                                                                            parameter => Array(
                                                                                                                    [$app] => 
                                                                                                                )
                                                                                                        )
                                                                                                    shared => 1
                                                                                                )
                                                                                            [Illuminate\Routing\Contracts\ControllerDispatcher] => Array(
                                                                                                    concrete => Closure Object(
                                                                                                            this => Illuminate\Routing\RoutingServiceProvider Object(
                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                )
                                                                                                            parameter => Array(
                                                                                                                    [$app] => 
                                                                                                                )
                                                                                                        )
                                                                                                    shared => 1
                                                                                                )
                                                                                            [Illuminate\Contracts\Http\Kernel] => Array(
                                                                                                    concrete => Closure Object(
                                                                                                            static => Array(
                                                                                                                    abstract => Illuminate\Contracts\Http\Kernel
                                                                                                                    concrete => App\Http\Kernel
                                                                                                                )
                                                                                                            this => Illuminate\Foundation\Application Object
 
                                                                                                            parameter => Array(
                                                                                                                    [$container] => 
                                                                                                                    [$parameters] => 
                                                                                                                )
                                                                                                        )
                                                                                                    shared => 1
                                                                                                )
                                                                                            [Illuminate\Contracts\Console\Kernel] => Array(
                                                                                                    concrete => Closure Object(
                                                                                                            static => Array(
                                                                                                                    abstract => Illuminate\Contracts\Console\Kernel
                                                                                                                    concrete => App\Console\Kernel
                                                                                                                )
                                                                                                            this => Illuminate\Foundation\Application Object
 
                                                                                                            parameter => Array(
                                                                                                                    [$container] => 
                                                                                                                    [$parameters] => 
                                                                                                                )
                                                                                                        )
                                                                                                    shared => 1
                                                                                                )
                                                                                            [Illuminate\Contracts\Debug\ExceptionHandler] => Array(
                                                                                                    concrete => Closure Object(
                                                                                                            static => Array(
                                                                                                                    appExceptionHandler => App\Exceptions\Handler Object(
                                                                                                                            dontReport => Array()
                                                                                                                            dontFlash => Array(
                                                                                                                                    0 => password
                                                                                                                                    1 => password_confirmation
                                                                                                                                )
                                                                                                                            container => Illuminate\Foundation\Application Object
 
                                                                                                                            internalDontReport => Array(
                                                                                                                                    0 => Illuminate\Auth\AuthenticationException
                                                                                                                                    1 => Illuminate\Auth\Access\AuthorizationException
                                                                                                                                    2 => Symfony\Component\HttpKernel\Exception\HttpException
                                                                                                                                    3 => Illuminate\Http\Exceptions\HttpResponseException
                                                                                                                                    4 => Illuminate\Database\Eloquent\ModelNotFoundException
                                                                                                                                    5 => Symfony\Component\HttpFoundation\Exception\SuspiciousOperationException
                                                                                                                                    6 => Illuminate\Session\TokenMismatchException
                                                                                                                                    7 => Illuminate\Validation\ValidationException
                                                                                                                                )
                                                                                                                        )
                                                                                                                )
                                                                                                            this => NunoMaduro\Collision\Adapters\Laravel\CollisionServiceProvider Object(
                                                                                                                    defer => 1
                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                )
                                                                                                            parameter => Array(
                                                                                                                    [$app] => 
                                                                                                                )
                                                                                                        )
                                                                                                    shared => 1
                                                                                                )
                                                                                            env => Array(
                                                                                                    concrete => Closure Object(
                                                                                                            static => Array(
                                                                                                                    value => local
                                                                                                                )
                                                                                                            this => Illuminate\Foundation\Application Object
 
                                                                                                        )
                                                                                                    shared => 
                                                                                                )
                                                                                            auth => Array(
                                                                                                    concrete => Closure Object(
                                                                                                            this => Illuminate\Auth\AuthServiceProvider Object(
                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                )
                                                                                                            parameter => Array(
                                                                                                                    [$app] => 
                                                                                                                )
                                                                                                        )
                                                                                                    shared => 1
                                                                                                )
                                                                                            [auth.driver] => Array(
                                                                                                    concrete => Closure Object(
                                                                                                            this => Illuminate\Auth\AuthServiceProvider Object(
                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                )
                                                                                                            parameter => Array(
                                                                                                                    [$app] => 
                                                                                                                )
                                                                                                        )
                                                                                                    shared => 1
                                                                                                )
                                                                                            [Illuminate\Contracts\Auth\Authenticatable] => Array(
                                                                                                    concrete => Closure Object(
                                                                                                            this => Illuminate\Auth\AuthServiceProvider Object(
                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                )
                                                                                                            parameter => Array(
                                                                                                                    [$app] => 
                                                                                                                )
                                                                                                        )
                                                                                                    shared => 
                                                                                                )
                                                                                            [Illuminate\Contracts\Auth\Access\Gate] => Array(
                                                                                                    concrete => Closure Object(
                                                                                                            this => Illuminate\Auth\AuthServiceProvider Object(
                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                )
                                                                                                            parameter => Array(
                                                                                                                    [$app] => 
                                                                                                                )
                                                                                                        )
                                                                                                    shared => 1
                                                                                                )
                                                                                            cookie => Array(
                                                                                                    concrete => Closure Object(
                                                                                                            this => Illuminate\Cookie\CookieServiceProvider Object(
                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                )
                                                                                                            parameter => Array(
                                                                                                                    [$app] => 
                                                                                                                )
                                                                                                        )
                                                                                                    shared => 1
                                                                                                )
                                                                                            [db.factory] => Array(
                                                                                                    concrete => Closure Object(
                                                                                                            this => Illuminate\Database\DatabaseServiceProvider Object(
                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                )
                                                                                                            parameter => Array(
                                                                                                                    [$app] => 
                                                                                                                )
                                                                                                        )
                                                                                                    shared => 1
                                                                                                )
                                                                                            db => Array(
                                                                                                    concrete => Closure Object(
                                                                                                            this => Illuminate\Database\DatabaseServiceProvider Object(
                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                )
                                                                                                            parameter => Array(
                                                                                                                    [$app] => 
                                                                                                                )
                                                                                                        )
                                                                                                    shared => 1
                                                                                                )
                                                                                            [db.connection] => Array(
                                                                                                    concrete => Closure Object(
                                                                                                            this => Illuminate\Database\DatabaseServiceProvider Object(
                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                )
                                                                                                            parameter => Array(
                                                                                                                    [$app] => 
                                                                                                                )
                                                                                                        )
                                                                                                    shared => 
                                                                                                )
                                                                                            [Faker\Generator] => Array(
                                                                                                    concrete => Closure Object(
                                                                                                            this => Illuminate\Database\DatabaseServiceProvider Object(
                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                )
                                                                                                            parameter => Array(
                                                                                                                    [$app] => 
                                                                                                                )
                                                                                                        )
                                                                                                    shared => 1
                                                                                                )
                                                                                            [Illuminate\Database\Eloquent\Factory] => Array(
                                                                                                    concrete => Closure Object(
                                                                                                            this => Illuminate\Database\DatabaseServiceProvider Object(
                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                )
                                                                                                            parameter => Array(
                                                                                                                    [$app] => 
                                                                                                                )
                                                                                                        )
                                                                                                    shared => 1
                                                                                                )
                                                                                            [Illuminate\Contracts\Queue\EntityResolver] => Array(
                                                                                                    concrete => Closure Object(
                                                                                                            this => Illuminate\Database\DatabaseServiceProvider Object(
                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                )
                                                                                                        )
                                                                                                    shared => 1
                                                                                                )
                                                                                            encrypter => Array(
                                                                                                    concrete => Closure Object(
                                                                                                            this => Illuminate\Encryption\EncryptionServiceProvider Object(
                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                )
                                                                                                            parameter => Array(
                                                                                                                    [$app] => 
                                                                                                                )
                                                                                                        )
                                                                                                    shared => 1
                                                                                                )
                                                                                            files => Array(
                                                                                                    concrete => Closure Object(
                                                                                                            this => Illuminate\Filesystem\FilesystemServiceProvider Object(
                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                )
                                                                                                        )
                                                                                                    shared => 1
                                                                                                )
                                                                                            filesystem => Array(
                                                                                                    concrete => Closure Object(
                                                                                                            this => Illuminate\Filesystem\FilesystemServiceProvider Object(
                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                )
                                                                                                        )
                                                                                                    shared => 1
                                                                                                )
                                                                                            [filesystem.disk] => Array(
                                                                                                    concrete => Closure Object(
                                                                                                            this => Illuminate\Filesystem\FilesystemServiceProvider Object(
                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                )
                                                                                                        )
                                                                                                    shared => 1
                                                                                                )
                                                                                            [filesystem.cloud] => Array(
                                                                                                    concrete => Closure Object(
                                                                                                            this => Illuminate\Filesystem\FilesystemServiceProvider Object(
                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                )
                                                                                                        )
                                                                                                    shared => 1
                                                                                                )
                                                                                            [Illuminate\Notifications\ChannelManager] => Array(
                                                                                                    concrete => Closure Object(
                                                                                                            this => Illuminate\Notifications\NotificationServiceProvider Object(
                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                )
                                                                                                            parameter => Array(
                                                                                                                    [$app] => 
                                                                                                                )
                                                                                                        )
                                                                                                    shared => 1
                                                                                                )
                                                                                            session => Array(
                                                                                                    concrete => Closure Object(
                                                                                                            this => Illuminate\Session\SessionServiceProvider Object(
                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                )
                                                                                                            parameter => Array(
                                                                                                                    [$app] => 
                                                                                                                )
                                                                                                        )
                                                                                                    shared => 1
                                                                                                )
                                                                                            [session.store] => Array(
                                                                                                    concrete => Closure Object(
                                                                                                            this => Illuminate\Session\SessionServiceProvider Object(
                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                )
                                                                                                            parameter => Array(
                                                                                                                    [$app] => 
                                                                                                                )
                                                                                                        )
                                                                                                    shared => 1
                                                                                                )
                                                                                            [Illuminate\Session\Middleware\StartSession] => Array(
                                                                                                    concrete => Closure Object(
                                                                                                            static => Array(
                                                                                                                    abstract => Illuminate\Session\Middleware\StartSession
                                                                                                                    concrete => Illuminate\Session\Middleware\StartSession
                                                                                                                )
                                                                                                            this => Illuminate\Foundation\Application Object
 
                                                                                                            parameter => Array(
                                                                                                                    [$container] => 
                                                                                                                    [$parameters] => 
                                                                                                                )
                                                                                                        )
                                                                                                    shared => 1
                                                                                                )
                                                                                            view => Array(
                                                                                                    concrete => Closure Object(
                                                                                                            this => Illuminate\View\ViewServiceProvider Object(
                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                )
                                                                                                            parameter => Array(
                                                                                                                    [$app] => 
                                                                                                                )
                                                                                                        )
                                                                                                    shared => 1
                                                                                                )
                                                                                            [view.finder] => Array(
                                                                                                    concrete => Closure Object(
                                                                                                            this => Illuminate\View\ViewServiceProvider Object(
                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                )
                                                                                                            parameter => Array(
                                                                                                                    [$app] => 
                                                                                                                )
                                                                                                        )
                                                                                                    shared => 
                                                                                                )
                                                                                            [view.engine.resolver] => Array(
                                                                                                    concrete => Closure Object(
                                                                                                            this => Illuminate\View\ViewServiceProvider Object(
                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                )
                                                                                                        )
                                                                                                    shared => 1
                                                                                                )
                                                                                            [Facade\IgnitionContracts\SolutionProviderRepository] => Array(
                                                                                                    concrete => Closure Object(
                                                                                                            this => Facade\Ignition\IgnitionServiceProvider Object(
                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                )
                                                                                                        )
                                                                                                    shared => 1
                                                                                                )
                                                                                            [Facade\Ignition\ErrorPage\Renderer] => Array(
                                                                                                    concrete => Closure Object(
                                                                                                            this => Facade\Ignition\IgnitionServiceProvider Object(
                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                )
                                                                                                        )
                                                                                                    shared => 
                                                                                                )
                                                                                            [Whoops\Handler\HandlerInterface] => Array(
                                                                                                    concrete => Closure Object(
                                                                                                            this => Facade\Ignition\IgnitionServiceProvider Object(
                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                )
                                                                                                            parameter => Array(
                                                                                                                    [$app] => 
                                                                                                                )
                                                                                                        )
                                                                                                    shared => 
                                                                                                )
                                                                                            [Facade\Ignition\IgnitionConfig] => Array(
                                                                                                    concrete => Closure Object(
                                                                                                            this => Facade\Ignition\IgnitionServiceProvider Object(
                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                )
                                                                                                        )
                                                                                                    shared => 1
                                                                                                )
                                                                                            [flare.http] => Array(
                                                                                                    concrete => Closure Object(
                                                                                                            this => Facade\Ignition\IgnitionServiceProvider Object(
                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                )
                                                                                                        )
                                                                                                    shared => 1
                                                                                                )
                                                                                            [flare.client] => Array(
                                                                                                    concrete => Closure Object(
                                                                                                            this => Facade\Ignition\IgnitionServiceProvider Object(
                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                )
                                                                                                        )
                                                                                                    shared => 1
                                                                                                )
                                                                                            [Facade\Ignition\LogRecorder\LogRecorder] => Array(
                                                                                                    concrete => Closure Object(
                                                                                                            static => Array(
                                                                                                                    abstract => Facade\Ignition\LogRecorder\LogRecorder
                                                                                                                    concrete => Facade\Ignition\LogRecorder\LogRecorder
                                                                                                                )
                                                                                                            this => Illuminate\Foundation\Application Object
 
                                                                                                            parameter => Array(
                                                                                                                    [$container] => 
                                                                                                                    [$parameters] => 
                                                                                                                )
                                                                                                        )
                                                                                                    shared => 1
                                                                                                )
                                                                                            [Facade\Ignition\DumpRecorder\DumpRecorder] => Array(
                                                                                                    concrete => Closure Object(
                                                                                                            static => Array(
                                                                                                                    abstract => Facade\Ignition\DumpRecorder\DumpRecorder
                                                                                                                    concrete => Facade\Ignition\DumpRecorder\DumpRecorder
                                                                                                                )
                                                                                                            this => Illuminate\Foundation\Application Object
 
                                                                                                            parameter => Array(
                                                                                                                    [$container] => 
                                                                                                                    [$parameters] => 
                                                                                                                )
                                                                                                        )
                                                                                                    shared => 1
                                                                                                )
                                                                                            [Facade\Ignition\QueryRecorder\QueryRecorder] => Array(
                                                                                                    concrete => Closure Object(
                                                                                                            static => Array(
                                                                                                                    abstract => Facade\Ignition\QueryRecorder\QueryRecorder
                                                                                                                    concrete => Facade\Ignition\QueryRecorder\QueryRecorder
                                                                                                                )
                                                                                                            this => Illuminate\Foundation\Application Object
 
                                                                                                            parameter => Array(
                                                                                                                    [$container] => 
                                                                                                                    [$parameters] => 
                                                                                                                )
                                                                                                        )
                                                                                                    shared => 1
                                                                                                )
                                                                                            [NunoMaduro\Collision\Contracts\Adapters\Phpunit\Listener] => Array(
                                                                                                    concrete => Closure Object(
                                                                                                            static => Array(
                                                                                                                    abstract => NunoMaduro\Collision\Contracts\Adapters\Phpunit\Listener
                                                                                                                    concrete => NunoMaduro\Collision\Adapters\Phpunit\Listener
                                                                                                                )
                                                                                                            this => Illuminate\Foundation\Application Object
 
                                                                                                            parameter => Array(
                                                                                                                    [$container] => 
                                                                                                                    [$parameters] => 
                                                                                                                )
                                                                                                        )
                                                                                                    shared => 1
                                                                                                )
                                                                                            [NunoMaduro\Collision\Contracts\Provider] => Array(
                                                                                                    concrete => Closure Object(
                                                                                                            static => Array(
                                                                                                                    abstract => NunoMaduro\Collision\Contracts\Provider
                                                                                                                    concrete => NunoMaduro\Collision\Provider
                                                                                                                )
                                                                                                            this => Illuminate\Foundation\Application Object
 
                                                                                                            parameter => Array(
                                                                                                                    [$container] => 
                                                                                                                    [$parameters] => 
                                                                                                                )
                                                                                                        )
                                                                                                    shared => 
                                                                                                )
                                                                                            [blade.compiler] => Array(
                                                                                                    concrete => Closure Object(
                                                                                                            this => Illuminate\View\ViewServiceProvider Object(
                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                )
                                                                                                        )
                                                                                                    shared => 1
                                                                                                )
                                                                                            [flare.logger] => Array(
                                                                                                    concrete => Closure Object(
                                                                                                            this => Facade\Ignition\IgnitionServiceProvider Object(
                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                )
                                                                                                            parameter => Array(
                                                                                                                    [$app] => 
                                                                                                                )
                                                                                                        )
                                                                                                    shared => 1
                                                                                                )
                                                                                            [command.flare:test] => Array(
                                                                                                    concrete => Closure Object(
                                                                                                            static => Array(
                                                                                                                    abstract => command.flare:test
                                                                                                                    concrete => Facade\Ignition\Commands\TestCommand
                                                                                                                )
                                                                                                            this => Illuminate\Foundation\Application Object
 
                                                                                                            parameter => Array(
                                                                                                                    [$container] => 
                                                                                                                    [$parameters] => 
                                                                                                                )
                                                                                                        )
                                                                                                    shared => 
                                                                                                )
                                                                                            [command.make:solution] => Array(
                                                                                                    concrete => Closure Object(
                                                                                                            static => Array(
                                                                                                                    abstract => command.make:solution
                                                                                                                    concrete => Facade\Ignition\Commands\SolutionMakeCommand
                                                                                                                )
                                                                                                            this => Illuminate\Foundation\Application Object
 
                                                                                                            parameter => Array(
                                                                                                                    [$container] => 
                                                                                                                    [$parameters] => 
                                                                                                                )
                                                                                                        )
                                                                                                    shared => 
                                                                                                )
                                                                                            queue => Array(
                                                                                                    concrete => Closure Object(
                                                                                                            this => Illuminate\Queue\QueueServiceProvider Object(
                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                )
                                                                                                            parameter => Array(
                                                                                                                    [$app] => 
                                                                                                                )
                                                                                                        )
                                                                                                    shared => 1
                                                                                                )
                                                                                            [queue.connection] => Array(
                                                                                                    concrete => Closure Object(
                                                                                                            this => Illuminate\Queue\QueueServiceProvider Object(
                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                )
                                                                                                            parameter => Array(
                                                                                                                    [$app] => 
                                                                                                                )
                                                                                                        )
                                                                                                    shared => 1
                                                                                                )
                                                                                            [queue.worker] => Array(
                                                                                                    concrete => Closure Object(
                                                                                                            this => Illuminate\Queue\QueueServiceProvider Object(
                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                )
                                                                                                        )
                                                                                                    shared => 1
                                                                                                )
                                                                                            [queue.listener] => Array(
                                                                                                    concrete => Closure Object(
                                                                                                            this => Illuminate\Queue\QueueServiceProvider Object(
                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                )
                                                                                                        )
                                                                                                    shared => 1
                                                                                                )
                                                                                            [queue.failer] => Array(
                                                                                                    concrete => Closure Object(
                                                                                                            this => Illuminate\Queue\QueueServiceProvider Object(
                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                )
                                                                                                        )
                                                                                                    shared => 1
                                                                                                )
                                                                                            [Facade\Ignition\DumpRecorder\MultiDumpHandler] => Array(
                                                                                                    concrete => Closure Object(
                                                                                                            static => Array(
                                                                                                                    abstract => Facade\Ignition\DumpRecorder\MultiDumpHandler
                                                                                                                    concrete => Facade\Ignition\DumpRecorder\MultiDumpHandler Object(
                                                                                                                            handlers => Array(
                                                                                                                                    0 => Closure Object(
                                                                                                                                            this => Facade\Ignition\DumpRecorder\DumpRecorder Object(
                                                                                                                                                    dumps => Array()
                                                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                                                )
                                                                                                                                            parameter => Array(
                                                                                                                                                    [$value] => 
                                                                                                                                                )
                                                                                                                                        )
                                                                                                                                    1 => Closure Object(
                                                                                                                                            this => Facade\Ignition\DumpRecorder\DumpRecorder Object(
                                                                                                                                                    dumps => Array()
                                                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                                                )
                                                                                                                                            parameter => Array(
                                                                                                                                                    [$var] => 
                                                                                                                                                )
                                                                                                                                        )
                                                                                                                                )
                                                                                                                        )
                                                                                                                )
                                                                                                            this => Illuminate\Foundation\Application Object
 
                                                                                                            parameter => Array(
                                                                                                                    [$container] => 
                                                                                                                    [$parameters] => 
                                                                                                                )
                                                                                                        )
                                                                                                    shared => 1
                                                                                                )
                                                                                        )
                                                                                    methodBindings => Array()
                                                                                    instances => Array(
                                                                                            path => /0000/app
                                                                                            [path.base] => /0000
                                                                                            [path.lang] => /0000/resources/lang
                                                                                            [path.config] => /0000/config
                                                                                            [path.public] => /0000/public
                                                                                            [path.storage] => /0000/storage
                                                                                            [path.database] => /0000/database
                                                                                            [path.resources] => /0000/resources
                                                                                            [path.bootstrap] => /0000/bootstrap
                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                            [Illuminate\Container\Container] => Illuminate\Foundation\Application Object
 
                                                                                            [Illuminate\Foundation\PackageManifest] => Illuminate\Foundation\PackageManifest Object(
                                                                                                    files => Illuminate\Filesystem\Filesystem Object()
                                                                                                    basePath => /0000
                                                                                                    vendorPath => /0000/vendor
                                                                                                    manifestPath => /0000/bootstrap/cache/packages.php
                                                                                                    manifest => Array(
                                                                                                            [facade/ignition] => Array(
                                                                                                                    providers => Array(
                                                                                                                            0 => Facade\Ignition\IgnitionServiceProvider
                                                                                                                        )
                                                                                                                    aliases => Array(
                                                                                                                            Flare => Facade\Ignition\Facades\Flare
                                                                                                                        )
                                                                                                                )
                                                                                                            [fideloper/proxy] => Array(
                                                                                                                    providers => Array(
                                                                                                                            0 => Fideloper\Proxy\TrustedProxyServiceProvider
                                                                                                                        )
                                                                                                                )
                                                                                                            [laravel/tinker] => Array(
                                                                                                                    providers => Array(
                                                                                                                            0 => Laravel\Tinker\TinkerServiceProvider
                                                                                                                        )
                                                                                                                )
                                                                                                            [nesbot/carbon] => Array(
                                                                                                                    providers => Array(
                                                                                                                            0 => Carbon\Laravel\ServiceProvider
                                                                                                                        )
                                                                                                                )
                                                                                                            [nunomaduro/collision] => Array(
                                                                                                                    providers => Array(
                                                                                                                            0 => NunoMaduro\Collision\Adapters\Laravel\CollisionServiceProvider
                                                                                                                        )
                                                                                                                )
                                                                                                        )
                                                                                                )
                                                                                            events => Illuminate\Events\Dispatcher Object
 
                                                                                            [Illuminate\Contracts\Console\Kernel] => App\Console\Kernel Object(
                                                                                                    commands => Array()
                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                    events => Illuminate\Events\Dispatcher Object
 
                                                                                                    artisan => 
                                                                                                    commandsLoaded => 
                                                                                                    bootstrappers => Array(
                                                                                                            0 => Illuminate\Foundation\Bootstrap\LoadEnvironmentVariables
                                                                                                            1 => Illuminate\Foundation\Bootstrap\LoadConfiguration
                                                                                                            2 => Illuminate\Foundation\Bootstrap\HandleExceptions
                                                                                                            3 => Illuminate\Foundation\Bootstrap\RegisterFacades
                                                                                                            4 => Illuminate\Foundation\Bootstrap\SetRequestForConsole
                                                                                                            5 => Illuminate\Foundation\Bootstrap\RegisterProviders
                                                                                                            6 => Illuminate\Foundation\Bootstrap\BootProviders
                                                                                                        )
                                                                                                )
                                                                                            config => Illuminate\Config\Repository Object(
                                                                                                    items => Array(
                                                                                                            app => Array(
                                                                                                                    name => 本地测试
                                                                                                                    env => local
                                                                                                                    debug => 1
                                                                                                                    url => http://localhost
                                                                                                                    asset_url => 
                                                                                                                    timezone => UTC
                                                                                                                    locale => en
                                                                                                                    fallback_locale => en
                                                                                                                    faker_locale => en_US
                                                                                                                    key => base64:gIjju1XIlTNS6j8BuifyrL2QAARYlvdKYd31eAqei7g=
                                                                                                                    cipher => AES-256-CBC
                                                                                                                    providers => Array(
                                                                                                                            0 => Illuminate\Auth\AuthServiceProvider
                                                                                                                            1 => Illuminate\Broadcasting\BroadcastServiceProvider
                                                                                                                            2 => Illuminate\Bus\BusServiceProvider
                                                                                                                            3 => Illuminate\Cache\CacheServiceProvider
                                                                                                                            4 => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                                            5 => Illuminate\Cookie\CookieServiceProvider
                                                                                                                            6 => Illuminate\Database\DatabaseServiceProvider
                                                                                                                            7 => Illuminate\Encryption\EncryptionServiceProvider
                                                                                                                            8 => Illuminate\Filesystem\FilesystemServiceProvider
                                                                                                                            9 => Illuminate\Foundation\Providers\FoundationServiceProvider
                                                                                                                            10 => Illuminate\Hashing\HashServiceProvider
                                                                                                                            11 => Illuminate\Mail\MailServiceProvider
                                                                                                                            12 => Illuminate\Notifications\NotificationServiceProvider
                                                                                                                            13 => Illuminate\Pagination\PaginationServiceProvider
                                                                                                                            14 => Illuminate\Pipeline\PipelineServiceProvider
                                                                                                                            15 => Illuminate\Queue\QueueServiceProvider
                                                                                                                            16 => Illuminate\Redis\RedisServiceProvider
                                                                                                                            17 => Illuminate\Auth\Passwords\PasswordResetServiceProvider
                                                                                                                            18 => Illuminate\Session\SessionServiceProvider
                                                                                                                            19 => Illuminate\Translation\TranslationServiceProvider
                                                                                                                            20 => Illuminate\Validation\ValidationServiceProvider
                                                                                                                            21 => Illuminate\View\ViewServiceProvider
                                                                                                                            22 => App\Providers\AppServiceProvider
                                                                                                                            23 => App\Providers\AuthServiceProvider
                                                                                                                            24 => App\Providers\EventServiceProvider
                                                                                                                            25 => App\Providers\RouteServiceProvider
                                                                                                                        )
                                                                                                                    aliases => Array(
                                                                                                                            App => Illuminate\Support\Facades\App
                                                                                                                            Arr => Illuminate\Support\Arr
                                                                                                                            Artisan => Illuminate\Support\Facades\Artisan
                                                                                                                            Auth => Illuminate\Support\Facades\Auth
                                                                                                                            Blade => Illuminate\Support\Facades\Blade
                                                                                                                            Broadcast => Illuminate\Support\Facades\Broadcast
                                                                                                                            Bus => Illuminate\Support\Facades\Bus
                                                                                                                            Cache => Illuminate\Support\Facades\Cache
                                                                                                                            Config => Illuminate\Support\Facades\Config
                                                                                                                            Cookie => Illuminate\Support\Facades\Cookie
                                                                                                                            Crypt => Illuminate\Support\Facades\Crypt
                                                                                                                            DB => Illuminate\Support\Facades\DB
                                                                                                                            Eloquent => Illuminate\Database\Eloquent\Model
                                                                                                                            Event => Illuminate\Support\Facades\Event
                                                                                                                            File => Illuminate\Support\Facades\File
                                                                                                                            Gate => Illuminate\Support\Facades\Gate
                                                                                                                            Hash => Illuminate\Support\Facades\Hash
                                                                                                                            Lang => Illuminate\Support\Facades\Lang
                                                                                                                            Log => Illuminate\Support\Facades\Log
                                                                                                                            Mail => Illuminate\Support\Facades\Mail
                                                                                                                            Notification => Illuminate\Support\Facades\Notification
                                                                                                                            Password => Illuminate\Support\Facades\Password
                                                                                                                            Queue => Illuminate\Support\Facades\Queue
                                                                                                                            Redirect => Illuminate\Support\Facades\Redirect
                                                                                                                            Redis => Illuminate\Support\Facades\Redis
                                                                                                                            Request => Illuminate\Support\Facades\Request
                                                                                                                            Response => Illuminate\Support\Facades\Response
                                                                                                                            Route => Illuminate\Support\Facades\Route
                                                                                                                            Schema => Illuminate\Support\Facades\Schema
                                                                                                                            Session => Illuminate\Support\Facades\Session
                                                                                                                            Storage => Illuminate\Support\Facades\Storage
                                                                                                                            Str => Illuminate\Support\Str
                                                                                                                            URL => Illuminate\Support\Facades\URL
                                                                                                                            Validator => Illuminate\Support\Facades\Validator
                                                                                                                            View => Illuminate\Support\Facades\View
                                                                                                                        )
                                                                                                                )
                                                                                                            auth => Array(
                                                                                                                    defaults => Array(
                                                                                                                            guard => web
                                                                                                                            passwords => users
                                                                                                                        )
                                                                                                                    guards => Array(
                                                                                                                            web => Array(
                                                                                                                                    driver => session
                                                                                                                                    provider => users
                                                                                                                                )
                                                                                                                            api => Array(
                                                                                                                                    driver => token
                                                                                                                                    provider => users
                                                                                                                                    hash => 
                                                                                                                                )
                                                                                                                        )
                                                                                                                    providers => Array(
                                                                                                                            users => Array(
                                                                                                                                    driver => eloquent
                                                                                                                                    model => App\User
                                                                                                                                )
                                                                                                                        )
                                                                                                                    passwords => Array(
                                                                                                                            users => Array(
                                                                                                                                    provider => users
                                                                                                                                    table => password_resets
                                                                                                                                    expire => 60
                                                                                                                                    throttle => 60
                                                                                                                                )
                                                                                                                        )
                                                                                                                    password_timeout => 10800
                                                                                                                )
                                                                                                            broadcasting => Array(
                                                                                                                    default => log
                                                                                                                    connections => Array(
                                                                                                                            pusher => Array(
                                                                                                                                    driver => pusher
                                                                                                                                    key => 
                                                                                                                                    secret => 
                                                                                                                                    app_id => 
                                                                                                                                    options => Array(
                                                                                                                                            cluster => mt1
                                                                                                                                            useTLS => 1
                                                                                                                                        )
                                                                                                                                )
                                                                                                                            redis => Array(
                                                                                                                                    driver => redis
                                                                                                                                    connection => default
                                                                                                                                )
                                                                                                                            log => Array(
                                                                                                                                    driver => log
                                                                                                                                )
                                                                                                                            null => Array(
                                                                                                                                    driver => null
                                                                                                                                )
                                                                                                                        )
                                                                                                                )
                                                                                                            cache => Array(
                                                                                                                    default => file
                                                                                                                    stores => Array(
                                                                                                                            apc => Array(
                                                                                                                                    driver => apc
                                                                                                                                )
                                                                                                                            array => Array(
                                                                                                                                    driver => array
                                                                                                                                )
                                                                                                                            database => Array(
                                                                                                                                    driver => database
                                                                                                                                    table => cache
                                                                                                                                    connection => 
                                                                                                                                )
                                                                                                                            file => Array(
                                                                                                                                    driver => file
                                                                                                                                    path => /0000/storage/framework/cache/data
                                                                                                                                )
                                                                                                                            memcached => Array(
                                                                                                                                    driver => memcached
                                                                                                                                    persistent_id => 
                                                                                                                                    sasl => Array(
                                                                                                                                            0 => 
                                                                                                                                            1 => 
                                                                                                                                        )
                                                                                                                                    options => Array()
                                                                                                                                    servers => Array(
                                                                                                                                            0 => Array(
                                                                                                                                                    host => 127.0.0.1
                                                                                                                                                    port => 11211
                                                                                                                                                    weight => 100
                                                                                                                                                )
                                                                                                                                        )
                                                                                                                                )
                                                                                                                            redis => Array(
                                                                                                                                    driver => redis
                                                                                                                                    connection => cache
                                                                                                                                )
                                                                                                                            dynamodb => Array(
                                                                                                                                    driver => dynamodb
                                                                                                                                    key => 
                                                                                                                                    secret => 
                                                                                                                                    region => us-east-1
                                                                                                                                    table => cache
                                                                                                                                    endpoint => 
                                                                                                                                )
                                                                                                                        )
                                                                                                                    prefix => _cache
                                                                                                                )
                                                                                                            database => Array(
                                                                                                                    default => mysql
                                                                                                                    connections => Array(
                                                                                                                            sqlite => Array(
                                                                                                                                    driver => sqlite
                                                                                                                                    url => 
                                                                                                                                    database => laravel
                                                                                                                                    prefix => 
                                                                                                                                    foreign_key_constraints => 1
                                                                                                                                )
                                                                                                                            mysql => Array(
                                                                                                                                    driver => mysql
                                                                                                                                    url => 
                                                                                                                                    host => 127.0.0.1
                                                                                                                                    port => 3306
                                                                                                                                    database => laravel
                                                                                                                                    username => root
                                                                                                                                    password => 
                                                                                                                                    unix_socket => 
                                                                                                                                    charset => utf8mb4
                                                                                                                                    collation => utf8mb4_unicode_ci
                                                                                                                                    prefix => 
                                                                                                                                    prefix_indexes => 1
                                                                                                                                    strict => 1
                                                                                                                                    engine => 
                                                                                                                                    options => Array()
                                                                                                                                )
                                                                                                                            pgsql => Array(
                                                                                                                                    driver => pgsql
                                                                                                                                    url => 
                                                                                                                                    host => 127.0.0.1
                                                                                                                                    port => 3306
                                                                                                                                    database => laravel
                                                                                                                                    username => root
                                                                                                                                    password => 
                                                                                                                                    charset => utf8
                                                                                                                                    prefix => 
                                                                                                                                    prefix_indexes => 1
                                                                                                                                    schema => public
                                                                                                                                    sslmode => prefer
                                                                                                                                )
                                                                                                                            sqlsrv => Array(
                                                                                                                                    driver => sqlsrv
                                                                                                                                    url => 
                                                                                                                                    host => 127.0.0.1
                                                                                                                                    port => 3306
                                                                                                                                    database => laravel
                                                                                                                                    username => root
                                                                                                                                    password => 
                                                                                                                                    charset => utf8
                                                                                                                                    prefix => 
                                                                                                                                    prefix_indexes => 1
                                                                                                                                )
                                                                                                                        )
                                                                                                                    migrations => migrations
                                                                                                                    redis => Array(
                                                                                                                            client => phpredis
                                                                                                                            options => Array(
                                                                                                                                    cluster => redis
                                                                                                                                    prefix => _database_
                                                                                                                                )
                                                                                                                            default => Array(
                                                                                                                                    url => 
                                                                                                                                    host => 127.0.0.1
                                                                                                                                    password => 
                                                                                                                                    port => 6379
                                                                                                                                    database => 0
                                                                                                                                )
                                                                                                                            cache => Array(
                                                                                                                                    url => 
                                                                                                                                    host => 127.0.0.1
                                                                                                                                    password => 
                                                                                                                                    port => 6379
                                                                                                                                    database => 1
                                                                                                                                )
                                                                                                                        )
                                                                                                                )
                                                                                                            filesystems => Array(
                                                                                                                    default => local
                                                                                                                    cloud => s3
                                                                                                                    disks => Array(
                                                                                                                            local => Array(
                                                                                                                                    driver => local
                                                                                                                                    root => /0000/storage/app
                                                                                                                                )
                                                                                                                            public => Array(
                                                                                                                                    driver => local
                                                                                                                                    root => /0000/storage/app/public
                                                                                                                                    url => http://localhost/storage
                                                                                                                                    visibility => public
                                                                                                                                )
                                                                                                                            s3 => Array(
                                                                                                                                    driver => s3
                                                                                                                                    key => 
                                                                                                                                    secret => 
                                                                                                                                    region => us-east-1
                                                                                                                                    bucket => 
                                                                                                                                    url => 
                                                                                                                                )
                                                                                                                        )
                                                                                                                )
                                                                                                            hashing => Array(
                                                                                                                    driver => bcrypt
                                                                                                                    bcrypt => Array(
                                                                                                                            rounds => 10
                                                                                                                        )
                                                                                                                    argon => Array(
                                                                                                                            memory => 1024
                                                                                                                            threads => 2
                                                                                                                            time => 2
                                                                                                                        )
                                                                                                                )
                                                                                                            logging => Array(
                                                                                                                    default => stack
                                                                                                                    channels => Array(
                                                                                                                            stack => Array(
                                                                                                                                    driver => stack
                                                                                                                                    channels => Array(
                                                                                                                                            0 => single
                                                                                                                                        )
                                                                                                                                    ignore_exceptions => 
                                                                                                                                )
                                                                                                                            single => Array(
                                                                                                                                    driver => single
                                                                                                                                    path => /0000/storage/logs/laravel.log
                                                                                                                                    level => debug
                                                                                                                                )
                                                                                                                            daily => Array(
                                                                                                                                    driver => daily
                                                                                                                                    path => /0000/storage/logs/laravel.log
                                                                                                                                    level => debug
                                                                                                                                    days => 14
                                                                                                                                )
                                                                                                                            slack => Array(
                                                                                                                                    driver => slack
                                                                                                                                    url => 
                                                                                                                                    username => Laravel Log
                                                                                                                                    emoji => :boom:
                                                                                                                                    level => critical
                                                                                                                                )
                                                                                                                            papertrail => Array(
                                                                                                                                    driver => monolog
                                                                                                                                    level => debug
                                                                                                                                    handler => Monolog\Handler\SyslogUdpHandler
                                                                                                                                    handler_with => Array(
                                                                                                                                            host => 
                                                                                                                                            port => 
                                                                                                                                        )
                                                                                                                                )
                                                                                                                            stderr => Array(
                                                                                                                                    driver => monolog
                                                                                                                                    handler => Monolog\Handler\StreamHandler
                                                                                                                                    formatter => 
                                                                                                                                    with => Array(
                                                                                                                                            stream => php://stderr
                                                                                                                                        )
                                                                                                                                )
                                                                                                                            syslog => Array(
                                                                                                                                    driver => syslog
                                                                                                                                    level => debug
                                                                                                                                )
                                                                                                                            errorlog => Array(
                                                                                                                                    driver => errorlog
                                                                                                                                    level => debug
                                                                                                                                )
                                                                                                                            null => Array(
                                                                                                                                    driver => monolog
                                                                                                                                    handler => Monolog\Handler\NullHandler
                                                                                                                                )
                                                                                                                            emergency => Array(
                                                                                                                                    path => /0000/storage/logs/laravel.log
                                                                                                                                )
                                                                                                                        )
                                                                                                                )
                                                                                                            mail => Array(
                                                                                                                    driver => smtp
                                                                                                                    host => smtp.mailtrap.io
                                                                                                                    port => 2525
                                                                                                                    from => Array(
                                                                                                                            address => 
                                                                                                                            name => 本地测试
                                                                                                                        )
                                                                                                                    encryption => 
                                                                                                                    username => 
                                                                                                                    password => 
                                                                                                                    sendmail => /usr/sbin/sendmail -bs
                                                                                                                    markdown => Array(
                                                                                                                            theme => default
                                                                                                                            paths => Array(
                                                                                                                                    0 => /0000/resources/views/vendor/mail
                                                                                                                                )
                                                                                                                        )
                                                                                                                    log_channel => 
                                                                                                                )
                                                                                                            queue => Array(
                                                                                                                    default => sync
                                                                                                                    connections => Array(
                                                                                                                            sync => Array(
                                                                                                                                    driver => sync
                                                                                                                                )
                                                                                                                            database => Array(
                                                                                                                                    driver => database
                                                                                                                                    table => jobs
                                                                                                                                    queue => default
                                                                                                                                    retry_after => 90
                                                                                                                                )
                                                                                                                            beanstalkd => Array(
                                                                                                                                    driver => beanstalkd
                                                                                                                                    host => localhost
                                                                                                                                    queue => default
                                                                                                                                    retry_after => 90
                                                                                                                                    block_for => 0
                                                                                                                                )
                                                                                                                            sqs => Array(
                                                                                                                                    driver => sqs
                                                                                                                                    key => 
                                                                                                                                    secret => 
                                                                                                                                    prefix => https://sqs.us-east-1.amazonaws.com/your-account-id
                                                                                                                                    queue => your-queue-name
                                                                                                                                    region => us-east-1
                                                                                                                                )
                                                                                                                            redis => Array(
                                                                                                                                    driver => redis
                                                                                                                                    connection => default
                                                                                                                                    queue => default
                                                                                                                                    retry_after => 90
                                                                                                                                    block_for => 
                                                                                                                                )
                                                                                                                        )
                                                                                                                    failed => Array(
                                                                                                                            driver => database
                                                                                                                            database => mysql
                                                                                                                            table => failed_jobs
                                                                                                                        )
                                                                                                                )
                                                                                                            services => Array(
                                                                                                                    mailgun => Array(
                                                                                                                            domain => 
                                                                                                                            secret => 
                                                                                                                            endpoint => api.mailgun.net
                                                                                                                        )
                                                                                                                    postmark => Array(
                                                                                                                            token => 
                                                                                                                        )
                                                                                                                    ses => Array(
                                                                                                                            key => 
                                                                                                                            secret => 
                                                                                                                            region => us-east-1
                                                                                                                        )
                                                                                                                )
                                                                                                            session => Array(
                                                                                                                    driver => cookie
                                                                                                                    lifetime => 120
                                                                                                                    expire_on_close => 
                                                                                                                    encrypt => 
                                                                                                                    files => /0000/storage/framework/sessions
                                                                                                                    connection => 
                                                                                                                    table => sessions
                                                                                                                    store => 
                                                                                                                    lottery => Array(
                                                                                                                            0 => 2
                                                                                                                            1 => 100
                                                                                                                        )
                                                                                                                    cookie => _session
                                                                                                                    path => /
                                                                                                                    domain => 
                                                                                                                    secure => 
                                                                                                                    http_only => 1
                                                                                                                    same_site => 
                                                                                                                )
                                                                                                            view => Array(
                                                                                                                    paths => Array(
                                                                                                                            0 => /0000/resources/views
                                                                                                                        )
                                                                                                                    compiled => /0000/storage/framework/views
                                                                                                                )
                                                                                                            flare => Array(
                                                                                                                    key => 
                                                                                                                    reporting => Array(
                                                                                                                            anonymize_ips => 1
                                                                                                                            collect_git_information => 1
                                                                                                                            report_queries => 1
                                                                                                                            maximum_number_of_collected_queries => 200
                                                                                                                            report_query_bindings => 1
                                                                                                                            report_view_data => 1
                                                                                                                            grouping_type => 
                                                                                                                        )
                                                                                                                    send_logs_as_events => 1
                                                                                                                )
                                                                                                            ignition => Array(
                                                                                                                    editor => phpstorm
                                                                                                                    theme => light
                                                                                                                    enable_share_button => 1
                                                                                                                    register_commands => 
                                                                                                                    ignored_solution_providers => Array()
                                                                                                                    enable_runnable_solutions => 
                                                                                                                    remote_sites_path => 
                                                                                                                    local_sites_path => 
                                                                                                                    housekeeping_endpoint_prefix => _ignition
                                                                                                                )
                                                                                                            trustedproxy => Array(
                                                                                                                    proxies => 
                                                                                                                    headers => 30
                                                                                                                )
                                                                                                        )
                                                                                                )
                                                                                            request => Illuminate\Http\Request Object(
                                                                                                    json => 
                                                                                                    convertedFiles => 
                                                                                                    userResolver => 
                                                                                                    routeResolver => 
                                                                                                    attributes => Symfony\Component\HttpFoundation\ParameterBag Object(
                                                                                                            parameters => Array()
                                                                                                        )
                                                                                                    request => Symfony\Component\HttpFoundation\ParameterBag Object(
                                                                                                            parameters => Array()
                                                                                                        )
                                                                                                    query => Symfony\Component\HttpFoundation\ParameterBag Object(
                                                                                                            parameters => Array()
                                                                                                        )
                                                                                                    server => Symfony\Component\HttpFoundation\ServerBag Object(
                                                                                                            parameters => Array(
                                                                                                                    SERVER_NAME => localhost
                                                                                                                    SERVER_PORT => 80
                                                                                                                    HTTP_HOST => localhost
                                                                                                                    HTTP_USER_AGENT => Symfony
                                                                                                                    HTTP_ACCEPT => text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
                                                                                                                    HTTP_ACCEPT_LANGUAGE => en-us,en;q=0.5
                                                                                                                    HTTP_ACCEPT_CHARSET => ISO-8859-1,utf-8;q=0.7,*;q=0.7
                                                                                                                    REMOTE_ADDR => 127.0.0.1
                                                                                                                    SCRIPT_NAME => artisan
                                                                                                                    SCRIPT_FILENAME => artisan
                                                                                                                    SERVER_PROTOCOL => HTTP/1.1
                                                                                                                    REQUEST_TIME => 1578274354
                                                                                                                    PHP_EXTRA_CONFIGURE_ARGS => --enable-fpm --with-fpm-user=www-data --with-fpm-group=www-data --disable-cgi
                                                                                                                    LANGUAGE => C
                                                                                                                    HOSTNAME => d9d2f135fb85
                                                                                                                    PHP_INI_DIR => /usr/local/etc/php
                                                                                                                    GIT_ASKPASS => echo
                                                                                                                    SHLVL => 2
                                                                                                                    HOME => /root
                                                                                                                    OLDPWD => /
                                                                                                                    PHP_LDFLAGS => -Wl,-O1 -Wl,--hash-style=both -pie
                                                                                                                    PHP_CFLAGS => -fstack-protector-strong -fpic -fpie -O2
                                                                                                                    PHP_MD5 => 
                                                                                                                    PHP_VERSION => 7.2.19
                                                                                                                    COMPOSER_HOME => /tmp/composer
                                                                                                                    COMPOSER_BINARY => /usr/bin/composer
                                                                                                                    GPG_KEYS => 1729F83938DA44E27BA0F4D3DBDB397470D12172 B1B44D8F021E4E2D6021E995DC9FF8D3EE5AF27F
                                                                                                                    PHP_CPPFLAGS => -fstack-protector-strong -fpic -fpie -O2
                                                                                                                    PHP_ASC_URL => https://www.php.net/get/php-7.2.19.tar.xz.asc/from/this/mirror
                                                                                                                    PHP_URL => https://www.php.net/get/php-7.2.19.tar.xz/from/this/mirror
                                                                                                                    TERM => xterm
                                                                                                                    PATH => /0000/vendor/bin:/tmp/composer/vendor/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
                                                                                                                    LD_PRELOAD => /usr/lib/preloadable_libiconv.so php
                                                                                                                    PHPIZE_DEPS => autoconf 		dpkg-dev dpkg 		file 		g++ 		gcc 		libc-dev 		make 		pkgconf 		re2c
                                                                                                                    PWD => /0000
                                                                                                                    PHP_SHA256 => 4ffa2404a88d60e993a9fe69f829ebec3eb1e006de41b6048ce5e91bbeaa9282
                                                                                                                    PHP_SELF => artisan
                                                                                                                    PATH_TRANSLATED => artisan
                                                                                                                    DOCUMENT_ROOT => 
                                                                                                                    REQUEST_TIME_FLOAT => 1578274354.5135
                                                                                                                    argv => Array(
                                                                                                                            0 => artisan
                                                                                                                            1 => package:discover
                                                                                                                            2 => --ansi
                                                                                                                        )
                                                                                                                    argc => 3
                                                                                                                    APP_NAME => 本地测试
                                                                                                                    APP_ENV => local
                                                                                                                    APP_KEY => base64:gIjju1XIlTNS6j8BuifyrL2QAARYlvdKYd31eAqei7g=
                                                                                                                    APP_DEBUG => true
                                                                                                                    APP_URL => http://localhost
                                                                                                                    LOG_CHANNEL => stack
                                                                                                                    DB_CONNECTION => mysql
                                                                                                                    DB_HOST => 127.0.0.1
                                                                                                                    DB_PORT => 3306
                                                                                                                    DB_DATABASE => laravel
                                                                                                                    DB_USERNAME => root
                                                                                                                    DB_PASSWORD => 
                                                                                                                    BROADCAST_DRIVER => log
                                                                                                                    CACHE_DRIVER => file
                                                                                                                    QUEUE_CONNECTION => sync
                                                                                                                    SESSION_DRIVER => cookie
                                                                                                                    SESSION_LIFETIME => 120
                                                                                                                    REDIS_HOST => 127.0.0.1
                                                                                                                    REDIS_PASSWORD => null
                                                                                                                    REDIS_PORT => 6379
                                                                                                                    MAIL_DRIVER => smtp
                                                                                                                    MAIL_HOST => smtp.mailtrap.io
                                                                                                                    MAIL_PORT => 2525
                                                                                                                    MAIL_USERNAME => null
                                                                                                                    MAIL_PASSWORD => null
                                                                                                                    MAIL_ENCRYPTION => null
                                                                                                                    MAIL_FROM_ADDRESS => null
                                                                                                                    MAIL_FROM_NAME => 本地测试
                                                                                                                    AWS_ACCESS_KEY_ID => 
                                                                                                                    AWS_SECRET_ACCESS_KEY => 
                                                                                                                    AWS_DEFAULT_REGION => us-east-1
                                                                                                                    AWS_BUCKET => 
                                                                                                                    PUSHER_APP_ID => 
                                                                                                                    PUSHER_APP_KEY => 
                                                                                                                    PUSHER_APP_SECRET => 
                                                                                                                    PUSHER_APP_CLUSTER => mt1
                                                                                                                    MIX_PUSHER_APP_KEY => 
                                                                                                                    MIX_PUSHER_APP_CLUSTER => mt1
                                                                                                                    PATH_INFO => 
                                                                                                                    REQUEST_METHOD => GET
                                                                                                                    REQUEST_URI => /
                                                                                                                    QUERY_STRING => 
                                                                                                                )
                                                                                                        )
                                                                                                    files => Symfony\Component\HttpFoundation\FileBag Object(
                                                                                                            parameters => Array()
                                                                                                        )
                                                                                                    cookies => Symfony\Component\HttpFoundation\ParameterBag Object(
                                                                                                            parameters => Array()
                                                                                                        )
                                                                                                    headers => Symfony\Component\HttpFoundation\HeaderBag Object(
                                                                                                            headers => Array(
                                                                                                                    host => Array(
                                                                                                                            0 => localhost
                                                                                                                        )
                                                                                                                    [user-agent] => Array(
                                                                                                                            0 => Symfony
                                                                                                                        )
                                                                                                                    accept => Array(
                                                                                                                            0 => text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
                                                                                                                        )
                                                                                                                    [accept-language] => Array(
                                                                                                                            0 => en-us,en;q=0.5
                                                                                                                        )
                                                                                                                    [accept-charset] => Array(
                                                                                                                            0 => ISO-8859-1,utf-8;q=0.7,*;q=0.7
                                                                                                                        )
                                                                                                                )
                                                                                                            cacheControl => Array()
                                                                                                        )
                                                                                                    content => 
                                                                                                    languages => 
                                                                                                    charsets => 
                                                                                                    encodings => 
                                                                                                    acceptableContentTypes => 
                                                                                                    pathInfo => 
                                                                                                    requestUri => 
                                                                                                    baseUrl => 
                                                                                                    basePath => 
                                                                                                    method => 
                                                                                                    format => 
                                                                                                    session => 
                                                                                                    locale => 
                                                                                                    defaultLocale => en
                                                                                                    [preferredFormat:Symfony\Component\HttpFoundation\Request:private] => 
                                                                                                    [isHostValid:Symfony\Component\HttpFoundation\Request:private] => 1
                                                                                                    [isForwardedValid:Symfony\Component\HttpFoundation\Request:private] => 1
                                                                                                )
                                                                                            [Facade\Ignition\LogRecorder\LogRecorder] => Facade\Ignition\LogRecorder\LogRecorder Object
 
                                                                                            [Facade\Ignition\DumpRecorder\DumpRecorder] => Facade\Ignition\DumpRecorder\DumpRecorder Object(
                                                                                                    dumps => Array()
                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                )
                                                                                            [Facade\Ignition\QueryRecorder\QueryRecorder] => Facade\Ignition\QueryRecorder\QueryRecorder Object(
                                                                                                    queries => Array()
                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                )
                                                                                            [flare.http] => Facade\FlareClient\Http\Client Object(
                                                                                                    [apiToken:Facade\FlareClient\Http\Client:private] => 
                                                                                                    [apiSecret:Facade\FlareClient\Http\Client:private] => 
                                                                                                    [baseUrl:Facade\FlareClient\Http\Client:private] => https://flareapp.io/api
                                                                                                    [timeout:Facade\FlareClient\Http\Client:private] => 10
                                                                                                )
                                                                                            [flare.client] => Facade\FlareClient\Flare Object(
                                                                                                    [client:Facade\FlareClient\Flare:private] => Facade\FlareClient\Http\Client Object(
                                                                                                            [apiToken:Facade\FlareClient\Http\Client:private] => 
                                                                                                            [apiSecret:Facade\FlareClient\Http\Client:private] => 
                                                                                                            [baseUrl:Facade\FlareClient\Http\Client:private] => https://flareapp.io/api
                                                                                                            [timeout:Facade\FlareClient\Http\Client:private] => 10
                                                                                                        )
                                                                                                    [api:Facade\FlareClient\Flare:private] => Facade\FlareClient\Api Object(
                                                                                                            [client:Facade\FlareClient\Api:private] => Facade\FlareClient\Http\Client Object(
                                                                                                                    [apiToken:Facade\FlareClient\Http\Client:private] => 
                                                                                                                    [apiSecret:Facade\FlareClient\Http\Client:private] => 
                                                                                                                    [baseUrl:Facade\FlareClient\Http\Client:private] => https://flareapp.io/api
                                                                                                                    [timeout:Facade\FlareClient\Http\Client:private] => 10
                                                                                                                )
                                                                                                            [queue:Facade\FlareClient\Api:private] => Array()
                                                                                                        )
                                                                                                    [middleware:Facade\FlareClient\Flare:private] => Array(
                                                                                                            0 => Facade\FlareClient\Middleware\AddGlows Object(
                                                                                                                    [recorder:Facade\FlareClient\Middleware\AddGlows:private] => Facade\FlareClient\Glows\Recorder Object(
                                                                                                                            [glows:Facade\FlareClient\Glows\Recorder:private] => Array()
                                                                                                                        )
                                                                                                                )
                                                                                                            1 => Facade\FlareClient\Middleware\AnonymizeIp Object()
                                                                                                            2 => Facade\Ignition\Middleware\SetNotifierName Object()
                                                                                                            3 => Facade\Ignition\Middleware\AddEnvironmentInformation Object()
                                                                                                            4 => Facade\Ignition\Middleware\AddLogs Object(
                                                                                                                    logRecorder => Facade\Ignition\LogRecorder\LogRecorder Object
 
                                                                                                                )
                                                                                                            5 => Facade\Ignition\Middleware\AddDumps Object(
                                                                                                                    dumpRecorder => Facade\Ignition\DumpRecorder\DumpRecorder Object(
                                                                                                                            dumps => Array()
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                )
                                                                                                            6 => Facade\Ignition\Middleware\AddQueries Object(
                                                                                                                    queryRecorder => Facade\Ignition\QueryRecorder\QueryRecorder Object(
                                                                                                                            queries => Array()
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                )
                                                                                                            7 => Facade\Ignition\Middleware\AddSolutions Object(
                                                                                                                    solutionProviderRepository => Facade\Ignition\SolutionProviders\SolutionProviderRepository Object(
                                                                                                                            solutionProviders => Illuminate\Support\Collection Object(
                                                                                                                                    items => Array(
                                                                                                                                            0 => Facade\Ignition\SolutionProviders\IncorrectValetDbCredentialsSolutionProvider
                                                                                                                                            1 => Facade\Ignition\SolutionProviders\MissingAppKeySolutionProvider
                                                                                                                                            2 => Facade\Ignition\SolutionProviders\DefaultDbNameSolutionProvider
                                                                                                                                            3 => Facade\Ignition\SolutionProviders\BadMethodCallSolutionProvider
                                                                                                                                            4 => Facade\Ignition\SolutionProviders\TableNotFoundSolutionProvider
                                                                                                                                            5 => Facade\Ignition\SolutionProviders\MissingImportSolutionProvider
                                                                                                                                            6 => Facade\Ignition\SolutionProviders\MissingPackageSolutionProvider
                                                                                                                                            7 => Facade\Ignition\SolutionProviders\InvalidRouteActionSolutionProvider
                                                                                                                                            8 => Facade\Ignition\SolutionProviders\ViewNotFoundSolutionProvider
                                                                                                                                            9 => Facade\Ignition\SolutionProviders\UndefinedVariableSolutionProvider
                                                                                                                                            10 => Facade\Ignition\SolutionProviders\MergeConflictSolutionProvider
                                                                                                                                            11 => Facade\Ignition\SolutionProviders\RunningLaravelDuskInProductionProvider
                                                                                                                                            12 => Facade\Ignition\SolutionProviders\MissingColumnSolutionProvider
                                                                                                                                            13 => Facade\Ignition\SolutionProviders\UnknownValidationSolutionProvider
                                                                                                                                        )
                                                                                                                                )
                                                                                                                        )
                                                                                                                )
                                                                                                            8 => Facade\Ignition\Middleware\AddGitInformation Object()
                                                                                                        )
                                                                                                    [recorder:Facade\FlareClient\Flare:private] => Facade\FlareClient\Glows\Recorder Object(
                                                                                                            [glows:Facade\FlareClient\Glows\Recorder:private] => Array()
                                                                                                        )
                                                                                                    [applicationPath:Facade\FlareClient\Flare:private] => /0000
                                                                                                    [container:Facade\FlareClient\Flare:private] => Illuminate\Foundation\Application Object
 
                                                                                                    [contextDetector:Facade\FlareClient\Flare:private] => Facade\Ignition\Context\LaravelContextDetector Object()
                                                                                                    [previousExceptionHandler:Facade\FlareClient\Flare:private] => 
                                                                                                    [previousErrorHandler:Facade\FlareClient\Flare:private] => 
                                                                                                    [messageLevel:Facade\FlareClient\Flare:private] => 
                                                                                                    [stage:Facade\FlareClient\Flare:private] => local
                                                                                                    [userProvidedContext:Facade\FlareClient\Flare:private] => Array()
                                                                                                )
                                                                                            [Facade\IgnitionContracts\SolutionProviderRepository] => Facade\Ignition\SolutionProviders\SolutionProviderRepository Object(
                                                                                                    solutionProviders => Illuminate\Support\Collection Object(
                                                                                                            items => Array(
                                                                                                                    0 => Facade\Ignition\SolutionProviders\IncorrectValetDbCredentialsSolutionProvider
                                                                                                                    1 => Facade\Ignition\SolutionProviders\MissingAppKeySolutionProvider
                                                                                                                    2 => Facade\Ignition\SolutionProviders\DefaultDbNameSolutionProvider
                                                                                                                    3 => Facade\Ignition\SolutionProviders\BadMethodCallSolutionProvider
                                                                                                                    4 => Facade\Ignition\SolutionProviders\TableNotFoundSolutionProvider
                                                                                                                    5 => Facade\Ignition\SolutionProviders\MissingImportSolutionProvider
                                                                                                                    6 => Facade\Ignition\SolutionProviders\MissingPackageSolutionProvider
                                                                                                                    7 => Facade\Ignition\SolutionProviders\InvalidRouteActionSolutionProvider
                                                                                                                    8 => Facade\Ignition\SolutionProviders\ViewNotFoundSolutionProvider
                                                                                                                    9 => Facade\Ignition\SolutionProviders\UndefinedVariableSolutionProvider
                                                                                                                    10 => Facade\Ignition\SolutionProviders\MergeConflictSolutionProvider
                                                                                                                    11 => Facade\Ignition\SolutionProviders\RunningLaravelDuskInProductionProvider
                                                                                                                    12 => Facade\Ignition\SolutionProviders\MissingColumnSolutionProvider
                                                                                                                    13 => Facade\Ignition\SolutionProviders\UnknownValidationSolutionProvider
                                                                                                                )
                                                                                                        )
                                                                                                )
                                                                                            [Illuminate\Contracts\Debug\ExceptionHandler] => NunoMaduro\Collision\Adapters\Laravel\ExceptionHandler Object(
                                                                                                    appExceptionHandler => App\Exceptions\Handler Object(
                                                                                                            dontReport => Array()
                                                                                                            dontFlash => Array(
                                                                                                                    0 => password
                                                                                                                    1 => password_confirmation
                                                                                                                )
                                                                                                            container => Illuminate\Foundation\Application Object
 
                                                                                                            internalDontReport => Array(
                                                                                                                    0 => Illuminate\Auth\AuthenticationException
                                                                                                                    1 => Illuminate\Auth\Access\AuthorizationException
                                                                                                                    2 => Symfony\Component\HttpKernel\Exception\HttpException
                                                                                                                    3 => Illuminate\Http\Exceptions\HttpResponseException
                                                                                                                    4 => Illuminate\Database\Eloquent\ModelNotFoundException
                                                                                                                    5 => Symfony\Component\HttpFoundation\Exception\SuspiciousOperationException
                                                                                                                    6 => Illuminate\Session\TokenMismatchException
                                                                                                                    7 => Illuminate\Validation\ValidationException
                                                                                                                )
                                                                                                        )
                                                                                                    container => Illuminate\Foundation\Application Object
 
                                                                                                )
                                                                                            [db.factory] => Illuminate\Database\Connectors\ConnectionFactory Object(
                                                                                                    container => Illuminate\Foundation\Application Object
 
                                                                                                )
                                                                                            db => Illuminate\Database\DatabaseManager Object(
                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                    factory => Illuminate\Database\Connectors\ConnectionFactory Object(
                                                                                                            container => Illuminate\Foundation\Application Object
 
                                                                                                        )
                                                                                                    connections => Array()
                                                                                                    extensions => Array()
                                                                                                    reconnector => Closure Object(
                                                                                                            this => Illuminate\Database\DatabaseManager Object
 
                                                                                                            parameter => Array(
                                                                                                                    [$connection] => 
                                                                                                                )
                                                                                                        )
                                                                                                )
                                                                                            [view.engine.resolver] => Illuminate\View\Engines\EngineResolver Object(
                                                                                                    resolvers => Array(
                                                                                                            file => Closure Object(
                                                                                                                    this => Illuminate\View\ViewServiceProvider Object(
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                )
                                                                                                            php => Closure Object(
                                                                                                                    this => Facade\Ignition\IgnitionServiceProvider Object(
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                )
                                                                                                            blade => Closure Object(
                                                                                                                    this => Facade\Ignition\IgnitionServiceProvider Object(
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                )
                                                                                                        )
                                                                                                    resolved => Array()
                                                                                                )
                                                                                            files => Illuminate\Filesystem\Filesystem Object()
                                                                                            [blade.compiler] => Illuminate\View\Compilers\BladeCompiler Object(
                                                                                                    extensions => Array()
                                                                                                    customDirectives => Array()
                                                                                                    conditions => Array()
                                                                                                    path => 
                                                                                                    compilers => Array(
                                                                                                            0 => Comments
                                                                                                            1 => Extensions
                                                                                                            2 => Statements
                                                                                                            3 => Echos
                                                                                                        )
                                                                                                    rawTags => Array(
                                                                                                            0 => {!!
                                                                                                            1 => !!}
                                                                                                        )
                                                                                                    contentTags => Array(
                                                                                                            0 => {{
                                                                                                            1 => }}
                                                                                                        )
                                                                                                    escapedTags => Array(
                                                                                                            0 => {{{
                                                                                                            1 => }}}
                                                                                                        )
                                                                                                    echoFormat => e(%s)
                                                                                                    footer => Array()
                                                                                                    rawBlocks => Array()
                                                                                                    files => Illuminate\Filesystem\Filesystem Object()
                                                                                                    cachePath => /0000/storage/framework/views
                                                                                                    firstCaseInSwitch => 1
                                                                                                    [encodingOptions:Illuminate\View\Compilers\BladeCompiler:private] => 15
                                                                                                    lastSection => 
                                                                                                    forElseCounter => 0
                                                                                                )
                                                                                            log => Illuminate\Log\LogManager Object(
                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                    channels => Array()
                                                                                                    customCreators => Array(
                                                                                                            flare => Closure Object(
                                                                                                                    this => Illuminate\Log\LogManager Object
 
                                                                                                                    parameter => Array(
                                                                                                                            [$app] => 
                                                                                                                        )
                                                                                                                )
                                                                                                        )
                                                                                                    dateFormat => Y-m-d H:i:s
                                                                                                    levels => Array(
                                                                                                            debug => 100
                                                                                                            info => 200
                                                                                                            notice => 250
                                                                                                            warning => 300
                                                                                                            error => 400
                                                                                                            critical => 500
                                                                                                            alert => 550
                                                                                                            emergency => 600
                                                                                                        )
                                                                                                )
                                                                                            queue => Illuminate\Queue\QueueManager Object(
                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                    connections => Array()
                                                                                                    connectors => Array(
                                                                                                            null => Closure Object(
                                                                                                                    this => Illuminate\Queue\QueueServiceProvider Object(
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                )
                                                                                                            sync => Closure Object(
                                                                                                                    this => Illuminate\Queue\QueueServiceProvider Object(
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                )
                                                                                                            database => Closure Object(
                                                                                                                    this => Illuminate\Queue\QueueServiceProvider Object(
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                )
                                                                                                            redis => Closure Object(
                                                                                                                    this => Illuminate\Queue\QueueServiceProvider Object(
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                )
                                                                                                            beanstalkd => Closure Object(
                                                                                                                    this => Illuminate\Queue\QueueServiceProvider Object(
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                )
                                                                                                            sqs => Closure Object(
                                                                                                                    this => Illuminate\Queue\QueueServiceProvider Object(
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                )
                                                                                                        )
                                                                                                )
                                                                                            date => Illuminate\Support\DateFactory Object()
                                                                                            router => Illuminate\Routing\Router Object
 
                                                                                            routes => Illuminate\Routing\RouteCollection Object(
                                                                                                    routes => Array()
                                                                                                    allRoutes => Array()
                                                                                                    nameList => Array()
                                                                                                    actionList => Array()
                                                                                                )
                                                                                            url => Illuminate\Routing\UrlGenerator Object(
                                                                                                    routes => Illuminate\Routing\RouteCollection Object(
                                                                                                            routes => Array()
                                                                                                            allRoutes => Array()
                                                                                                            nameList => Array()
                                                                                                            actionList => Array()
                                                                                                        )
                                                                                                    request => Illuminate\Http\Request Object(
                                                                                                            json => 
                                                                                                            convertedFiles => 
                                                                                                            userResolver => 
                                                                                                            routeResolver => 
                                                                                                            attributes => Symfony\Component\HttpFoundation\ParameterBag Object(
                                                                                                                    parameters => Array()
                                                                                                                )
                                                                                                            request => Symfony\Component\HttpFoundation\ParameterBag Object(
                                                                                                                    parameters => Array()
                                                                                                                )
                                                                                                            query => Symfony\Component\HttpFoundation\ParameterBag Object(
                                                                                                                    parameters => Array()
                                                                                                                )
                                                                                                            server => Symfony\Component\HttpFoundation\ServerBag Object(
                                                                                                                    parameters => Array(
                                                                                                                            SERVER_NAME => localhost
                                                                                                                            SERVER_PORT => 80
                                                                                                                            HTTP_HOST => localhost
                                                                                                                            HTTP_USER_AGENT => Symfony
                                                                                                                            HTTP_ACCEPT => text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
                                                                                                                            HTTP_ACCEPT_LANGUAGE => en-us,en;q=0.5
                                                                                                                            HTTP_ACCEPT_CHARSET => ISO-8859-1,utf-8;q=0.7,*;q=0.7
                                                                                                                            REMOTE_ADDR => 127.0.0.1
                                                                                                                            SCRIPT_NAME => artisan
                                                                                                                            SCRIPT_FILENAME => artisan
                                                                                                                            SERVER_PROTOCOL => HTTP/1.1
                                                                                                                            REQUEST_TIME => 1578274354
                                                                                                                            PHP_EXTRA_CONFIGURE_ARGS => --enable-fpm --with-fpm-user=www-data --with-fpm-group=www-data --disable-cgi
                                                                                                                            LANGUAGE => C
                                                                                                                            HOSTNAME => d9d2f135fb85
                                                                                                                            PHP_INI_DIR => /usr/local/etc/php
                                                                                                                            GIT_ASKPASS => echo
                                                                                                                            SHLVL => 2
                                                                                                                            HOME => /root
                                                                                                                            OLDPWD => /
                                                                                                                            PHP_LDFLAGS => -Wl,-O1 -Wl,--hash-style=both -pie
                                                                                                                            PHP_CFLAGS => -fstack-protector-strong -fpic -fpie -O2
                                                                                                                            PHP_MD5 => 
                                                                                                                            PHP_VERSION => 7.2.19
                                                                                                                            COMPOSER_HOME => /tmp/composer
                                                                                                                            COMPOSER_BINARY => /usr/bin/composer
                                                                                                                            GPG_KEYS => 1729F83938DA44E27BA0F4D3DBDB397470D12172 B1B44D8F021E4E2D6021E995DC9FF8D3EE5AF27F
                                                                                                                            PHP_CPPFLAGS => -fstack-protector-strong -fpic -fpie -O2
                                                                                                                            PHP_ASC_URL => https://www.php.net/get/php-7.2.19.tar.xz.asc/from/this/mirror
                                                                                                                            PHP_URL => https://www.php.net/get/php-7.2.19.tar.xz/from/this/mirror
                                                                                                                            TERM => xterm
                                                                                                                            PATH => /0000/vendor/bin:/tmp/composer/vendor/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
                                                                                                                            LD_PRELOAD => /usr/lib/preloadable_libiconv.so php
                                                                                                                            PHPIZE_DEPS => autoconf 		dpkg-dev dpkg 		file 		g++ 		gcc 		libc-dev 		make 		pkgconf 		re2c
                                                                                                                            PWD => /0000
                                                                                                                            PHP_SHA256 => 4ffa2404a88d60e993a9fe69f829ebec3eb1e006de41b6048ce5e91bbeaa9282
                                                                                                                            PHP_SELF => artisan
                                                                                                                            PATH_TRANSLATED => artisan
                                                                                                                            DOCUMENT_ROOT => 
                                                                                                                            REQUEST_TIME_FLOAT => 1578274354.5135
                                                                                                                            argv => Array(
                                                                                                                                    0 => artisan
                                                                                                                                    1 => package:discover
                                                                                                                                    2 => --ansi
                                                                                                                                )
                                                                                                                            argc => 3
                                                                                                                            APP_NAME => 本地测试
                                                                                                                            APP_ENV => local
                                                                                                                            APP_KEY => base64:gIjju1XIlTNS6j8BuifyrL2QAARYlvdKYd31eAqei7g=
                                                                                                                            APP_DEBUG => true
                                                                                                                            APP_URL => http://localhost
                                                                                                                            LOG_CHANNEL => stack
                                                                                                                            DB_CONNECTION => mysql
                                                                                                                            DB_HOST => 127.0.0.1
                                                                                                                            DB_PORT => 3306
                                                                                                                            DB_DATABASE => laravel
                                                                                                                            DB_USERNAME => root
                                                                                                                            DB_PASSWORD => 
                                                                                                                            BROADCAST_DRIVER => log
                                                                                                                            CACHE_DRIVER => file
                                                                                                                            QUEUE_CONNECTION => sync
                                                                                                                            SESSION_DRIVER => cookie
                                                                                                                            SESSION_LIFETIME => 120
                                                                                                                            REDIS_HOST => 127.0.0.1
                                                                                                                            REDIS_PASSWORD => null
                                                                                                                            REDIS_PORT => 6379
                                                                                                                            MAIL_DRIVER => smtp
                                                                                                                            MAIL_HOST => smtp.mailtrap.io
                                                                                                                            MAIL_PORT => 2525
                                                                                                                            MAIL_USERNAME => null
                                                                                                                            MAIL_PASSWORD => null
                                                                                                                            MAIL_ENCRYPTION => null
                                                                                                                            MAIL_FROM_ADDRESS => null
                                                                                                                            MAIL_FROM_NAME => 本地测试
                                                                                                                            AWS_ACCESS_KEY_ID => 
                                                                                                                            AWS_SECRET_ACCESS_KEY => 
                                                                                                                            AWS_DEFAULT_REGION => us-east-1
                                                                                                                            AWS_BUCKET => 
                                                                                                                            PUSHER_APP_ID => 
                                                                                                                            PUSHER_APP_KEY => 
                                                                                                                            PUSHER_APP_SECRET => 
                                                                                                                            PUSHER_APP_CLUSTER => mt1
                                                                                                                            MIX_PUSHER_APP_KEY => 
                                                                                                                            MIX_PUSHER_APP_CLUSTER => mt1
                                                                                                                            PATH_INFO => 
                                                                                                                            REQUEST_METHOD => GET
                                                                                                                            REQUEST_URI => /
                                                                                                                            QUERY_STRING => 
                                                                                                                        )
                                                                                                                )
                                                                                                            files => Symfony\Component\HttpFoundation\FileBag Object(
                                                                                                                    parameters => Array()
                                                                                                                )
                                                                                                            cookies => Symfony\Component\HttpFoundation\ParameterBag Object(
                                                                                                                    parameters => Array()
                                                                                                                )
                                                                                                            headers => Symfony\Component\HttpFoundation\HeaderBag Object(
                                                                                                                    headers => Array(
                                                                                                                            host => Array(
                                                                                                                                    0 => localhost
                                                                                                                                )
                                                                                                                            [user-agent] => Array(
                                                                                                                                    0 => Symfony
                                                                                                                                )
                                                                                                                            accept => Array(
                                                                                                                                    0 => text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
                                                                                                                                )
                                                                                                                            [accept-language] => Array(
                                                                                                                                    0 => en-us,en;q=0.5
                                                                                                                                )
                                                                                                                            [accept-charset] => Array(
                                                                                                                                    0 => ISO-8859-1,utf-8;q=0.7,*;q=0.7
                                                                                                                                )
                                                                                                                        )
                                                                                                                    cacheControl => Array()
                                                                                                                )
                                                                                                            content => 
                                                                                                            languages => 
                                                                                                            charsets => 
                                                                                                            encodings => 
                                                                                                            acceptableContentTypes => 
                                                                                                            pathInfo => 
                                                                                                            requestUri => 
                                                                                                            baseUrl => 
                                                                                                            basePath => 
                                                                                                            method => 
                                                                                                            format => 
                                                                                                            session => 
                                                                                                            locale => 
                                                                                                            defaultLocale => en
                                                                                                            [preferredFormat:Symfony\Component\HttpFoundation\Request:private] => 
                                                                                                            [isHostValid:Symfony\Component\HttpFoundation\Request:private] => 1
                                                                                                            [isForwardedValid:Symfony\Component\HttpFoundation\Request:private] => 1
                                                                                                        )
                                                                                                    assetRoot => 
                                                                                                    forcedRoot => 
                                                                                                    forceScheme => 
                                                                                                    cachedRoot => 
                                                                                                    cachedScheme => 
                                                                                                    rootNamespace => App\Http\Controllers
                                                                                                    sessionResolver => Closure Object(
                                                                                                            this => Illuminate\Routing\RoutingServiceProvider Object(
                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                )
                                                                                                        )
                                                                                                    keyResolver => Closure Object(
                                                                                                            this => Illuminate\Routing\RoutingServiceProvider Object(
                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                )
                                                                                                        )
                                                                                                    formatHostUsing => 
                                                                                                    formatPathUsing => 
                                                                                                    routeGenerator => 
                                                                                                )
                                                                                        )
                                                                                    aliases => Array(
                                                                                            [Illuminate\Foundation\Application] => app
                                                                                            [Illuminate\Contracts\Container\Container] => app
                                                                                            [Illuminate\Contracts\Foundation\Application] => app
                                                                                            [Psr\Container\ContainerInterface] => app
                                                                                            [Illuminate\Auth\AuthManager] => auth
                                                                                            [Illuminate\Contracts\Auth\Factory] => auth
                                                                                            [Illuminate\Contracts\Auth\Guard] => auth.driver
                                                                                            [Illuminate\View\Compilers\BladeCompiler] => blade.compiler
                                                                                            [Illuminate\Cache\CacheManager] => cache
                                                                                            [Illuminate\Contracts\Cache\Factory] => cache
                                                                                            [Illuminate\Cache\Repository] => cache.store
                                                                                            [Illuminate\Contracts\Cache\Repository] => cache.store
                                                                                            [Psr\SimpleCache\CacheInterface] => cache.store
                                                                                            [Symfony\Component\Cache\Adapter\Psr16Adapter] => cache.psr6
                                                                                            [Symfony\Component\Cache\Adapter\AdapterInterface] => cache.psr6
                                                                                            [Psr\Cache\CacheItemPoolInterface] => cache.psr6
                                                                                            [Illuminate\Config\Repository] => config
                                                                                            [Illuminate\Contracts\Config\Repository] => config
                                                                                            [Illuminate\Cookie\CookieJar] => cookie
                                                                                            [Illuminate\Contracts\Cookie\Factory] => cookie
                                                                                            [Illuminate\Contracts\Cookie\QueueingFactory] => cookie
                                                                                            [Illuminate\Encryption\Encrypter] => encrypter
                                                                                            [Illuminate\Contracts\Encryption\Encrypter] => encrypter
                                                                                            [Illuminate\Database\DatabaseManager] => db
                                                                                            [Illuminate\Database\ConnectionResolverInterface] => db
                                                                                            [Illuminate\Database\Connection] => db.connection
                                                                                            [Illuminate\Database\ConnectionInterface] => db.connection
                                                                                            [Illuminate\Events\Dispatcher] => events
                                                                                            [Illuminate\Contracts\Events\Dispatcher] => events
                                                                                            [Illuminate\Filesystem\Filesystem] => files
                                                                                            [Illuminate\Filesystem\FilesystemManager] => filesystem
                                                                                            [Illuminate\Contracts\Filesystem\Factory] => filesystem
                                                                                            [Illuminate\Contracts\Filesystem\Filesystem] => filesystem.disk
                                                                                            [Illuminate\Contracts\Filesystem\Cloud] => filesystem.cloud
                                                                                            [Illuminate\Hashing\HashManager] => hash
                                                                                            [Illuminate\Contracts\Hashing\Hasher] => hash.driver
                                                                                            [Illuminate\Translation\Translator] => translator
                                                                                            [Illuminate\Contracts\Translation\Translator] => translator
                                                                                            [Illuminate\Log\LogManager] => log
                                                                                            [Psr\Log\LoggerInterface] => log
                                                                                            [Illuminate\Mail\Mailer] => mailer
                                                                                            [Illuminate\Contracts\Mail\Mailer] => mailer
                                                                                            [Illuminate\Contracts\Mail\MailQueue] => mailer
                                                                                            [Illuminate\Auth\Passwords\PasswordBrokerManager] => auth.password
                                                                                            [Illuminate\Contracts\Auth\PasswordBrokerFactory] => auth.password
                                                                                            [Illuminate\Auth\Passwords\PasswordBroker] => auth.password.broker
                                                                                            [Illuminate\Contracts\Auth\PasswordBroker] => auth.password.broker
                                                                                            [Illuminate\Queue\QueueManager] => queue
                                                                                            [Illuminate\Contracts\Queue\Factory] => queue
                                                                                            [Illuminate\Contracts\Queue\Monitor] => queue
                                                                                            [Illuminate\Contracts\Queue\Queue] => queue.connection
                                                                                            [Illuminate\Queue\Failed\FailedJobProviderInterface] => queue.failer
                                                                                            [Illuminate\Routing\Redirector] => redirect
                                                                                            [Illuminate\Redis\RedisManager] => redis
                                                                                            [Illuminate\Contracts\Redis\Factory] => redis
                                                                                            [Illuminate\Http\Request] => request
                                                                                            [Symfony\Component\HttpFoundation\Request] => request
                                                                                            [Illuminate\Routing\Router] => router
                                                                                            [Illuminate\Contracts\Routing\Registrar] => router
                                                                                            [Illuminate\Contracts\Routing\BindingRegistrar] => router
                                                                                            [Illuminate\Session\SessionManager] => session
                                                                                            [Illuminate\Session\Store] => session.store
                                                                                            [Illuminate\Contracts\Session\Session] => session.store
                                                                                            [Illuminate\Routing\UrlGenerator] => url
                                                                                            [Illuminate\Contracts\Routing\UrlGenerator] => url
                                                                                            [Illuminate\Validation\Factory] => validator
                                                                                            [Illuminate\Contracts\Validation\Factory] => validator
                                                                                            [Illuminate\View\Factory] => view
                                                                                            [Illuminate\Contracts\View\Factory] => view
                                                                                            [Illuminate\Contracts\Notifications\Dispatcher] => Illuminate\Notifications\ChannelManager
                                                                                            [Illuminate\Contracts\Notifications\Factory] => Illuminate\Notifications\ChannelManager
                                                                                            [Facade\FlareClient\Http\Client] => flare.http
                                                                                            [Facade\FlareClient\Flare] => flare.client
                                                                                        )
                                                                                    abstractAliases => Array(
                                                                                            app => Array(
                                                                                                    0 => Illuminate\Foundation\Application
                                                                                                    1 => Illuminate\Contracts\Container\Container
                                                                                                    2 => Illuminate\Contracts\Foundation\Application
                                                                                                    3 => Psr\Container\ContainerInterface
                                                                                                )
                                                                                            auth => Array(
                                                                                                    0 => Illuminate\Auth\AuthManager
                                                                                                    1 => Illuminate\Contracts\Auth\Factory
                                                                                                )
                                                                                            [auth.driver] => Array(
                                                                                                    0 => Illuminate\Contracts\Auth\Guard
                                                                                                )
                                                                                            [blade.compiler] => Array(
                                                                                                    0 => Illuminate\View\Compilers\BladeCompiler
                                                                                                )
                                                                                            cache => Array(
                                                                                                    0 => Illuminate\Cache\CacheManager
                                                                                                    1 => Illuminate\Contracts\Cache\Factory
                                                                                                )
                                                                                            [cache.store] => Array(
                                                                                                    0 => Illuminate\Cache\Repository
                                                                                                    1 => Illuminate\Contracts\Cache\Repository
                                                                                                    2 => Psr\SimpleCache\CacheInterface
                                                                                                )
                                                                                            [cache.psr6] => Array(
                                                                                                    0 => Symfony\Component\Cache\Adapter\Psr16Adapter
                                                                                                    1 => Symfony\Component\Cache\Adapter\AdapterInterface
                                                                                                    2 => Psr\Cache\CacheItemPoolInterface
                                                                                                )
                                                                                            config => Array(
                                                                                                    0 => Illuminate\Config\Repository
                                                                                                    1 => Illuminate\Contracts\Config\Repository
                                                                                                )
                                                                                            cookie => Array(
                                                                                                    0 => Illuminate\Cookie\CookieJar
                                                                                                    1 => Illuminate\Contracts\Cookie\Factory
                                                                                                    2 => Illuminate\Contracts\Cookie\QueueingFactory
                                                                                                )
                                                                                            encrypter => Array(
                                                                                                    0 => Illuminate\Encryption\Encrypter
                                                                                                    1 => Illuminate\Contracts\Encryption\Encrypter
                                                                                                )
                                                                                            db => Array(
                                                                                                    0 => Illuminate\Database\DatabaseManager
                                                                                                    1 => Illuminate\Database\ConnectionResolverInterface
                                                                                                )
                                                                                            [db.connection] => Array(
                                                                                                    0 => Illuminate\Database\Connection
                                                                                                    1 => Illuminate\Database\ConnectionInterface
                                                                                                )
                                                                                            events => Array(
                                                                                                    0 => Illuminate\Events\Dispatcher
                                                                                                    1 => Illuminate\Contracts\Events\Dispatcher
                                                                                                )
                                                                                            files => Array(
                                                                                                    0 => Illuminate\Filesystem\Filesystem
                                                                                                )
                                                                                            filesystem => Array(
                                                                                                    0 => Illuminate\Filesystem\FilesystemManager
                                                                                                    1 => Illuminate\Contracts\Filesystem\Factory
                                                                                                )
                                                                                            [filesystem.disk] => Array(
                                                                                                    0 => Illuminate\Contracts\Filesystem\Filesystem
                                                                                                )
                                                                                            [filesystem.cloud] => Array(
                                                                                                    0 => Illuminate\Contracts\Filesystem\Cloud
                                                                                                )
                                                                                            hash => Array(
                                                                                                    0 => Illuminate\Hashing\HashManager
                                                                                                )
                                                                                            [hash.driver] => Array(
                                                                                                    0 => Illuminate\Contracts\Hashing\Hasher
                                                                                                )
                                                                                            translator => Array(
                                                                                                    0 => Illuminate\Translation\Translator
                                                                                                    1 => Illuminate\Contracts\Translation\Translator
                                                                                                )
                                                                                            log => Array(
                                                                                                    0 => Illuminate\Log\LogManager
                                                                                                    1 => Psr\Log\LoggerInterface
                                                                                                )
                                                                                            mailer => Array(
                                                                                                    0 => Illuminate\Mail\Mailer
                                                                                                    1 => Illuminate\Contracts\Mail\Mailer
                                                                                                    2 => Illuminate\Contracts\Mail\MailQueue
                                                                                                )
                                                                                            [auth.password] => Array(
                                                                                                    0 => Illuminate\Auth\Passwords\PasswordBrokerManager
                                                                                                    1 => Illuminate\Contracts\Auth\PasswordBrokerFactory
                                                                                                )
                                                                                            [auth.password.broker] => Array(
                                                                                                    0 => Illuminate\Auth\Passwords\PasswordBroker
                                                                                                    1 => Illuminate\Contracts\Auth\PasswordBroker
                                                                                                )
                                                                                            queue => Array(
                                                                                                    0 => Illuminate\Queue\QueueManager
                                                                                                    1 => Illuminate\Contracts\Queue\Factory
                                                                                                    2 => Illuminate\Contracts\Queue\Monitor
                                                                                                )
                                                                                            [queue.connection] => Array(
                                                                                                    0 => Illuminate\Contracts\Queue\Queue
                                                                                                )
                                                                                            [queue.failer] => Array(
                                                                                                    0 => Illuminate\Queue\Failed\FailedJobProviderInterface
                                                                                                )
                                                                                            redirect => Array(
                                                                                                    0 => Illuminate\Routing\Redirector
                                                                                                )
                                                                                            redis => Array(
                                                                                                    0 => Illuminate\Redis\RedisManager
                                                                                                    1 => Illuminate\Contracts\Redis\Factory
                                                                                                )
                                                                                            request => Array(
                                                                                                    0 => Illuminate\Http\Request
                                                                                                    1 => Symfony\Component\HttpFoundation\Request
                                                                                                )
                                                                                            router => Array(
                                                                                                    0 => Illuminate\Routing\Router
                                                                                                    1 => Illuminate\Contracts\Routing\Registrar
                                                                                                    2 => Illuminate\Contracts\Routing\BindingRegistrar
                                                                                                )
                                                                                            session => Array(
                                                                                                    0 => Illuminate\Session\SessionManager
                                                                                                )
                                                                                            [session.store] => Array(
                                                                                                    0 => Illuminate\Session\Store
                                                                                                    1 => Illuminate\Contracts\Session\Session
                                                                                                )
                                                                                            url => Array(
                                                                                                    0 => Illuminate\Routing\UrlGenerator
                                                                                                    1 => Illuminate\Contracts\Routing\UrlGenerator
                                                                                                )
                                                                                            validator => Array(
                                                                                                    0 => Illuminate\Validation\Factory
                                                                                                    1 => Illuminate\Contracts\Validation\Factory
                                                                                                )
                                                                                            view => Array(
                                                                                                    0 => Illuminate\View\Factory
                                                                                                    1 => Illuminate\Contracts\View\Factory
                                                                                                )
                                                                                            [Illuminate\Notifications\ChannelManager] => Array(
                                                                                                    0 => Illuminate\Contracts\Notifications\Dispatcher
                                                                                                    1 => Illuminate\Contracts\Notifications\Factory
                                                                                                )
                                                                                            [flare.http] => Array(
                                                                                                    0 => Facade\FlareClient\Http\Client
                                                                                                )
                                                                                            [flare.client] => Array(
                                                                                                    0 => Facade\FlareClient\Flare
                                                                                                )
                                                                                        )
                                                                                    extenders => Array(
                                                                                            url => Array(
                                                                                                    0 => Closure Object(
                                                                                                            this => Illuminate\Routing\RoutingServiceProvider Object(
                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                )
                                                                                                            parameter => Array(
                                                                                                                    [$url] => 
                                                                                                                    [$app] => 
                                                                                                                )
                                                                                                        )
                                                                                                )
                                                                                        )
                                                                                    tags => Array()
                                                                                    buildStack => Array()
                                                                                    with => Array()
                                                                                    contextual => Array()
                                                                                    reboundCallbacks => Array(
                                                                                            request => Array(
                                                                                                    0 => Closure Object(
                                                                                                            this => Illuminate\Auth\AuthServiceProvider Object(
                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                )
                                                                                                            parameter => Array(
                                                                                                                    [$app] => 
                                                                                                                    [$request] => 
                                                                                                                )
                                                                                                        )
                                                                                                    1 => Closure Object(
                                                                                                            this => Illuminate\Routing\RoutingServiceProvider Object(
                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                )
                                                                                                            parameter => Array(
                                                                                                                    [$app] => 
                                                                                                                    [$request] => 
                                                                                                                )
                                                                                                        )
                                                                                                )
                                                                                            events => Array(
                                                                                                    0 => Closure Object(
                                                                                                            this => Illuminate\Auth\AuthServiceProvider Object(
                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                )
                                                                                                            parameter => Array(
                                                                                                                    [$app] => 
                                                                                                                    [$dispatcher] => 
                                                                                                                )
                                                                                                        )
                                                                                                )
                                                                                            routes => Array(
                                                                                                    0 => Closure Object(
                                                                                                            this => Illuminate\Routing\RoutingServiceProvider Object(
                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                )
                                                                                                            parameter => Array(
                                                                                                                    [$app] => 
                                                                                                                    [$routes] => 
                                                                                                                )
                                                                                                        )
                                                                                                )
                                                                                        )
                                                                                    globalResolvingCallbacks => Array()
                                                                                    globalAfterResolvingCallbacks => Array()
                                                                                    resolvingCallbacks => Array(
                                                                                            [Illuminate\Foundation\Http\FormRequest] => Array(
                                                                                                    0 => Closure Object(
                                                                                                            this => Illuminate\Foundation\Providers\FormRequestServiceProvider Object(
                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                )
                                                                                                            parameter => Array(
                                                                                                                    [$request] => 
                                                                                                                    [$app] => 
                                                                                                                )
                                                                                                        )
                                                                                                )
                                                                                        )
                                                                                    afterResolvingCallbacks => Array(
                                                                                            [Illuminate\Contracts\Validation\ValidatesWhenResolved] => Array(
                                                                                                    0 => Closure Object(
                                                                                                            this => Illuminate\Foundation\Providers\FormRequestServiceProvider Object(
                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                )
                                                                                                            parameter => Array(
                                                                                                                    [$resolved] => 
                                                                                                                )
                                                                                                        )
                                                                                                )
                                                                                            view => Array(
                                                                                                    0 => Closure Object(
                                                                                                            static => Array(
                                                                                                                    path => /tutorials/vendor2/laravel/framework-6.x/src/Illuminate/Notifications/resources/views
                                                                                                                    namespace => notifications
                                                                                                                )
                                                                                                            this => Illuminate\Notifications\NotificationServiceProvider Object(
                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                )
                                                                                                            parameter => Array(
                                                                                                                    [$view] => 
                                                                                                                )
                                                                                                        )
                                                                                                    1 => Closure Object(
                                                                                                            static => Array(
                                                                                                                    path => /tutorials/vendor2/laravel/framework-6.x/src/Illuminate/Pagination/resources/views
                                                                                                                    namespace => pagination
                                                                                                                )
                                                                                                            this => Illuminate\Pagination\PaginationServiceProvider Object(
                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                )
                                                                                                            parameter => Array(
                                                                                                                    [$view] => 
                                                                                                                )
                                                                                                        )
                                                                                                )
                                                                                        )
                                                                                )
                                                                        )
                                                                    1 => record
                                                                )
                                                            wildcard => 
                                                        )
                                                    this => Illuminate\Events\Dispatcher Object
 
                                                    parameter => Array(
                                                            [$event] => 
                                                            [$payload] => 
                                                        )
                                                )
                                        )
                                    [Illuminate\Foundation\Events\LocaleUpdated] => Array(
                                            0 => Closure Object(
                                                    static => Array(
                                                            listener => Closure Object(
                                                                    static => Array(
                                                                            service => Carbon\Laravel\ServiceProvider Object(
                                                                                    app => Illuminate\Foundation\Application Object(
                                                                                            basePath => /0000
                                                                                            hasBeenBootstrapped => 1
                                                                                            booted => 
                                                                                            bootingCallbacks => Array(
                                                                                                    0 => Closure Object(
                                                                                                            static => Array(
                                                                                                                    instance => Illuminate\Queue\QueueServiceProvider Object(
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                )
                                                                                                            this => Illuminate\Foundation\Application Object
 
                                                                                                        )
                                                                                                )
                                                                                            bootedCallbacks => Array(
                                                                                                    0 => Closure Object(
                                                                                                            this => App\Console\Kernel Object(
                                                                                                                    commands => Array()
                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                    events => Illuminate\Events\Dispatcher Object
 
                                                                                                                    artisan => 
                                                                                                                    commandsLoaded => 
                                                                                                                    bootstrappers => Array(
                                                                                                                            0 => Illuminate\Foundation\Bootstrap\LoadEnvironmentVariables
                                                                                                                            1 => Illuminate\Foundation\Bootstrap\LoadConfiguration
                                                                                                                            2 => Illuminate\Foundation\Bootstrap\HandleExceptions
                                                                                                                            3 => Illuminate\Foundation\Bootstrap\RegisterFacades
                                                                                                                            4 => Illuminate\Foundation\Bootstrap\SetRequestForConsole
                                                                                                                            5 => Illuminate\Foundation\Bootstrap\RegisterProviders
                                                                                                                            6 => Illuminate\Foundation\Bootstrap\BootProviders
                                                                                                                        )
                                                                                                                )
                                                                                                        )
                                                                                                )
                                                                                            terminatingCallbacks => Array()
                                                                                            serviceProviders => Array(
                                                                                                    0 => Illuminate\Events\EventServiceProvider Object(
                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                        )
                                                                                                    1 => Illuminate\Log\LogServiceProvider Object(
                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                        )
                                                                                                    2 => Illuminate\Routing\RoutingServiceProvider Object(
                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                        )
                                                                                                    3 => Illuminate\Auth\AuthServiceProvider Object(
                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                        )
                                                                                                    4 => Illuminate\Cookie\CookieServiceProvider Object(
                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                        )
                                                                                                    5 => Illuminate\Database\DatabaseServiceProvider Object(
                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                        )
                                                                                                    6 => Illuminate\Encryption\EncryptionServiceProvider Object(
                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                        )
                                                                                                    7 => Illuminate\Filesystem\FilesystemServiceProvider Object(
                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                        )
                                                                                                    8 => Illuminate\Foundation\Providers\FormRequestServiceProvider Object(
                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                        )
                                                                                                    9 => Illuminate\Foundation\Providers\FoundationServiceProvider Object(
                                                                                                            providers => Array(
                                                                                                                    0 => Illuminate\Foundation\Providers\FormRequestServiceProvider
                                                                                                                )
                                                                                                            instances => Array(
                                                                                                                    0 => Illuminate\Foundation\Providers\FormRequestServiceProvider Object(
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                )
                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                        )
                                                                                                    10 => Illuminate\Notifications\NotificationServiceProvider Object(
                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                        )
                                                                                                    11 => Illuminate\Pagination\PaginationServiceProvider Object(
                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                        )
                                                                                                    12 => Illuminate\Session\SessionServiceProvider Object(
                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                        )
                                                                                                    13 => Illuminate\View\ViewServiceProvider Object(
                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                        )
                                                                                                    14 => Facade\Ignition\IgnitionServiceProvider Object(
                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                        )
                                                                                                    15 => Fideloper\Proxy\TrustedProxyServiceProvider Object(
                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                        )
                                                                                                    16 => Carbon\Laravel\ServiceProvider Object
 
                                                                                                    17 => NunoMaduro\Collision\Adapters\Laravel\CollisionServiceProvider Object(
                                                                                                            defer => 1
                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                        )
                                                                                                    18 => App\Providers\AppServiceProvider Object(
                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                        )
                                                                                                    19 => App\Providers\AuthServiceProvider Object(
                                                                                                            policies => Array()
                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                        )
                                                                                                    20 => App\Providers\EventServiceProvider Object(
                                                                                                            listen => Array(
                                                                                                                    [Illuminate\Auth\Events\Registered] => Array(
                                                                                                                            0 => Illuminate\Auth\Listeners\SendEmailVerificationNotification
                                                                                                                        )
                                                                                                                )
                                                                                                            subscribe => Array()
                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                        )
                                                                                                    21 => App\Providers\RouteServiceProvider Object(
                                                                                                            namespace => App\Http\Controllers
                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                        )
                                                                                                    22 => Illuminate\Queue\QueueServiceProvider Object(
                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                        )
                                                                                                )
                                                                                            loadedProviders => Array(
                                                                                                    [Illuminate\Events\EventServiceProvider] => 1
                                                                                                    [Illuminate\Log\LogServiceProvider] => 1
                                                                                                    [Illuminate\Routing\RoutingServiceProvider] => 1
                                                                                                    [Illuminate\Auth\AuthServiceProvider] => 1
                                                                                                    [Illuminate\Cookie\CookieServiceProvider] => 1
                                                                                                    [Illuminate\Database\DatabaseServiceProvider] => 1
                                                                                                    [Illuminate\Encryption\EncryptionServiceProvider] => 1
                                                                                                    [Illuminate\Filesystem\FilesystemServiceProvider] => 1
                                                                                                    [Illuminate\Foundation\Providers\FormRequestServiceProvider] => 1
                                                                                                    [Illuminate\Foundation\Providers\FoundationServiceProvider] => 1
                                                                                                    [Illuminate\Notifications\NotificationServiceProvider] => 1
                                                                                                    [Illuminate\Pagination\PaginationServiceProvider] => 1
                                                                                                    [Illuminate\Session\SessionServiceProvider] => 1
                                                                                                    [Illuminate\View\ViewServiceProvider] => 1
                                                                                                    [Facade\Ignition\IgnitionServiceProvider] => 1
                                                                                                    [Fideloper\Proxy\TrustedProxyServiceProvider] => 1
                                                                                                    [Carbon\Laravel\ServiceProvider] => 1
                                                                                                    [NunoMaduro\Collision\Adapters\Laravel\CollisionServiceProvider] => 1
                                                                                                    [App\Providers\AppServiceProvider] => 1
                                                                                                    [App\Providers\AuthServiceProvider] => 1
                                                                                                    [App\Providers\EventServiceProvider] => 1
                                                                                                    [App\Providers\RouteServiceProvider] => 1
                                                                                                    [Illuminate\Queue\QueueServiceProvider] => 1
                                                                                                )
                                                                                            deferredServices => Array(
                                                                                                    [Illuminate\Broadcasting\BroadcastManager] => Illuminate\Broadcasting\BroadcastServiceProvider
                                                                                                    [Illuminate\Contracts\Broadcasting\Factory] => Illuminate\Broadcasting\BroadcastServiceProvider
                                                                                                    [Illuminate\Contracts\Broadcasting\Broadcaster] => Illuminate\Broadcasting\BroadcastServiceProvider
                                                                                                    [Illuminate\Bus\Dispatcher] => Illuminate\Bus\BusServiceProvider
                                                                                                    [Illuminate\Contracts\Bus\Dispatcher] => Illuminate\Bus\BusServiceProvider
                                                                                                    [Illuminate\Contracts\Bus\QueueingDispatcher] => Illuminate\Bus\BusServiceProvider
                                                                                                    cache => Illuminate\Cache\CacheServiceProvider
                                                                                                    [cache.store] => Illuminate\Cache\CacheServiceProvider
                                                                                                    [cache.psr6] => Illuminate\Cache\CacheServiceProvider
                                                                                                    [memcached.connector] => Illuminate\Cache\CacheServiceProvider
                                                                                                    [command.cache.clear] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.cache.forget] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.clear-compiled] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.auth.resets.clear] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.config.cache] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.config.clear] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.db.wipe] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.down] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.environment] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.event.cache] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.event.clear] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.event.list] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.key.generate] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.optimize] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.optimize.clear] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.package.discover] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.preset] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.queue.failed] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.queue.flush] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.queue.forget] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.queue.listen] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.queue.restart] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.queue.retry] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.queue.work] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.route.cache] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.route.clear] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.route.list] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.seed] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [Illuminate\Console\Scheduling\ScheduleFinishCommand] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [Illuminate\Console\Scheduling\ScheduleRunCommand] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.storage.link] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.up] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.view.cache] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.view.clear] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.cache.table] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.channel.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.console.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.controller.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.event.generate] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.event.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.exception.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.factory.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.job.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.listener.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.mail.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.middleware.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.model.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.notification.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.notification.table] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.observer.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.policy.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.provider.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.queue.failed-table] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.queue.table] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.request.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.resource.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.rule.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.seeder.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.session.table] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.serve] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.test.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.vendor.publish] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    migrator => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [migration.repository] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [migration.creator] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.migrate] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.migrate.fresh] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.migrate.install] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.migrate.refresh] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.migrate.reset] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.migrate.rollback] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.migrate.status] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.migrate.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    composer => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    hash => Illuminate\Hashing\HashServiceProvider
                                                                                                    [hash.driver] => Illuminate\Hashing\HashServiceProvider
                                                                                                    mailer => Illuminate\Mail\MailServiceProvider
                                                                                                    [swift.mailer] => Illuminate\Mail\MailServiceProvider
                                                                                                    [swift.transport] => Illuminate\Mail\MailServiceProvider
                                                                                                    [Illuminate\Mail\Markdown] => Illuminate\Mail\MailServiceProvider
                                                                                                    [Illuminate\Contracts\Pipeline\Hub] => Illuminate\Pipeline\PipelineServiceProvider
                                                                                                    [queue.worker] => Illuminate\Queue\QueueServiceProvider
                                                                                                    [queue.listener] => Illuminate\Queue\QueueServiceProvider
                                                                                                    [queue.failer] => Illuminate\Queue\QueueServiceProvider
                                                                                                    [queue.connection] => Illuminate\Queue\QueueServiceProvider
                                                                                                    redis => Illuminate\Redis\RedisServiceProvider
                                                                                                    [redis.connection] => Illuminate\Redis\RedisServiceProvider
                                                                                                    [auth.password] => Illuminate\Auth\Passwords\PasswordResetServiceProvider
                                                                                                    [auth.password.broker] => Illuminate\Auth\Passwords\PasswordResetServiceProvider
                                                                                                    translator => Illuminate\Translation\TranslationServiceProvider
                                                                                                    [translation.loader] => Illuminate\Translation\TranslationServiceProvider
                                                                                                    validator => Illuminate\Validation\ValidationServiceProvider
                                                                                                    [validation.presence] => Illuminate\Validation\ValidationServiceProvider
                                                                                                    [command.tinker] => Laravel\Tinker\TinkerServiceProvider
                                                                                                )
                                                                                            appPath => 
                                                                                            databasePath => 
                                                                                            storagePath => 
                                                                                            environmentPath => 
                                                                                            environmentFile => .env
                                                                                            isRunningInConsole => 1
                                                                                            namespace => 
                                                                                            resolved => Array(
                                                                                                    events => 1
                                                                                                    [App\Console\Kernel] => 1
                                                                                                    [Illuminate\Contracts\Console\Kernel] => 1
                                                                                                    [Illuminate\Foundation\Bootstrap\LoadEnvironmentVariables] => 1
                                                                                                    [Illuminate\Foundation\Bootstrap\LoadConfiguration] => 1
                                                                                                    [Illuminate\Foundation\Bootstrap\HandleExceptions] => 1
                                                                                                    env => 1
                                                                                                    [Illuminate\Foundation\Bootstrap\RegisterFacades] => 1
                                                                                                    [Illuminate\Foundation\Bootstrap\SetRequestForConsole] => 1
                                                                                                    [Illuminate\Foundation\Bootstrap\RegisterProviders] => 1
                                                                                                    [Facade\Ignition\LogRecorder\LogRecorder] => 1
                                                                                                    [Facade\Ignition\DumpRecorder\DumpRecorder] => 1
                                                                                                    [Facade\Ignition\QueryRecorder\QueryRecorder] => 1
                                                                                                    [flare.http] => 1
                                                                                                    [flare.client] => 1
                                                                                                    [Facade\Ignition\Middleware\SetNotifierName] => 1
                                                                                                    [Facade\Ignition\Middleware\AddEnvironmentInformation] => 1
                                                                                                    [Facade\Ignition\Middleware\AddLogs] => 1
                                                                                                    [Facade\Ignition\Middleware\AddDumps] => 1
                                                                                                    [Facade\Ignition\Middleware\AddQueries] => 1
                                                                                                    [Facade\IgnitionContracts\SolutionProviderRepository] => 1
                                                                                                    [Facade\Ignition\Middleware\AddSolutions] => 1
                                                                                                    [App\Exceptions\Handler] => 1
                                                                                                    [Illuminate\Contracts\Debug\ExceptionHandler] => 1
                                                                                                    [Illuminate\Foundation\Bootstrap\BootProviders] => 1
                                                                                                    [db.factory] => 1
                                                                                                    db => 1
                                                                                                    [view.engine.resolver] => 1
                                                                                                    files => 1
                                                                                                    [blade.compiler] => 1
                                                                                                    log => 1
                                                                                                    queue => 1
                                                                                                    router => 1
                                                                                                    url => 1
                                                                                                )
                                                                                            bindings => Array(
                                                                                                    [Illuminate\Foundation\Mix] => Array(
                                                                                                            concrete => Closure Object(
                                                                                                                    static => Array(
                                                                                                                            abstract => Illuminate\Foundation\Mix
                                                                                                                            concrete => Illuminate\Foundation\Mix
                                                                                                                        )
                                                                                                                    this => Illuminate\Foundation\Application Object
 
                                                                                                                    parameter => Array(
                                                                                                                            [$container] => 
                                                                                                                            [$parameters] => 
                                                                                                                        )
                                                                                                                )
                                                                                                            shared => 1
                                                                                                        )
                                                                                                    events => Array(
                                                                                                            concrete => Closure Object(
                                                                                                                    this => Illuminate\Events\EventServiceProvider Object(
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                    parameter => Array(
                                                                                                                            [$app] => 
                                                                                                                        )
                                                                                                                )
                                                                                                            shared => 1
                                                                                                        )
                                                                                                    log => Array(
                                                                                                            concrete => Closure Object(
                                                                                                                    this => Illuminate\Log\LogServiceProvider Object(
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                )
                                                                                                            shared => 1
                                                                                                        )
                                                                                                    router => Array(
                                                                                                            concrete => Closure Object(
                                                                                                                    this => Illuminate\Routing\RoutingServiceProvider Object(
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                    parameter => Array(
                                                                                                                            [$app] => 
                                                                                                                        )
                                                                                                                )
                                                                                                            shared => 1
                                                                                                        )
                                                                                                    url => Array(
                                                                                                            concrete => Closure Object(
                                                                                                                    this => Illuminate\Routing\RoutingServiceProvider Object(
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                    parameter => Array(
                                                                                                                            [$app] => 
                                                                                                                        )
                                                                                                                )
                                                                                                            shared => 1
                                                                                                        )
                                                                                                    redirect => Array(
                                                                                                            concrete => Closure Object(
                                                                                                                    this => Illuminate\Routing\RoutingServiceProvider Object(
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                    parameter => Array(
                                                                                                                            [$app] => 
                                                                                                                        )
                                                                                                                )
                                                                                                            shared => 1
                                                                                                        )
                                                                                                    [Psr\Http\Message\ServerRequestInterface] => Array(
                                                                                                            concrete => Closure Object(
                                                                                                                    this => Illuminate\Routing\RoutingServiceProvider Object(
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                    parameter => Array(
                                                                                                                            [$app] => 
                                                                                                                        )
                                                                                                                )
                                                                                                            shared => 
                                                                                                        )
                                                                                                    [Psr\Http\Message\ResponseInterface] => Array(
                                                                                                            concrete => Closure Object(
                                                                                                                    this => Illuminate\Routing\RoutingServiceProvider Object(
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                )
                                                                                                            shared => 
                                                                                                        )
                                                                                                    [Illuminate\Contracts\Routing\ResponseFactory] => Array(
                                                                                                            concrete => Closure Object(
                                                                                                                    this => Illuminate\Routing\RoutingServiceProvider Object(
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                    parameter => Array(
                                                                                                                            [$app] => 
                                                                                                                        )
                                                                                                                )
                                                                                                            shared => 1
                                                                                                        )
                                                                                                    [Illuminate\Routing\Contracts\ControllerDispatcher] => Array(
                                                                                                            concrete => Closure Object(
                                                                                                                    this => Illuminate\Routing\RoutingServiceProvider Object(
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                    parameter => Array(
                                                                                                                            [$app] => 
                                                                                                                        )
                                                                                                                )
                                                                                                            shared => 1
                                                                                                        )
                                                                                                    [Illuminate\Contracts\Http\Kernel] => Array(
                                                                                                            concrete => Closure Object(
                                                                                                                    static => Array(
                                                                                                                            abstract => Illuminate\Contracts\Http\Kernel
                                                                                                                            concrete => App\Http\Kernel
                                                                                                                        )
                                                                                                                    this => Illuminate\Foundation\Application Object
 
                                                                                                                    parameter => Array(
                                                                                                                            [$container] => 
                                                                                                                            [$parameters] => 
                                                                                                                        )
                                                                                                                )
                                                                                                            shared => 1
                                                                                                        )
                                                                                                    [Illuminate\Contracts\Console\Kernel] => Array(
                                                                                                            concrete => Closure Object(
                                                                                                                    static => Array(
                                                                                                                            abstract => Illuminate\Contracts\Console\Kernel
                                                                                                                            concrete => App\Console\Kernel
                                                                                                                        )
                                                                                                                    this => Illuminate\Foundation\Application Object
 
                                                                                                                    parameter => Array(
                                                                                                                            [$container] => 
                                                                                                                            [$parameters] => 
                                                                                                                        )
                                                                                                                )
                                                                                                            shared => 1
                                                                                                        )
                                                                                                    [Illuminate\Contracts\Debug\ExceptionHandler] => Array(
                                                                                                            concrete => Closure Object(
                                                                                                                    static => Array(
                                                                                                                            appExceptionHandler => App\Exceptions\Handler Object(
                                                                                                                                    dontReport => Array()
                                                                                                                                    dontFlash => Array(
                                                                                                                                            0 => password
                                                                                                                                            1 => password_confirmation
                                                                                                                                        )
                                                                                                                                    container => Illuminate\Foundation\Application Object
 
                                                                                                                                    internalDontReport => Array(
                                                                                                                                            0 => Illuminate\Auth\AuthenticationException
                                                                                                                                            1 => Illuminate\Auth\Access\AuthorizationException
                                                                                                                                            2 => Symfony\Component\HttpKernel\Exception\HttpException
                                                                                                                                            3 => Illuminate\Http\Exceptions\HttpResponseException
                                                                                                                                            4 => Illuminate\Database\Eloquent\ModelNotFoundException
                                                                                                                                            5 => Symfony\Component\HttpFoundation\Exception\SuspiciousOperationException
                                                                                                                                            6 => Illuminate\Session\TokenMismatchException
                                                                                                                                            7 => Illuminate\Validation\ValidationException
                                                                                                                                        )
                                                                                                                                )
                                                                                                                        )
                                                                                                                    this => NunoMaduro\Collision\Adapters\Laravel\CollisionServiceProvider Object(
                                                                                                                            defer => 1
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                    parameter => Array(
                                                                                                                            [$app] => 
                                                                                                                        )
                                                                                                                )
                                                                                                            shared => 1
                                                                                                        )
                                                                                                    env => Array(
                                                                                                            concrete => Closure Object(
                                                                                                                    static => Array(
                                                                                                                            value => local
                                                                                                                        )
                                                                                                                    this => Illuminate\Foundation\Application Object
 
                                                                                                                )
                                                                                                            shared => 
                                                                                                        )
                                                                                                    auth => Array(
                                                                                                            concrete => Closure Object(
                                                                                                                    this => Illuminate\Auth\AuthServiceProvider Object(
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                    parameter => Array(
                                                                                                                            [$app] => 
                                                                                                                        )
                                                                                                                )
                                                                                                            shared => 1
                                                                                                        )
                                                                                                    [auth.driver] => Array(
                                                                                                            concrete => Closure Object(
                                                                                                                    this => Illuminate\Auth\AuthServiceProvider Object(
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                    parameter => Array(
                                                                                                                            [$app] => 
                                                                                                                        )
                                                                                                                )
                                                                                                            shared => 1
                                                                                                        )
                                                                                                    [Illuminate\Contracts\Auth\Authenticatable] => Array(
                                                                                                            concrete => Closure Object(
                                                                                                                    this => Illuminate\Auth\AuthServiceProvider Object(
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                    parameter => Array(
                                                                                                                            [$app] => 
                                                                                                                        )
                                                                                                                )
                                                                                                            shared => 
                                                                                                        )
                                                                                                    [Illuminate\Contracts\Auth\Access\Gate] => Array(
                                                                                                            concrete => Closure Object(
                                                                                                                    this => Illuminate\Auth\AuthServiceProvider Object(
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                    parameter => Array(
                                                                                                                            [$app] => 
                                                                                                                        )
                                                                                                                )
                                                                                                            shared => 1
                                                                                                        )
                                                                                                    cookie => Array(
                                                                                                            concrete => Closure Object(
                                                                                                                    this => Illuminate\Cookie\CookieServiceProvider Object(
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                    parameter => Array(
                                                                                                                            [$app] => 
                                                                                                                        )
                                                                                                                )
                                                                                                            shared => 1
                                                                                                        )
                                                                                                    [db.factory] => Array(
                                                                                                            concrete => Closure Object(
                                                                                                                    this => Illuminate\Database\DatabaseServiceProvider Object(
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                    parameter => Array(
                                                                                                                            [$app] => 
                                                                                                                        )
                                                                                                                )
                                                                                                            shared => 1
                                                                                                        )
                                                                                                    db => Array(
                                                                                                            concrete => Closure Object(
                                                                                                                    this => Illuminate\Database\DatabaseServiceProvider Object(
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                    parameter => Array(
                                                                                                                            [$app] => 
                                                                                                                        )
                                                                                                                )
                                                                                                            shared => 1
                                                                                                        )
                                                                                                    [db.connection] => Array(
                                                                                                            concrete => Closure Object(
                                                                                                                    this => Illuminate\Database\DatabaseServiceProvider Object(
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                    parameter => Array(
                                                                                                                            [$app] => 
                                                                                                                        )
                                                                                                                )
                                                                                                            shared => 
                                                                                                        )
                                                                                                    [Faker\Generator] => Array(
                                                                                                            concrete => Closure Object(
                                                                                                                    this => Illuminate\Database\DatabaseServiceProvider Object(
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                    parameter => Array(
                                                                                                                            [$app] => 
                                                                                                                        )
                                                                                                                )
                                                                                                            shared => 1
                                                                                                        )
                                                                                                    [Illuminate\Database\Eloquent\Factory] => Array(
                                                                                                            concrete => Closure Object(
                                                                                                                    this => Illuminate\Database\DatabaseServiceProvider Object(
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                    parameter => Array(
                                                                                                                            [$app] => 
                                                                                                                        )
                                                                                                                )
                                                                                                            shared => 1
                                                                                                        )
                                                                                                    [Illuminate\Contracts\Queue\EntityResolver] => Array(
                                                                                                            concrete => Closure Object(
                                                                                                                    this => Illuminate\Database\DatabaseServiceProvider Object(
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                )
                                                                                                            shared => 1
                                                                                                        )
                                                                                                    encrypter => Array(
                                                                                                            concrete => Closure Object(
                                                                                                                    this => Illuminate\Encryption\EncryptionServiceProvider Object(
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                    parameter => Array(
                                                                                                                            [$app] => 
                                                                                                                        )
                                                                                                                )
                                                                                                            shared => 1
                                                                                                        )
                                                                                                    files => Array(
                                                                                                            concrete => Closure Object(
                                                                                                                    this => Illuminate\Filesystem\FilesystemServiceProvider Object(
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                )
                                                                                                            shared => 1
                                                                                                        )
                                                                                                    filesystem => Array(
                                                                                                            concrete => Closure Object(
                                                                                                                    this => Illuminate\Filesystem\FilesystemServiceProvider Object(
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                )
                                                                                                            shared => 1
                                                                                                        )
                                                                                                    [filesystem.disk] => Array(
                                                                                                            concrete => Closure Object(
                                                                                                                    this => Illuminate\Filesystem\FilesystemServiceProvider Object(
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                )
                                                                                                            shared => 1
                                                                                                        )
                                                                                                    [filesystem.cloud] => Array(
                                                                                                            concrete => Closure Object(
                                                                                                                    this => Illuminate\Filesystem\FilesystemServiceProvider Object(
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                )
                                                                                                            shared => 1
                                                                                                        )
                                                                                                    [Illuminate\Notifications\ChannelManager] => Array(
                                                                                                            concrete => Closure Object(
                                                                                                                    this => Illuminate\Notifications\NotificationServiceProvider Object(
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                    parameter => Array(
                                                                                                                            [$app] => 
                                                                                                                        )
                                                                                                                )
                                                                                                            shared => 1
                                                                                                        )
                                                                                                    session => Array(
                                                                                                            concrete => Closure Object(
                                                                                                                    this => Illuminate\Session\SessionServiceProvider Object(
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                    parameter => Array(
                                                                                                                            [$app] => 
                                                                                                                        )
                                                                                                                )
                                                                                                            shared => 1
                                                                                                        )
                                                                                                    [session.store] => Array(
                                                                                                            concrete => Closure Object(
                                                                                                                    this => Illuminate\Session\SessionServiceProvider Object(
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                    parameter => Array(
                                                                                                                            [$app] => 
                                                                                                                        )
                                                                                                                )
                                                                                                            shared => 1
                                                                                                        )
                                                                                                    [Illuminate\Session\Middleware\StartSession] => Array(
                                                                                                            concrete => Closure Object(
                                                                                                                    static => Array(
                                                                                                                            abstract => Illuminate\Session\Middleware\StartSession
                                                                                                                            concrete => Illuminate\Session\Middleware\StartSession
                                                                                                                        )
                                                                                                                    this => Illuminate\Foundation\Application Object
 
                                                                                                                    parameter => Array(
                                                                                                                            [$container] => 
                                                                                                                            [$parameters] => 
                                                                                                                        )
                                                                                                                )
                                                                                                            shared => 1
                                                                                                        )
                                                                                                    view => Array(
                                                                                                            concrete => Closure Object(
                                                                                                                    this => Illuminate\View\ViewServiceProvider Object(
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                    parameter => Array(
                                                                                                                            [$app] => 
                                                                                                                        )
                                                                                                                )
                                                                                                            shared => 1
                                                                                                        )
                                                                                                    [view.finder] => Array(
                                                                                                            concrete => Closure Object(
                                                                                                                    this => Illuminate\View\ViewServiceProvider Object(
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                    parameter => Array(
                                                                                                                            [$app] => 
                                                                                                                        )
                                                                                                                )
                                                                                                            shared => 
                                                                                                        )
                                                                                                    [view.engine.resolver] => Array(
                                                                                                            concrete => Closure Object(
                                                                                                                    this => Illuminate\View\ViewServiceProvider Object(
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                )
                                                                                                            shared => 1
                                                                                                        )
                                                                                                    [Facade\IgnitionContracts\SolutionProviderRepository] => Array(
                                                                                                            concrete => Closure Object(
                                                                                                                    this => Facade\Ignition\IgnitionServiceProvider Object(
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                )
                                                                                                            shared => 1
                                                                                                        )
                                                                                                    [Facade\Ignition\ErrorPage\Renderer] => Array(
                                                                                                            concrete => Closure Object(
                                                                                                                    this => Facade\Ignition\IgnitionServiceProvider Object(
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                )
                                                                                                            shared => 
                                                                                                        )
                                                                                                    [Whoops\Handler\HandlerInterface] => Array(
                                                                                                            concrete => Closure Object(
                                                                                                                    this => Facade\Ignition\IgnitionServiceProvider Object(
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                    parameter => Array(
                                                                                                                            [$app] => 
                                                                                                                        )
                                                                                                                )
                                                                                                            shared => 
                                                                                                        )
                                                                                                    [Facade\Ignition\IgnitionConfig] => Array(
                                                                                                            concrete => Closure Object(
                                                                                                                    this => Facade\Ignition\IgnitionServiceProvider Object(
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                )
                                                                                                            shared => 1
                                                                                                        )
                                                                                                    [flare.http] => Array(
                                                                                                            concrete => Closure Object(
                                                                                                                    this => Facade\Ignition\IgnitionServiceProvider Object(
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                )
                                                                                                            shared => 1
                                                                                                        )
                                                                                                    [flare.client] => Array(
                                                                                                            concrete => Closure Object(
                                                                                                                    this => Facade\Ignition\IgnitionServiceProvider Object(
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                )
                                                                                                            shared => 1
                                                                                                        )
                                                                                                    [Facade\Ignition\LogRecorder\LogRecorder] => Array(
                                                                                                            concrete => Closure Object(
                                                                                                                    static => Array(
                                                                                                                            abstract => Facade\Ignition\LogRecorder\LogRecorder
                                                                                                                            concrete => Facade\Ignition\LogRecorder\LogRecorder
                                                                                                                        )
                                                                                                                    this => Illuminate\Foundation\Application Object
 
                                                                                                                    parameter => Array(
                                                                                                                            [$container] => 
                                                                                                                            [$parameters] => 
                                                                                                                        )
                                                                                                                )
                                                                                                            shared => 1
                                                                                                        )
                                                                                                    [Facade\Ignition\DumpRecorder\DumpRecorder] => Array(
                                                                                                            concrete => Closure Object(
                                                                                                                    static => Array(
                                                                                                                            abstract => Facade\Ignition\DumpRecorder\DumpRecorder
                                                                                                                            concrete => Facade\Ignition\DumpRecorder\DumpRecorder
                                                                                                                        )
                                                                                                                    this => Illuminate\Foundation\Application Object
 
                                                                                                                    parameter => Array(
                                                                                                                            [$container] => 
                                                                                                                            [$parameters] => 
                                                                                                                        )
                                                                                                                )
                                                                                                            shared => 1
                                                                                                        )
                                                                                                    [Facade\Ignition\QueryRecorder\QueryRecorder] => Array(
                                                                                                            concrete => Closure Object(
                                                                                                                    static => Array(
                                                                                                                            abstract => Facade\Ignition\QueryRecorder\QueryRecorder
                                                                                                                            concrete => Facade\Ignition\QueryRecorder\QueryRecorder
                                                                                                                        )
                                                                                                                    this => Illuminate\Foundation\Application Object
 
                                                                                                                    parameter => Array(
                                                                                                                            [$container] => 
                                                                                                                            [$parameters] => 
                                                                                                                        )
                                                                                                                )
                                                                                                            shared => 1
                                                                                                        )
                                                                                                    [NunoMaduro\Collision\Contracts\Adapters\Phpunit\Listener] => Array(
                                                                                                            concrete => Closure Object(
                                                                                                                    static => Array(
                                                                                                                            abstract => NunoMaduro\Collision\Contracts\Adapters\Phpunit\Listener
                                                                                                                            concrete => NunoMaduro\Collision\Adapters\Phpunit\Listener
                                                                                                                        )
                                                                                                                    this => Illuminate\Foundation\Application Object
 
                                                                                                                    parameter => Array(
                                                                                                                            [$container] => 
                                                                                                                            [$parameters] => 
                                                                                                                        )
                                                                                                                )
                                                                                                            shared => 1
                                                                                                        )
                                                                                                    [NunoMaduro\Collision\Contracts\Provider] => Array(
                                                                                                            concrete => Closure Object(
                                                                                                                    static => Array(
                                                                                                                            abstract => NunoMaduro\Collision\Contracts\Provider
                                                                                                                            concrete => NunoMaduro\Collision\Provider
                                                                                                                        )
                                                                                                                    this => Illuminate\Foundation\Application Object
 
                                                                                                                    parameter => Array(
                                                                                                                            [$container] => 
                                                                                                                            [$parameters] => 
                                                                                                                        )
                                                                                                                )
                                                                                                            shared => 
                                                                                                        )
                                                                                                    [blade.compiler] => Array(
                                                                                                            concrete => Closure Object(
                                                                                                                    this => Illuminate\View\ViewServiceProvider Object(
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                )
                                                                                                            shared => 1
                                                                                                        )
                                                                                                    [flare.logger] => Array(
                                                                                                            concrete => Closure Object(
                                                                                                                    this => Facade\Ignition\IgnitionServiceProvider Object(
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                    parameter => Array(
                                                                                                                            [$app] => 
                                                                                                                        )
                                                                                                                )
                                                                                                            shared => 1
                                                                                                        )
                                                                                                    [command.flare:test] => Array(
                                                                                                            concrete => Closure Object(
                                                                                                                    static => Array(
                                                                                                                            abstract => command.flare:test
                                                                                                                            concrete => Facade\Ignition\Commands\TestCommand
                                                                                                                        )
                                                                                                                    this => Illuminate\Foundation\Application Object
 
                                                                                                                    parameter => Array(
                                                                                                                            [$container] => 
                                                                                                                            [$parameters] => 
                                                                                                                        )
                                                                                                                )
                                                                                                            shared => 
                                                                                                        )
                                                                                                    [command.make:solution] => Array(
                                                                                                            concrete => Closure Object(
                                                                                                                    static => Array(
                                                                                                                            abstract => command.make:solution
                                                                                                                            concrete => Facade\Ignition\Commands\SolutionMakeCommand
                                                                                                                        )
                                                                                                                    this => Illuminate\Foundation\Application Object
 
                                                                                                                    parameter => Array(
                                                                                                                            [$container] => 
                                                                                                                            [$parameters] => 
                                                                                                                        )
                                                                                                                )
                                                                                                            shared => 
                                                                                                        )
                                                                                                    queue => Array(
                                                                                                            concrete => Closure Object(
                                                                                                                    this => Illuminate\Queue\QueueServiceProvider Object(
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                    parameter => Array(
                                                                                                                            [$app] => 
                                                                                                                        )
                                                                                                                )
                                                                                                            shared => 1
                                                                                                        )
                                                                                                    [queue.connection] => Array(
                                                                                                            concrete => Closure Object(
                                                                                                                    this => Illuminate\Queue\QueueServiceProvider Object(
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                    parameter => Array(
                                                                                                                            [$app] => 
                                                                                                                        )
                                                                                                                )
                                                                                                            shared => 1
                                                                                                        )
                                                                                                    [queue.worker] => Array(
                                                                                                            concrete => Closure Object(
                                                                                                                    this => Illuminate\Queue\QueueServiceProvider Object(
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                )
                                                                                                            shared => 1
                                                                                                        )
                                                                                                    [queue.listener] => Array(
                                                                                                            concrete => Closure Object(
                                                                                                                    this => Illuminate\Queue\QueueServiceProvider Object(
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                )
                                                                                                            shared => 1
                                                                                                        )
                                                                                                    [queue.failer] => Array(
                                                                                                            concrete => Closure Object(
                                                                                                                    this => Illuminate\Queue\QueueServiceProvider Object(
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                )
                                                                                                            shared => 1
                                                                                                        )
                                                                                                    [Facade\Ignition\DumpRecorder\MultiDumpHandler] => Array(
                                                                                                            concrete => Closure Object(
                                                                                                                    static => Array(
                                                                                                                            abstract => Facade\Ignition\DumpRecorder\MultiDumpHandler
                                                                                                                            concrete => Facade\Ignition\DumpRecorder\MultiDumpHandler Object(
                                                                                                                                    handlers => Array(
                                                                                                                                            0 => Closure Object(
                                                                                                                                                    this => Facade\Ignition\DumpRecorder\DumpRecorder Object(
                                                                                                                                                            dumps => Array()
                                                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                                                        )
                                                                                                                                                    parameter => Array(
                                                                                                                                                            [$value] => 
                                                                                                                                                        )
                                                                                                                                                )
                                                                                                                                            1 => Closure Object(
                                                                                                                                                    this => Facade\Ignition\DumpRecorder\DumpRecorder Object(
                                                                                                                                                            dumps => Array()
                                                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                                                        )
                                                                                                                                                    parameter => Array(
                                                                                                                                                            [$var] => 
                                                                                                                                                        )
                                                                                                                                                )
                                                                                                                                        )
                                                                                                                                )
                                                                                                                        )
                                                                                                                    this => Illuminate\Foundation\Application Object
 
                                                                                                                    parameter => Array(
                                                                                                                            [$container] => 
                                                                                                                            [$parameters] => 
                                                                                                                        )
                                                                                                                )
                                                                                                            shared => 1
                                                                                                        )
                                                                                                )
                                                                                            methodBindings => Array()
                                                                                            instances => Array(
                                                                                                    path => /0000/app
                                                                                                    [path.base] => /0000
                                                                                                    [path.lang] => /0000/resources/lang
                                                                                                    [path.config] => /0000/config
                                                                                                    [path.public] => /0000/public
                                                                                                    [path.storage] => /0000/storage
                                                                                                    [path.database] => /0000/database
                                                                                                    [path.resources] => /0000/resources
                                                                                                    [path.bootstrap] => /0000/bootstrap
                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                    [Illuminate\Container\Container] => Illuminate\Foundation\Application Object
 
                                                                                                    [Illuminate\Foundation\PackageManifest] => Illuminate\Foundation\PackageManifest Object(
                                                                                                            files => Illuminate\Filesystem\Filesystem Object()
                                                                                                            basePath => /0000
                                                                                                            vendorPath => /0000/vendor
                                                                                                            manifestPath => /0000/bootstrap/cache/packages.php
                                                                                                            manifest => Array(
                                                                                                                    [facade/ignition] => Array(
                                                                                                                            providers => Array(
                                                                                                                                    0 => Facade\Ignition\IgnitionServiceProvider
                                                                                                                                )
                                                                                                                            aliases => Array(
                                                                                                                                    Flare => Facade\Ignition\Facades\Flare
                                                                                                                                )
                                                                                                                        )
                                                                                                                    [fideloper/proxy] => Array(
                                                                                                                            providers => Array(
                                                                                                                                    0 => Fideloper\Proxy\TrustedProxyServiceProvider
                                                                                                                                )
                                                                                                                        )
                                                                                                                    [laravel/tinker] => Array(
                                                                                                                            providers => Array(
                                                                                                                                    0 => Laravel\Tinker\TinkerServiceProvider
                                                                                                                                )
                                                                                                                        )
                                                                                                                    [nesbot/carbon] => Array(
                                                                                                                            providers => Array(
                                                                                                                                    0 => Carbon\Laravel\ServiceProvider
                                                                                                                                )
                                                                                                                        )
                                                                                                                    [nunomaduro/collision] => Array(
                                                                                                                            providers => Array(
                                                                                                                                    0 => NunoMaduro\Collision\Adapters\Laravel\CollisionServiceProvider
                                                                                                                                )
                                                                                                                        )
                                                                                                                )
                                                                                                        )
                                                                                                    events => Illuminate\Events\Dispatcher Object
 
                                                                                                    [Illuminate\Contracts\Console\Kernel] => App\Console\Kernel Object(
                                                                                                            commands => Array()
                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                            events => Illuminate\Events\Dispatcher Object
 
                                                                                                            artisan => 
                                                                                                            commandsLoaded => 
                                                                                                            bootstrappers => Array(
                                                                                                                    0 => Illuminate\Foundation\Bootstrap\LoadEnvironmentVariables
                                                                                                                    1 => Illuminate\Foundation\Bootstrap\LoadConfiguration
                                                                                                                    2 => Illuminate\Foundation\Bootstrap\HandleExceptions
                                                                                                                    3 => Illuminate\Foundation\Bootstrap\RegisterFacades
                                                                                                                    4 => Illuminate\Foundation\Bootstrap\SetRequestForConsole
                                                                                                                    5 => Illuminate\Foundation\Bootstrap\RegisterProviders
                                                                                                                    6 => Illuminate\Foundation\Bootstrap\BootProviders
                                                                                                                )
                                                                                                        )
                                                                                                    config => Illuminate\Config\Repository Object(
                                                                                                            items => Array(
                                                                                                                    app => Array(
                                                                                                                            name => 本地测试
                                                                                                                            env => local
                                                                                                                            debug => 1
                                                                                                                            url => http://localhost
                                                                                                                            asset_url => 
                                                                                                                            timezone => UTC
                                                                                                                            locale => en
                                                                                                                            fallback_locale => en
                                                                                                                            faker_locale => en_US
                                                                                                                            key => base64:gIjju1XIlTNS6j8BuifyrL2QAARYlvdKYd31eAqei7g=
                                                                                                                            cipher => AES-256-CBC
                                                                                                                            providers => Array(
                                                                                                                                    0 => Illuminate\Auth\AuthServiceProvider
                                                                                                                                    1 => Illuminate\Broadcasting\BroadcastServiceProvider
                                                                                                                                    2 => Illuminate\Bus\BusServiceProvider
                                                                                                                                    3 => Illuminate\Cache\CacheServiceProvider
                                                                                                                                    4 => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                                                    5 => Illuminate\Cookie\CookieServiceProvider
                                                                                                                                    6 => Illuminate\Database\DatabaseServiceProvider
                                                                                                                                    7 => Illuminate\Encryption\EncryptionServiceProvider
                                                                                                                                    8 => Illuminate\Filesystem\FilesystemServiceProvider
                                                                                                                                    9 => Illuminate\Foundation\Providers\FoundationServiceProvider
                                                                                                                                    10 => Illuminate\Hashing\HashServiceProvider
                                                                                                                                    11 => Illuminate\Mail\MailServiceProvider
                                                                                                                                    12 => Illuminate\Notifications\NotificationServiceProvider
                                                                                                                                    13 => Illuminate\Pagination\PaginationServiceProvider
                                                                                                                                    14 => Illuminate\Pipeline\PipelineServiceProvider
                                                                                                                                    15 => Illuminate\Queue\QueueServiceProvider
                                                                                                                                    16 => Illuminate\Redis\RedisServiceProvider
                                                                                                                                    17 => Illuminate\Auth\Passwords\PasswordResetServiceProvider
                                                                                                                                    18 => Illuminate\Session\SessionServiceProvider
                                                                                                                                    19 => Illuminate\Translation\TranslationServiceProvider
                                                                                                                                    20 => Illuminate\Validation\ValidationServiceProvider
                                                                                                                                    21 => Illuminate\View\ViewServiceProvider
                                                                                                                                    22 => App\Providers\AppServiceProvider
                                                                                                                                    23 => App\Providers\AuthServiceProvider
                                                                                                                                    24 => App\Providers\EventServiceProvider
                                                                                                                                    25 => App\Providers\RouteServiceProvider
                                                                                                                                )
                                                                                                                            aliases => Array(
                                                                                                                                    App => Illuminate\Support\Facades\App
                                                                                                                                    Arr => Illuminate\Support\Arr
                                                                                                                                    Artisan => Illuminate\Support\Facades\Artisan
                                                                                                                                    Auth => Illuminate\Support\Facades\Auth
                                                                                                                                    Blade => Illuminate\Support\Facades\Blade
                                                                                                                                    Broadcast => Illuminate\Support\Facades\Broadcast
                                                                                                                                    Bus => Illuminate\Support\Facades\Bus
                                                                                                                                    Cache => Illuminate\Support\Facades\Cache
                                                                                                                                    Config => Illuminate\Support\Facades\Config
                                                                                                                                    Cookie => Illuminate\Support\Facades\Cookie
                                                                                                                                    Crypt => Illuminate\Support\Facades\Crypt
                                                                                                                                    DB => Illuminate\Support\Facades\DB
                                                                                                                                    Eloquent => Illuminate\Database\Eloquent\Model
                                                                                                                                    Event => Illuminate\Support\Facades\Event
                                                                                                                                    File => Illuminate\Support\Facades\File
                                                                                                                                    Gate => Illuminate\Support\Facades\Gate
                                                                                                                                    Hash => Illuminate\Support\Facades\Hash
                                                                                                                                    Lang => Illuminate\Support\Facades\Lang
                                                                                                                                    Log => Illuminate\Support\Facades\Log
                                                                                                                                    Mail => Illuminate\Support\Facades\Mail
                                                                                                                                    Notification => Illuminate\Support\Facades\Notification
                                                                                                                                    Password => Illuminate\Support\Facades\Password
                                                                                                                                    Queue => Illuminate\Support\Facades\Queue
                                                                                                                                    Redirect => Illuminate\Support\Facades\Redirect
                                                                                                                                    Redis => Illuminate\Support\Facades\Redis
                                                                                                                                    Request => Illuminate\Support\Facades\Request
                                                                                                                                    Response => Illuminate\Support\Facades\Response
                                                                                                                                    Route => Illuminate\Support\Facades\Route
                                                                                                                                    Schema => Illuminate\Support\Facades\Schema
                                                                                                                                    Session => Illuminate\Support\Facades\Session
                                                                                                                                    Storage => Illuminate\Support\Facades\Storage
                                                                                                                                    Str => Illuminate\Support\Str
                                                                                                                                    URL => Illuminate\Support\Facades\URL
                                                                                                                                    Validator => Illuminate\Support\Facades\Validator
                                                                                                                                    View => Illuminate\Support\Facades\View
                                                                                                                                )
                                                                                                                        )
                                                                                                                    auth => Array(
                                                                                                                            defaults => Array(
                                                                                                                                    guard => web
                                                                                                                                    passwords => users
                                                                                                                                )
                                                                                                                            guards => Array(
                                                                                                                                    web => Array(
                                                                                                                                            driver => session
                                                                                                                                            provider => users
                                                                                                                                        )
                                                                                                                                    api => Array(
                                                                                                                                            driver => token
                                                                                                                                            provider => users
                                                                                                                                            hash => 
                                                                                                                                        )
                                                                                                                                )
                                                                                                                            providers => Array(
                                                                                                                                    users => Array(
                                                                                                                                            driver => eloquent
                                                                                                                                            model => App\User
                                                                                                                                        )
                                                                                                                                )
                                                                                                                            passwords => Array(
                                                                                                                                    users => Array(
                                                                                                                                            provider => users
                                                                                                                                            table => password_resets
                                                                                                                                            expire => 60
                                                                                                                                            throttle => 60
                                                                                                                                        )
                                                                                                                                )
                                                                                                                            password_timeout => 10800
                                                                                                                        )
                                                                                                                    broadcasting => Array(
                                                                                                                            default => log
                                                                                                                            connections => Array(
                                                                                                                                    pusher => Array(
                                                                                                                                            driver => pusher
                                                                                                                                            key => 
                                                                                                                                            secret => 
                                                                                                                                            app_id => 
                                                                                                                                            options => Array(
                                                                                                                                                    cluster => mt1
                                                                                                                                                    useTLS => 1
                                                                                                                                                )
                                                                                                                                        )
                                                                                                                                    redis => Array(
                                                                                                                                            driver => redis
                                                                                                                                            connection => default
                                                                                                                                        )
                                                                                                                                    log => Array(
                                                                                                                                            driver => log
                                                                                                                                        )
                                                                                                                                    null => Array(
                                                                                                                                            driver => null
                                                                                                                                        )
                                                                                                                                )
                                                                                                                        )
                                                                                                                    cache => Array(
                                                                                                                            default => file
                                                                                                                            stores => Array(
                                                                                                                                    apc => Array(
                                                                                                                                            driver => apc
                                                                                                                                        )
                                                                                                                                    array => Array(
                                                                                                                                            driver => array
                                                                                                                                        )
                                                                                                                                    database => Array(
                                                                                                                                            driver => database
                                                                                                                                            table => cache
                                                                                                                                            connection => 
                                                                                                                                        )
                                                                                                                                    file => Array(
                                                                                                                                            driver => file
                                                                                                                                            path => /0000/storage/framework/cache/data
                                                                                                                                        )
                                                                                                                                    memcached => Array(
                                                                                                                                            driver => memcached
                                                                                                                                            persistent_id => 
                                                                                                                                            sasl => Array(
                                                                                                                                                    0 => 
                                                                                                                                                    1 => 
                                                                                                                                                )
                                                                                                                                            options => Array()
                                                                                                                                            servers => Array(
                                                                                                                                                    0 => Array(
                                                                                                                                                            host => 127.0.0.1
                                                                                                                                                            port => 11211
                                                                                                                                                            weight => 100
                                                                                                                                                        )
                                                                                                                                                )
                                                                                                                                        )
                                                                                                                                    redis => Array(
                                                                                                                                            driver => redis
                                                                                                                                            connection => cache
                                                                                                                                        )
                                                                                                                                    dynamodb => Array(
                                                                                                                                            driver => dynamodb
                                                                                                                                            key => 
                                                                                                                                            secret => 
                                                                                                                                            region => us-east-1
                                                                                                                                            table => cache
                                                                                                                                            endpoint => 
                                                                                                                                        )
                                                                                                                                )
                                                                                                                            prefix => _cache
                                                                                                                        )
                                                                                                                    database => Array(
                                                                                                                            default => mysql
                                                                                                                            connections => Array(
                                                                                                                                    sqlite => Array(
                                                                                                                                            driver => sqlite
                                                                                                                                            url => 
                                                                                                                                            database => laravel
                                                                                                                                            prefix => 
                                                                                                                                            foreign_key_constraints => 1
                                                                                                                                        )
                                                                                                                                    mysql => Array(
                                                                                                                                            driver => mysql
                                                                                                                                            url => 
                                                                                                                                            host => 127.0.0.1
                                                                                                                                            port => 3306
                                                                                                                                            database => laravel
                                                                                                                                            username => root
                                                                                                                                            password => 
                                                                                                                                            unix_socket => 
                                                                                                                                            charset => utf8mb4
                                                                                                                                            collation => utf8mb4_unicode_ci
                                                                                                                                            prefix => 
                                                                                                                                            prefix_indexes => 1
                                                                                                                                            strict => 1
                                                                                                                                            engine => 
                                                                                                                                            options => Array()
                                                                                                                                        )
                                                                                                                                    pgsql => Array(
                                                                                                                                            driver => pgsql
                                                                                                                                            url => 
                                                                                                                                            host => 127.0.0.1
                                                                                                                                            port => 3306
                                                                                                                                            database => laravel
                                                                                                                                            username => root
                                                                                                                                            password => 
                                                                                                                                            charset => utf8
                                                                                                                                            prefix => 
                                                                                                                                            prefix_indexes => 1
                                                                                                                                            schema => public
                                                                                                                                            sslmode => prefer
                                                                                                                                        )
                                                                                                                                    sqlsrv => Array(
                                                                                                                                            driver => sqlsrv
                                                                                                                                            url => 
                                                                                                                                            host => 127.0.0.1
                                                                                                                                            port => 3306
                                                                                                                                            database => laravel
                                                                                                                                            username => root
                                                                                                                                            password => 
                                                                                                                                            charset => utf8
                                                                                                                                            prefix => 
                                                                                                                                            prefix_indexes => 1
                                                                                                                                        )
                                                                                                                                )
                                                                                                                            migrations => migrations
                                                                                                                            redis => Array(
                                                                                                                                    client => phpredis
                                                                                                                                    options => Array(
                                                                                                                                            cluster => redis
                                                                                                                                            prefix => _database_
                                                                                                                                        )
                                                                                                                                    default => Array(
                                                                                                                                            url => 
                                                                                                                                            host => 127.0.0.1
                                                                                                                                            password => 
                                                                                                                                            port => 6379
                                                                                                                                            database => 0
                                                                                                                                        )
                                                                                                                                    cache => Array(
                                                                                                                                            url => 
                                                                                                                                            host => 127.0.0.1
                                                                                                                                            password => 
                                                                                                                                            port => 6379
                                                                                                                                            database => 1
                                                                                                                                        )
                                                                                                                                )
                                                                                                                        )
                                                                                                                    filesystems => Array(
                                                                                                                            default => local
                                                                                                                            cloud => s3
                                                                                                                            disks => Array(
                                                                                                                                    local => Array(
                                                                                                                                            driver => local
                                                                                                                                            root => /0000/storage/app
                                                                                                                                        )
                                                                                                                                    public => Array(
                                                                                                                                            driver => local
                                                                                                                                            root => /0000/storage/app/public
                                                                                                                                            url => http://localhost/storage
                                                                                                                                            visibility => public
                                                                                                                                        )
                                                                                                                                    s3 => Array(
                                                                                                                                            driver => s3
                                                                                                                                            key => 
                                                                                                                                            secret => 
                                                                                                                                            region => us-east-1
                                                                                                                                            bucket => 
                                                                                                                                            url => 
                                                                                                                                        )
                                                                                                                                )
                                                                                                                        )
                                                                                                                    hashing => Array(
                                                                                                                            driver => bcrypt
                                                                                                                            bcrypt => Array(
                                                                                                                                    rounds => 10
                                                                                                                                )
                                                                                                                            argon => Array(
                                                                                                                                    memory => 1024
                                                                                                                                    threads => 2
                                                                                                                                    time => 2
                                                                                                                                )
                                                                                                                        )
                                                                                                                    logging => Array(
                                                                                                                            default => stack
                                                                                                                            channels => Array(
                                                                                                                                    stack => Array(
                                                                                                                                            driver => stack
                                                                                                                                            channels => Array(
                                                                                                                                                    0 => single
                                                                                                                                                )
                                                                                                                                            ignore_exceptions => 
                                                                                                                                        )
                                                                                                                                    single => Array(
                                                                                                                                            driver => single
                                                                                                                                            path => /0000/storage/logs/laravel.log
                                                                                                                                            level => debug
                                                                                                                                        )
                                                                                                                                    daily => Array(
                                                                                                                                            driver => daily
                                                                                                                                            path => /0000/storage/logs/laravel.log
                                                                                                                                            level => debug
                                                                                                                                            days => 14
                                                                                                                                        )
                                                                                                                                    slack => Array(
                                                                                                                                            driver => slack
                                                                                                                                            url => 
                                                                                                                                            username => Laravel Log
                                                                                                                                            emoji => :boom:
                                                                                                                                            level => critical
                                                                                                                                        )
                                                                                                                                    papertrail => Array(
                                                                                                                                            driver => monolog
                                                                                                                                            level => debug
                                                                                                                                            handler => Monolog\Handler\SyslogUdpHandler
                                                                                                                                            handler_with => Array(
                                                                                                                                                    host => 
                                                                                                                                                    port => 
                                                                                                                                                )
                                                                                                                                        )
                                                                                                                                    stderr => Array(
                                                                                                                                            driver => monolog
                                                                                                                                            handler => Monolog\Handler\StreamHandler
                                                                                                                                            formatter => 
                                                                                                                                            with => Array(
                                                                                                                                                    stream => php://stderr
                                                                                                                                                )
                                                                                                                                        )
                                                                                                                                    syslog => Array(
                                                                                                                                            driver => syslog
                                                                                                                                            level => debug
                                                                                                                                        )
                                                                                                                                    errorlog => Array(
                                                                                                                                            driver => errorlog
                                                                                                                                            level => debug
                                                                                                                                        )
                                                                                                                                    null => Array(
                                                                                                                                            driver => monolog
                                                                                                                                            handler => Monolog\Handler\NullHandler
                                                                                                                                        )
                                                                                                                                    emergency => Array(
                                                                                                                                            path => /0000/storage/logs/laravel.log
                                                                                                                                        )
                                                                                                                                )
                                                                                                                        )
                                                                                                                    mail => Array(
                                                                                                                            driver => smtp
                                                                                                                            host => smtp.mailtrap.io
                                                                                                                            port => 2525
                                                                                                                            from => Array(
                                                                                                                                    address => 
                                                                                                                                    name => 本地测试
                                                                                                                                )
                                                                                                                            encryption => 
                                                                                                                            username => 
                                                                                                                            password => 
                                                                                                                            sendmail => /usr/sbin/sendmail -bs
                                                                                                                            markdown => Array(
                                                                                                                                    theme => default
                                                                                                                                    paths => Array(
                                                                                                                                            0 => /0000/resources/views/vendor/mail
                                                                                                                                        )
                                                                                                                                )
                                                                                                                            log_channel => 
                                                                                                                        )
                                                                                                                    queue => Array(
                                                                                                                            default => sync
                                                                                                                            connections => Array(
                                                                                                                                    sync => Array(
                                                                                                                                            driver => sync
                                                                                                                                        )
                                                                                                                                    database => Array(
                                                                                                                                            driver => database
                                                                                                                                            table => jobs
                                                                                                                                            queue => default
                                                                                                                                            retry_after => 90
                                                                                                                                        )
                                                                                                                                    beanstalkd => Array(
                                                                                                                                            driver => beanstalkd
                                                                                                                                            host => localhost
                                                                                                                                            queue => default
                                                                                                                                            retry_after => 90
                                                                                                                                            block_for => 0
                                                                                                                                        )
                                                                                                                                    sqs => Array(
                                                                                                                                            driver => sqs
                                                                                                                                            key => 
                                                                                                                                            secret => 
                                                                                                                                            prefix => https://sqs.us-east-1.amazonaws.com/your-account-id
                                                                                                                                            queue => your-queue-name
                                                                                                                                            region => us-east-1
                                                                                                                                        )
                                                                                                                                    redis => Array(
                                                                                                                                            driver => redis
                                                                                                                                            connection => default
                                                                                                                                            queue => default
                                                                                                                                            retry_after => 90
                                                                                                                                            block_for => 
                                                                                                                                        )
                                                                                                                                )
                                                                                                                            failed => Array(
                                                                                                                                    driver => database
                                                                                                                                    database => mysql
                                                                                                                                    table => failed_jobs
                                                                                                                                )
                                                                                                                        )
                                                                                                                    services => Array(
                                                                                                                            mailgun => Array(
                                                                                                                                    domain => 
                                                                                                                                    secret => 
                                                                                                                                    endpoint => api.mailgun.net
                                                                                                                                )
                                                                                                                            postmark => Array(
                                                                                                                                    token => 
                                                                                                                                )
                                                                                                                            ses => Array(
                                                                                                                                    key => 
                                                                                                                                    secret => 
                                                                                                                                    region => us-east-1
                                                                                                                                )
                                                                                                                        )
                                                                                                                    session => Array(
                                                                                                                            driver => cookie
                                                                                                                            lifetime => 120
                                                                                                                            expire_on_close => 
                                                                                                                            encrypt => 
                                                                                                                            files => /0000/storage/framework/sessions
                                                                                                                            connection => 
                                                                                                                            table => sessions
                                                                                                                            store => 
                                                                                                                            lottery => Array(
                                                                                                                                    0 => 2
                                                                                                                                    1 => 100
                                                                                                                                )
                                                                                                                            cookie => _session
                                                                                                                            path => /
                                                                                                                            domain => 
                                                                                                                            secure => 
                                                                                                                            http_only => 1
                                                                                                                            same_site => 
                                                                                                                        )
                                                                                                                    view => Array(
                                                                                                                            paths => Array(
                                                                                                                                    0 => /0000/resources/views
                                                                                                                                )
                                                                                                                            compiled => /0000/storage/framework/views
                                                                                                                        )
                                                                                                                    flare => Array(
                                                                                                                            key => 
                                                                                                                            reporting => Array(
                                                                                                                                    anonymize_ips => 1
                                                                                                                                    collect_git_information => 1
                                                                                                                                    report_queries => 1
                                                                                                                                    maximum_number_of_collected_queries => 200
                                                                                                                                    report_query_bindings => 1
                                                                                                                                    report_view_data => 1
                                                                                                                                    grouping_type => 
                                                                                                                                )
                                                                                                                            send_logs_as_events => 1
                                                                                                                        )
                                                                                                                    ignition => Array(
                                                                                                                            editor => phpstorm
                                                                                                                            theme => light
                                                                                                                            enable_share_button => 1
                                                                                                                            register_commands => 
                                                                                                                            ignored_solution_providers => Array()
                                                                                                                            enable_runnable_solutions => 
                                                                                                                            remote_sites_path => 
                                                                                                                            local_sites_path => 
                                                                                                                            housekeeping_endpoint_prefix => _ignition
                                                                                                                        )
                                                                                                                    trustedproxy => Array(
                                                                                                                            proxies => 
                                                                                                                            headers => 30
                                                                                                                        )
                                                                                                                )
                                                                                                        )
                                                                                                    request => Illuminate\Http\Request Object(
                                                                                                            json => 
                                                                                                            convertedFiles => 
                                                                                                            userResolver => 
                                                                                                            routeResolver => 
                                                                                                            attributes => Symfony\Component\HttpFoundation\ParameterBag Object(
                                                                                                                    parameters => Array()
                                                                                                                )
                                                                                                            request => Symfony\Component\HttpFoundation\ParameterBag Object(
                                                                                                                    parameters => Array()
                                                                                                                )
                                                                                                            query => Symfony\Component\HttpFoundation\ParameterBag Object(
                                                                                                                    parameters => Array()
                                                                                                                )
                                                                                                            server => Symfony\Component\HttpFoundation\ServerBag Object(
                                                                                                                    parameters => Array(
                                                                                                                            SERVER_NAME => localhost
                                                                                                                            SERVER_PORT => 80
                                                                                                                            HTTP_HOST => localhost
                                                                                                                            HTTP_USER_AGENT => Symfony
                                                                                                                            HTTP_ACCEPT => text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
                                                                                                                            HTTP_ACCEPT_LANGUAGE => en-us,en;q=0.5
                                                                                                                            HTTP_ACCEPT_CHARSET => ISO-8859-1,utf-8;q=0.7,*;q=0.7
                                                                                                                            REMOTE_ADDR => 127.0.0.1
                                                                                                                            SCRIPT_NAME => artisan
                                                                                                                            SCRIPT_FILENAME => artisan
                                                                                                                            SERVER_PROTOCOL => HTTP/1.1
                                                                                                                            REQUEST_TIME => 1578274354
                                                                                                                            PHP_EXTRA_CONFIGURE_ARGS => --enable-fpm --with-fpm-user=www-data --with-fpm-group=www-data --disable-cgi
                                                                                                                            LANGUAGE => C
                                                                                                                            HOSTNAME => d9d2f135fb85
                                                                                                                            PHP_INI_DIR => /usr/local/etc/php
                                                                                                                            GIT_ASKPASS => echo
                                                                                                                            SHLVL => 2
                                                                                                                            HOME => /root
                                                                                                                            OLDPWD => /
                                                                                                                            PHP_LDFLAGS => -Wl,-O1 -Wl,--hash-style=both -pie
                                                                                                                            PHP_CFLAGS => -fstack-protector-strong -fpic -fpie -O2
                                                                                                                            PHP_MD5 => 
                                                                                                                            PHP_VERSION => 7.2.19
                                                                                                                            COMPOSER_HOME => /tmp/composer
                                                                                                                            COMPOSER_BINARY => /usr/bin/composer
                                                                                                                            GPG_KEYS => 1729F83938DA44E27BA0F4D3DBDB397470D12172 B1B44D8F021E4E2D6021E995DC9FF8D3EE5AF27F
                                                                                                                            PHP_CPPFLAGS => -fstack-protector-strong -fpic -fpie -O2
                                                                                                                            PHP_ASC_URL => https://www.php.net/get/php-7.2.19.tar.xz.asc/from/this/mirror
                                                                                                                            PHP_URL => https://www.php.net/get/php-7.2.19.tar.xz/from/this/mirror
                                                                                                                            TERM => xterm
                                                                                                                            PATH => /0000/vendor/bin:/tmp/composer/vendor/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
                                                                                                                            LD_PRELOAD => /usr/lib/preloadable_libiconv.so php
                                                                                                                            PHPIZE_DEPS => autoconf 		dpkg-dev dpkg 		file 		g++ 		gcc 		libc-dev 		make 		pkgconf 		re2c
                                                                                                                            PWD => /0000
                                                                                                                            PHP_SHA256 => 4ffa2404a88d60e993a9fe69f829ebec3eb1e006de41b6048ce5e91bbeaa9282
                                                                                                                            PHP_SELF => artisan
                                                                                                                            PATH_TRANSLATED => artisan
                                                                                                                            DOCUMENT_ROOT => 
                                                                                                                            REQUEST_TIME_FLOAT => 1578274354.5135
                                                                                                                            argv => Array(
                                                                                                                                    0 => artisan
                                                                                                                                    1 => package:discover
                                                                                                                                    2 => --ansi
                                                                                                                                )
                                                                                                                            argc => 3
                                                                                                                            APP_NAME => 本地测试
                                                                                                                            APP_ENV => local
                                                                                                                            APP_KEY => base64:gIjju1XIlTNS6j8BuifyrL2QAARYlvdKYd31eAqei7g=
                                                                                                                            APP_DEBUG => true
                                                                                                                            APP_URL => http://localhost
                                                                                                                            LOG_CHANNEL => stack
                                                                                                                            DB_CONNECTION => mysql
                                                                                                                            DB_HOST => 127.0.0.1
                                                                                                                            DB_PORT => 3306
                                                                                                                            DB_DATABASE => laravel
                                                                                                                            DB_USERNAME => root
                                                                                                                            DB_PASSWORD => 
                                                                                                                            BROADCAST_DRIVER => log
                                                                                                                            CACHE_DRIVER => file
                                                                                                                            QUEUE_CONNECTION => sync
                                                                                                                            SESSION_DRIVER => cookie
                                                                                                                            SESSION_LIFETIME => 120
                                                                                                                            REDIS_HOST => 127.0.0.1
                                                                                                                            REDIS_PASSWORD => null
                                                                                                                            REDIS_PORT => 6379
                                                                                                                            MAIL_DRIVER => smtp
                                                                                                                            MAIL_HOST => smtp.mailtrap.io
                                                                                                                            MAIL_PORT => 2525
                                                                                                                            MAIL_USERNAME => null
                                                                                                                            MAIL_PASSWORD => null
                                                                                                                            MAIL_ENCRYPTION => null
                                                                                                                            MAIL_FROM_ADDRESS => null
                                                                                                                            MAIL_FROM_NAME => 本地测试
                                                                                                                            AWS_ACCESS_KEY_ID => 
                                                                                                                            AWS_SECRET_ACCESS_KEY => 
                                                                                                                            AWS_DEFAULT_REGION => us-east-1
                                                                                                                            AWS_BUCKET => 
                                                                                                                            PUSHER_APP_ID => 
                                                                                                                            PUSHER_APP_KEY => 
                                                                                                                            PUSHER_APP_SECRET => 
                                                                                                                            PUSHER_APP_CLUSTER => mt1
                                                                                                                            MIX_PUSHER_APP_KEY => 
                                                                                                                            MIX_PUSHER_APP_CLUSTER => mt1
                                                                                                                            PATH_INFO => 
                                                                                                                            REQUEST_METHOD => GET
                                                                                                                            REQUEST_URI => /
                                                                                                                            QUERY_STRING => 
                                                                                                                        )
                                                                                                                )
                                                                                                            files => Symfony\Component\HttpFoundation\FileBag Object(
                                                                                                                    parameters => Array()
                                                                                                                )
                                                                                                            cookies => Symfony\Component\HttpFoundation\ParameterBag Object(
                                                                                                                    parameters => Array()
                                                                                                                )
                                                                                                            headers => Symfony\Component\HttpFoundation\HeaderBag Object(
                                                                                                                    headers => Array(
                                                                                                                            host => Array(
                                                                                                                                    0 => localhost
                                                                                                                                )
                                                                                                                            [user-agent] => Array(
                                                                                                                                    0 => Symfony
                                                                                                                                )
                                                                                                                            accept => Array(
                                                                                                                                    0 => text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
                                                                                                                                )
                                                                                                                            [accept-language] => Array(
                                                                                                                                    0 => en-us,en;q=0.5
                                                                                                                                )
                                                                                                                            [accept-charset] => Array(
                                                                                                                                    0 => ISO-8859-1,utf-8;q=0.7,*;q=0.7
                                                                                                                                )
                                                                                                                        )
                                                                                                                    cacheControl => Array()
                                                                                                                )
                                                                                                            content => 
                                                                                                            languages => 
                                                                                                            charsets => 
                                                                                                            encodings => 
                                                                                                            acceptableContentTypes => 
                                                                                                            pathInfo => 
                                                                                                            requestUri => 
                                                                                                            baseUrl => 
                                                                                                            basePath => 
                                                                                                            method => 
                                                                                                            format => 
                                                                                                            session => 
                                                                                                            locale => 
                                                                                                            defaultLocale => en
                                                                                                            [preferredFormat:Symfony\Component\HttpFoundation\Request:private] => 
                                                                                                            [isHostValid:Symfony\Component\HttpFoundation\Request:private] => 1
                                                                                                            [isForwardedValid:Symfony\Component\HttpFoundation\Request:private] => 1
                                                                                                        )
                                                                                                    [Facade\Ignition\LogRecorder\LogRecorder] => Facade\Ignition\LogRecorder\LogRecorder Object(
                                                                                                            logMessages => Array()
                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                        )
                                                                                                    [Facade\Ignition\DumpRecorder\DumpRecorder] => Facade\Ignition\DumpRecorder\DumpRecorder Object(
                                                                                                            dumps => Array()
                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                        )
                                                                                                    [Facade\Ignition\QueryRecorder\QueryRecorder] => Facade\Ignition\QueryRecorder\QueryRecorder Object(
                                                                                                            queries => Array()
                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                        )
                                                                                                    [flare.http] => Facade\FlareClient\Http\Client Object(
                                                                                                            [apiToken:Facade\FlareClient\Http\Client:private] => 
                                                                                                            [apiSecret:Facade\FlareClient\Http\Client:private] => 
                                                                                                            [baseUrl:Facade\FlareClient\Http\Client:private] => https://flareapp.io/api
                                                                                                            [timeout:Facade\FlareClient\Http\Client:private] => 10
                                                                                                        )
                                                                                                    [flare.client] => Facade\FlareClient\Flare Object(
                                                                                                            [client:Facade\FlareClient\Flare:private] => Facade\FlareClient\Http\Client Object(
                                                                                                                    [apiToken:Facade\FlareClient\Http\Client:private] => 
                                                                                                                    [apiSecret:Facade\FlareClient\Http\Client:private] => 
                                                                                                                    [baseUrl:Facade\FlareClient\Http\Client:private] => https://flareapp.io/api
                                                                                                                    [timeout:Facade\FlareClient\Http\Client:private] => 10
                                                                                                                )
                                                                                                            [api:Facade\FlareClient\Flare:private] => Facade\FlareClient\Api Object(
                                                                                                                    [client:Facade\FlareClient\Api:private] => Facade\FlareClient\Http\Client Object(
                                                                                                                            [apiToken:Facade\FlareClient\Http\Client:private] => 
                                                                                                                            [apiSecret:Facade\FlareClient\Http\Client:private] => 
                                                                                                                            [baseUrl:Facade\FlareClient\Http\Client:private] => https://flareapp.io/api
                                                                                                                            [timeout:Facade\FlareClient\Http\Client:private] => 10
                                                                                                                        )
                                                                                                                    [queue:Facade\FlareClient\Api:private] => Array()
                                                                                                                )
                                                                                                            [middleware:Facade\FlareClient\Flare:private] => Array(
                                                                                                                    0 => Facade\FlareClient\Middleware\AddGlows Object(
                                                                                                                            [recorder:Facade\FlareClient\Middleware\AddGlows:private] => Facade\FlareClient\Glows\Recorder Object(
                                                                                                                                    [glows:Facade\FlareClient\Glows\Recorder:private] => Array()
                                                                                                                                )
                                                                                                                        )
                                                                                                                    1 => Facade\FlareClient\Middleware\AnonymizeIp Object()
                                                                                                                    2 => Facade\Ignition\Middleware\SetNotifierName Object()
                                                                                                                    3 => Facade\Ignition\Middleware\AddEnvironmentInformation Object()
                                                                                                                    4 => Facade\Ignition\Middleware\AddLogs Object(
                                                                                                                            logRecorder => Facade\Ignition\LogRecorder\LogRecorder Object(
                                                                                                                                    logMessages => Array()
                                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                                )
                                                                                                                        )
                                                                                                                    5 => Facade\Ignition\Middleware\AddDumps Object(
                                                                                                                            dumpRecorder => Facade\Ignition\DumpRecorder\DumpRecorder Object(
                                                                                                                                    dumps => Array()
                                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                                )
                                                                                                                        )
                                                                                                                    6 => Facade\Ignition\Middleware\AddQueries Object(
                                                                                                                            queryRecorder => Facade\Ignition\QueryRecorder\QueryRecorder Object(
                                                                                                                                    queries => Array()
                                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                                )
                                                                                                                        )
                                                                                                                    7 => Facade\Ignition\Middleware\AddSolutions Object(
                                                                                                                            solutionProviderRepository => Facade\Ignition\SolutionProviders\SolutionProviderRepository Object(
                                                                                                                                    solutionProviders => Illuminate\Support\Collection Object(
                                                                                                                                            items => Array(
                                                                                                                                                    0 => Facade\Ignition\SolutionProviders\IncorrectValetDbCredentialsSolutionProvider
                                                                                                                                                    1 => Facade\Ignition\SolutionProviders\MissingAppKeySolutionProvider
                                                                                                                                                    2 => Facade\Ignition\SolutionProviders\DefaultDbNameSolutionProvider
                                                                                                                                                    3 => Facade\Ignition\SolutionProviders\BadMethodCallSolutionProvider
                                                                                                                                                    4 => Facade\Ignition\SolutionProviders\TableNotFoundSolutionProvider
                                                                                                                                                    5 => Facade\Ignition\SolutionProviders\MissingImportSolutionProvider
                                                                                                                                                    6 => Facade\Ignition\SolutionProviders\MissingPackageSolutionProvider
                                                                                                                                                    7 => Facade\Ignition\SolutionProviders\InvalidRouteActionSolutionProvider
                                                                                                                                                    8 => Facade\Ignition\SolutionProviders\ViewNotFoundSolutionProvider
                                                                                                                                                    9 => Facade\Ignition\SolutionProviders\UndefinedVariableSolutionProvider
                                                                                                                                                    10 => Facade\Ignition\SolutionProviders\MergeConflictSolutionProvider
                                                                                                                                                    11 => Facade\Ignition\SolutionProviders\RunningLaravelDuskInProductionProvider
                                                                                                                                                    12 => Facade\Ignition\SolutionProviders\MissingColumnSolutionProvider
                                                                                                                                                    13 => Facade\Ignition\SolutionProviders\UnknownValidationSolutionProvider
                                                                                                                                                )
                                                                                                                                        )
                                                                                                                                )
                                                                                                                        )
                                                                                                                    8 => Facade\Ignition\Middleware\AddGitInformation Object()
                                                                                                                )
                                                                                                            [recorder:Facade\FlareClient\Flare:private] => Facade\FlareClient\Glows\Recorder Object(
                                                                                                                    [glows:Facade\FlareClient\Glows\Recorder:private] => Array()
                                                                                                                )
                                                                                                            [applicationPath:Facade\FlareClient\Flare:private] => /0000
                                                                                                            [container:Facade\FlareClient\Flare:private] => Illuminate\Foundation\Application Object
 
                                                                                                            [contextDetector:Facade\FlareClient\Flare:private] => Facade\Ignition\Context\LaravelContextDetector Object()
                                                                                                            [previousExceptionHandler:Facade\FlareClient\Flare:private] => 
                                                                                                            [previousErrorHandler:Facade\FlareClient\Flare:private] => 
                                                                                                            [messageLevel:Facade\FlareClient\Flare:private] => 
                                                                                                            [stage:Facade\FlareClient\Flare:private] => local
                                                                                                            [userProvidedContext:Facade\FlareClient\Flare:private] => Array()
                                                                                                        )
                                                                                                    [Facade\IgnitionContracts\SolutionProviderRepository] => Facade\Ignition\SolutionProviders\SolutionProviderRepository Object(
                                                                                                            solutionProviders => Illuminate\Support\Collection Object(
                                                                                                                    items => Array(
                                                                                                                            0 => Facade\Ignition\SolutionProviders\IncorrectValetDbCredentialsSolutionProvider
                                                                                                                            1 => Facade\Ignition\SolutionProviders\MissingAppKeySolutionProvider
                                                                                                                            2 => Facade\Ignition\SolutionProviders\DefaultDbNameSolutionProvider
                                                                                                                            3 => Facade\Ignition\SolutionProviders\BadMethodCallSolutionProvider
                                                                                                                            4 => Facade\Ignition\SolutionProviders\TableNotFoundSolutionProvider
                                                                                                                            5 => Facade\Ignition\SolutionProviders\MissingImportSolutionProvider
                                                                                                                            6 => Facade\Ignition\SolutionProviders\MissingPackageSolutionProvider
                                                                                                                            7 => Facade\Ignition\SolutionProviders\InvalidRouteActionSolutionProvider
                                                                                                                            8 => Facade\Ignition\SolutionProviders\ViewNotFoundSolutionProvider
                                                                                                                            9 => Facade\Ignition\SolutionProviders\UndefinedVariableSolutionProvider
                                                                                                                            10 => Facade\Ignition\SolutionProviders\MergeConflictSolutionProvider
                                                                                                                            11 => Facade\Ignition\SolutionProviders\RunningLaravelDuskInProductionProvider
                                                                                                                            12 => Facade\Ignition\SolutionProviders\MissingColumnSolutionProvider
                                                                                                                            13 => Facade\Ignition\SolutionProviders\UnknownValidationSolutionProvider
                                                                                                                        )
                                                                                                                )
                                                                                                        )
                                                                                                    [Illuminate\Contracts\Debug\ExceptionHandler] => NunoMaduro\Collision\Adapters\Laravel\ExceptionHandler Object(
                                                                                                            appExceptionHandler => App\Exceptions\Handler Object(
                                                                                                                    dontReport => Array()
                                                                                                                    dontFlash => Array(
                                                                                                                            0 => password
                                                                                                                            1 => password_confirmation
                                                                                                                        )
                                                                                                                    container => Illuminate\Foundation\Application Object
 
                                                                                                                    internalDontReport => Array(
                                                                                                                            0 => Illuminate\Auth\AuthenticationException
                                                                                                                            1 => Illuminate\Auth\Access\AuthorizationException
                                                                                                                            2 => Symfony\Component\HttpKernel\Exception\HttpException
                                                                                                                            3 => Illuminate\Http\Exceptions\HttpResponseException
                                                                                                                            4 => Illuminate\Database\Eloquent\ModelNotFoundException
                                                                                                                            5 => Symfony\Component\HttpFoundation\Exception\SuspiciousOperationException
                                                                                                                            6 => Illuminate\Session\TokenMismatchException
                                                                                                                            7 => Illuminate\Validation\ValidationException
                                                                                                                        )
                                                                                                                )
                                                                                                            container => Illuminate\Foundation\Application Object
 
                                                                                                        )
                                                                                                    [db.factory] => Illuminate\Database\Connectors\ConnectionFactory Object(
                                                                                                            container => Illuminate\Foundation\Application Object
 
                                                                                                        )
                                                                                                    db => Illuminate\Database\DatabaseManager Object(
                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                            factory => Illuminate\Database\Connectors\ConnectionFactory Object(
                                                                                                                    container => Illuminate\Foundation\Application Object
 
                                                                                                                )
                                                                                                            connections => Array()
                                                                                                            extensions => Array()
                                                                                                            reconnector => Closure Object(
                                                                                                                    this => Illuminate\Database\DatabaseManager Object
 
                                                                                                                    parameter => Array(
                                                                                                                            [$connection] => 
                                                                                                                        )
                                                                                                                )
                                                                                                        )
                                                                                                    [view.engine.resolver] => Illuminate\View\Engines\EngineResolver Object(
                                                                                                            resolvers => Array(
                                                                                                                    file => Closure Object(
                                                                                                                            this => Illuminate\View\ViewServiceProvider Object(
                                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                                )
                                                                                                                        )
                                                                                                                    php => Closure Object(
                                                                                                                            this => Facade\Ignition\IgnitionServiceProvider Object(
                                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                                )
                                                                                                                        )
                                                                                                                    blade => Closure Object(
                                                                                                                            this => Facade\Ignition\IgnitionServiceProvider Object(
                                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                                )
                                                                                                                        )
                                                                                                                )
                                                                                                            resolved => Array()
                                                                                                        )
                                                                                                    files => Illuminate\Filesystem\Filesystem Object()
                                                                                                    [blade.compiler] => Illuminate\View\Compilers\BladeCompiler Object(
                                                                                                            extensions => Array()
                                                                                                            customDirectives => Array()
                                                                                                            conditions => Array()
                                                                                                            path => 
                                                                                                            compilers => Array(
                                                                                                                    0 => Comments
                                                                                                                    1 => Extensions
                                                                                                                    2 => Statements
                                                                                                                    3 => Echos
                                                                                                                )
                                                                                                            rawTags => Array(
                                                                                                                    0 => {!!
                                                                                                                    1 => !!}
                                                                                                                )
                                                                                                            contentTags => Array(
                                                                                                                    0 => {{
                                                                                                                    1 => }}
                                                                                                                )
                                                                                                            escapedTags => Array(
                                                                                                                    0 => {{{
                                                                                                                    1 => }}}
                                                                                                                )
                                                                                                            echoFormat => e(%s)
                                                                                                            footer => Array()
                                                                                                            rawBlocks => Array()
                                                                                                            files => Illuminate\Filesystem\Filesystem Object()
                                                                                                            cachePath => /0000/storage/framework/views
                                                                                                            firstCaseInSwitch => 1
                                                                                                            [encodingOptions:Illuminate\View\Compilers\BladeCompiler:private] => 15
                                                                                                            lastSection => 
                                                                                                            forElseCounter => 0
                                                                                                        )
                                                                                                    log => Illuminate\Log\LogManager Object(
                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                            channels => Array()
                                                                                                            customCreators => Array(
                                                                                                                    flare => Closure Object(
                                                                                                                            this => Illuminate\Log\LogManager Object
 
                                                                                                                            parameter => Array(
                                                                                                                                    [$app] => 
                                                                                                                                )
                                                                                                                        )
                                                                                                                )
                                                                                                            dateFormat => Y-m-d H:i:s
                                                                                                            levels => Array(
                                                                                                                    debug => 100
                                                                                                                    info => 200
                                                                                                                    notice => 250
                                                                                                                    warning => 300
                                                                                                                    error => 400
                                                                                                                    critical => 500
                                                                                                                    alert => 550
                                                                                                                    emergency => 600
                                                                                                                )
                                                                                                        )
                                                                                                    queue => Illuminate\Queue\QueueManager Object(
                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                            connections => Array()
                                                                                                            connectors => Array(
                                                                                                                    null => Closure Object(
                                                                                                                            this => Illuminate\Queue\QueueServiceProvider Object(
                                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                                )
                                                                                                                        )
                                                                                                                    sync => Closure Object(
                                                                                                                            this => Illuminate\Queue\QueueServiceProvider Object(
                                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                                )
                                                                                                                        )
                                                                                                                    database => Closure Object(
                                                                                                                            this => Illuminate\Queue\QueueServiceProvider Object(
                                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                                )
                                                                                                                        )
                                                                                                                    redis => Closure Object(
                                                                                                                            this => Illuminate\Queue\QueueServiceProvider Object(
                                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                                )
                                                                                                                        )
                                                                                                                    beanstalkd => Closure Object(
                                                                                                                            this => Illuminate\Queue\QueueServiceProvider Object(
                                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                                )
                                                                                                                        )
                                                                                                                    sqs => Closure Object(
                                                                                                                            this => Illuminate\Queue\QueueServiceProvider Object(
                                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                                )
                                                                                                                        )
                                                                                                                )
                                                                                                        )
                                                                                                    date => Illuminate\Support\DateFactory Object()
                                                                                                    router => Illuminate\Routing\Router Object
 
                                                                                                    routes => Illuminate\Routing\RouteCollection Object(
                                                                                                            routes => Array()
                                                                                                            allRoutes => Array()
                                                                                                            nameList => Array()
                                                                                                            actionList => Array()
                                                                                                        )
                                                                                                    url => Illuminate\Routing\UrlGenerator Object(
                                                                                                            routes => Illuminate\Routing\RouteCollection Object(
                                                                                                                    routes => Array()
                                                                                                                    allRoutes => Array()
                                                                                                                    nameList => Array()
                                                                                                                    actionList => Array()
                                                                                                                )
                                                                                                            request => Illuminate\Http\Request Object(
                                                                                                                    json => 
                                                                                                                    convertedFiles => 
                                                                                                                    userResolver => 
                                                                                                                    routeResolver => 
                                                                                                                    attributes => Symfony\Component\HttpFoundation\ParameterBag Object(
                                                                                                                            parameters => Array()
                                                                                                                        )
                                                                                                                    request => Symfony\Component\HttpFoundation\ParameterBag Object(
                                                                                                                            parameters => Array()
                                                                                                                        )
                                                                                                                    query => Symfony\Component\HttpFoundation\ParameterBag Object(
                                                                                                                            parameters => Array()
                                                                                                                        )
                                                                                                                    server => Symfony\Component\HttpFoundation\ServerBag Object(
                                                                                                                            parameters => Array(
                                                                                                                                    SERVER_NAME => localhost
                                                                                                                                    SERVER_PORT => 80
                                                                                                                                    HTTP_HOST => localhost
                                                                                                                                    HTTP_USER_AGENT => Symfony
                                                                                                                                    HTTP_ACCEPT => text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
                                                                                                                                    HTTP_ACCEPT_LANGUAGE => en-us,en;q=0.5
                                                                                                                                    HTTP_ACCEPT_CHARSET => ISO-8859-1,utf-8;q=0.7,*;q=0.7
                                                                                                                                    REMOTE_ADDR => 127.0.0.1
                                                                                                                                    SCRIPT_NAME => artisan
                                                                                                                                    SCRIPT_FILENAME => artisan
                                                                                                                                    SERVER_PROTOCOL => HTTP/1.1
                                                                                                                                    REQUEST_TIME => 1578274354
                                                                                                                                    PHP_EXTRA_CONFIGURE_ARGS => --enable-fpm --with-fpm-user=www-data --with-fpm-group=www-data --disable-cgi
                                                                                                                                    LANGUAGE => C
                                                                                                                                    HOSTNAME => d9d2f135fb85
                                                                                                                                    PHP_INI_DIR => /usr/local/etc/php
                                                                                                                                    GIT_ASKPASS => echo
                                                                                                                                    SHLVL => 2
                                                                                                                                    HOME => /root
                                                                                                                                    OLDPWD => /
                                                                                                                                    PHP_LDFLAGS => -Wl,-O1 -Wl,--hash-style=both -pie
                                                                                                                                    PHP_CFLAGS => -fstack-protector-strong -fpic -fpie -O2
                                                                                                                                    PHP_MD5 => 
                                                                                                                                    PHP_VERSION => 7.2.19
                                                                                                                                    COMPOSER_HOME => /tmp/composer
                                                                                                                                    COMPOSER_BINARY => /usr/bin/composer
                                                                                                                                    GPG_KEYS => 1729F83938DA44E27BA0F4D3DBDB397470D12172 B1B44D8F021E4E2D6021E995DC9FF8D3EE5AF27F
                                                                                                                                    PHP_CPPFLAGS => -fstack-protector-strong -fpic -fpie -O2
                                                                                                                                    PHP_ASC_URL => https://www.php.net/get/php-7.2.19.tar.xz.asc/from/this/mirror
                                                                                                                                    PHP_URL => https://www.php.net/get/php-7.2.19.tar.xz/from/this/mirror
                                                                                                                                    TERM => xterm
                                                                                                                                    PATH => /0000/vendor/bin:/tmp/composer/vendor/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
                                                                                                                                    LD_PRELOAD => /usr/lib/preloadable_libiconv.so php
                                                                                                                                    PHPIZE_DEPS => autoconf 		dpkg-dev dpkg 		file 		g++ 		gcc 		libc-dev 		make 		pkgconf 		re2c
                                                                                                                                    PWD => /0000
                                                                                                                                    PHP_SHA256 => 4ffa2404a88d60e993a9fe69f829ebec3eb1e006de41b6048ce5e91bbeaa9282
                                                                                                                                    PHP_SELF => artisan
                                                                                                                                    PATH_TRANSLATED => artisan
                                                                                                                                    DOCUMENT_ROOT => 
                                                                                                                                    REQUEST_TIME_FLOAT => 1578274354.5135
                                                                                                                                    argv => Array(
                                                                                                                                            0 => artisan
                                                                                                                                            1 => package:discover
                                                                                                                                            2 => --ansi
                                                                                                                                        )
                                                                                                                                    argc => 3
                                                                                                                                    APP_NAME => 本地测试
                                                                                                                                    APP_ENV => local
                                                                                                                                    APP_KEY => base64:gIjju1XIlTNS6j8BuifyrL2QAARYlvdKYd31eAqei7g=
                                                                                                                                    APP_DEBUG => true
                                                                                                                                    APP_URL => http://localhost
                                                                                                                                    LOG_CHANNEL => stack
                                                                                                                                    DB_CONNECTION => mysql
                                                                                                                                    DB_HOST => 127.0.0.1
                                                                                                                                    DB_PORT => 3306
                                                                                                                                    DB_DATABASE => laravel
                                                                                                                                    DB_USERNAME => root
                                                                                                                                    DB_PASSWORD => 
                                                                                                                                    BROADCAST_DRIVER => log
                                                                                                                                    CACHE_DRIVER => file
                                                                                                                                    QUEUE_CONNECTION => sync
                                                                                                                                    SESSION_DRIVER => cookie
                                                                                                                                    SESSION_LIFETIME => 120
                                                                                                                                    REDIS_HOST => 127.0.0.1
                                                                                                                                    REDIS_PASSWORD => null
                                                                                                                                    REDIS_PORT => 6379
                                                                                                                                    MAIL_DRIVER => smtp
                                                                                                                                    MAIL_HOST => smtp.mailtrap.io
                                                                                                                                    MAIL_PORT => 2525
                                                                                                                                    MAIL_USERNAME => null
                                                                                                                                    MAIL_PASSWORD => null
                                                                                                                                    MAIL_ENCRYPTION => null
                                                                                                                                    MAIL_FROM_ADDRESS => null
                                                                                                                                    MAIL_FROM_NAME => 本地测试
                                                                                                                                    AWS_ACCESS_KEY_ID => 
                                                                                                                                    AWS_SECRET_ACCESS_KEY => 
                                                                                                                                    AWS_DEFAULT_REGION => us-east-1
                                                                                                                                    AWS_BUCKET => 
                                                                                                                                    PUSHER_APP_ID => 
                                                                                                                                    PUSHER_APP_KEY => 
                                                                                                                                    PUSHER_APP_SECRET => 
                                                                                                                                    PUSHER_APP_CLUSTER => mt1
                                                                                                                                    MIX_PUSHER_APP_KEY => 
                                                                                                                                    MIX_PUSHER_APP_CLUSTER => mt1
                                                                                                                                    PATH_INFO => 
                                                                                                                                    REQUEST_METHOD => GET
                                                                                                                                    REQUEST_URI => /
                                                                                                                                    QUERY_STRING => 
                                                                                                                                )
                                                                                                                        )
                                                                                                                    files => Symfony\Component\HttpFoundation\FileBag Object(
                                                                                                                            parameters => Array()
                                                                                                                        )
                                                                                                                    cookies => Symfony\Component\HttpFoundation\ParameterBag Object(
                                                                                                                            parameters => Array()
                                                                                                                        )
                                                                                                                    headers => Symfony\Component\HttpFoundation\HeaderBag Object(
                                                                                                                            headers => Array(
                                                                                                                                    host => Array(
                                                                                                                                            0 => localhost
                                                                                                                                        )
                                                                                                                                    [user-agent] => Array(
                                                                                                                                            0 => Symfony
                                                                                                                                        )
                                                                                                                                    accept => Array(
                                                                                                                                            0 => text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
                                                                                                                                        )
                                                                                                                                    [accept-language] => Array(
                                                                                                                                            0 => en-us,en;q=0.5
                                                                                                                                        )
                                                                                                                                    [accept-charset] => Array(
                                                                                                                                            0 => ISO-8859-1,utf-8;q=0.7,*;q=0.7
                                                                                                                                        )
                                                                                                                                )
                                                                                                                            cacheControl => Array()
                                                                                                                        )
                                                                                                                    content => 
                                                                                                                    languages => 
                                                                                                                    charsets => 
                                                                                                                    encodings => 
                                                                                                                    acceptableContentTypes => 
                                                                                                                    pathInfo => 
                                                                                                                    requestUri => 
                                                                                                                    baseUrl => 
                                                                                                                    basePath => 
                                                                                                                    method => 
                                                                                                                    format => 
                                                                                                                    session => 
                                                                                                                    locale => 
                                                                                                                    defaultLocale => en
                                                                                                                    [preferredFormat:Symfony\Component\HttpFoundation\Request:private] => 
                                                                                                                    [isHostValid:Symfony\Component\HttpFoundation\Request:private] => 1
                                                                                                                    [isForwardedValid:Symfony\Component\HttpFoundation\Request:private] => 1
                                                                                                                )
                                                                                                            assetRoot => 
                                                                                                            forcedRoot => 
                                                                                                            forceScheme => 
                                                                                                            cachedRoot => 
                                                                                                            cachedScheme => 
                                                                                                            rootNamespace => App\Http\Controllers
                                                                                                            sessionResolver => Closure Object(
                                                                                                                    this => Illuminate\Routing\RoutingServiceProvider Object(
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                )
                                                                                                            keyResolver => Closure Object(
                                                                                                                    this => Illuminate\Routing\RoutingServiceProvider Object(
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                )
                                                                                                            formatHostUsing => 
                                                                                                            formatPathUsing => 
                                                                                                            routeGenerator => 
                                                                                                        )
                                                                                                )
                                                                                            aliases => Array(
                                                                                                    [Illuminate\Foundation\Application] => app
                                                                                                    [Illuminate\Contracts\Container\Container] => app
                                                                                                    [Illuminate\Contracts\Foundation\Application] => app
                                                                                                    [Psr\Container\ContainerInterface] => app
                                                                                                    [Illuminate\Auth\AuthManager] => auth
                                                                                                    [Illuminate\Contracts\Auth\Factory] => auth
                                                                                                    [Illuminate\Contracts\Auth\Guard] => auth.driver
                                                                                                    [Illuminate\View\Compilers\BladeCompiler] => blade.compiler
                                                                                                    [Illuminate\Cache\CacheManager] => cache
                                                                                                    [Illuminate\Contracts\Cache\Factory] => cache
                                                                                                    [Illuminate\Cache\Repository] => cache.store
                                                                                                    [Illuminate\Contracts\Cache\Repository] => cache.store
                                                                                                    [Psr\SimpleCache\CacheInterface] => cache.store
                                                                                                    [Symfony\Component\Cache\Adapter\Psr16Adapter] => cache.psr6
                                                                                                    [Symfony\Component\Cache\Adapter\AdapterInterface] => cache.psr6
                                                                                                    [Psr\Cache\CacheItemPoolInterface] => cache.psr6
                                                                                                    [Illuminate\Config\Repository] => config
                                                                                                    [Illuminate\Contracts\Config\Repository] => config
                                                                                                    [Illuminate\Cookie\CookieJar] => cookie
                                                                                                    [Illuminate\Contracts\Cookie\Factory] => cookie
                                                                                                    [Illuminate\Contracts\Cookie\QueueingFactory] => cookie
                                                                                                    [Illuminate\Encryption\Encrypter] => encrypter
                                                                                                    [Illuminate\Contracts\Encryption\Encrypter] => encrypter
                                                                                                    [Illuminate\Database\DatabaseManager] => db
                                                                                                    [Illuminate\Database\ConnectionResolverInterface] => db
                                                                                                    [Illuminate\Database\Connection] => db.connection
                                                                                                    [Illuminate\Database\ConnectionInterface] => db.connection
                                                                                                    [Illuminate\Events\Dispatcher] => events
                                                                                                    [Illuminate\Contracts\Events\Dispatcher] => events
                                                                                                    [Illuminate\Filesystem\Filesystem] => files
                                                                                                    [Illuminate\Filesystem\FilesystemManager] => filesystem
                                                                                                    [Illuminate\Contracts\Filesystem\Factory] => filesystem
                                                                                                    [Illuminate\Contracts\Filesystem\Filesystem] => filesystem.disk
                                                                                                    [Illuminate\Contracts\Filesystem\Cloud] => filesystem.cloud
                                                                                                    [Illuminate\Hashing\HashManager] => hash
                                                                                                    [Illuminate\Contracts\Hashing\Hasher] => hash.driver
                                                                                                    [Illuminate\Translation\Translator] => translator
                                                                                                    [Illuminate\Contracts\Translation\Translator] => translator
                                                                                                    [Illuminate\Log\LogManager] => log
                                                                                                    [Psr\Log\LoggerInterface] => log
                                                                                                    [Illuminate\Mail\Mailer] => mailer
                                                                                                    [Illuminate\Contracts\Mail\Mailer] => mailer
                                                                                                    [Illuminate\Contracts\Mail\MailQueue] => mailer
                                                                                                    [Illuminate\Auth\Passwords\PasswordBrokerManager] => auth.password
                                                                                                    [Illuminate\Contracts\Auth\PasswordBrokerFactory] => auth.password
                                                                                                    [Illuminate\Auth\Passwords\PasswordBroker] => auth.password.broker
                                                                                                    [Illuminate\Contracts\Auth\PasswordBroker] => auth.password.broker
                                                                                                    [Illuminate\Queue\QueueManager] => queue
                                                                                                    [Illuminate\Contracts\Queue\Factory] => queue
                                                                                                    [Illuminate\Contracts\Queue\Monitor] => queue
                                                                                                    [Illuminate\Contracts\Queue\Queue] => queue.connection
                                                                                                    [Illuminate\Queue\Failed\FailedJobProviderInterface] => queue.failer
                                                                                                    [Illuminate\Routing\Redirector] => redirect
                                                                                                    [Illuminate\Redis\RedisManager] => redis
                                                                                                    [Illuminate\Contracts\Redis\Factory] => redis
                                                                                                    [Illuminate\Http\Request] => request
                                                                                                    [Symfony\Component\HttpFoundation\Request] => request
                                                                                                    [Illuminate\Routing\Router] => router
                                                                                                    [Illuminate\Contracts\Routing\Registrar] => router
                                                                                                    [Illuminate\Contracts\Routing\BindingRegistrar] => router
                                                                                                    [Illuminate\Session\SessionManager] => session
                                                                                                    [Illuminate\Session\Store] => session.store
                                                                                                    [Illuminate\Contracts\Session\Session] => session.store
                                                                                                    [Illuminate\Routing\UrlGenerator] => url
                                                                                                    [Illuminate\Contracts\Routing\UrlGenerator] => url
                                                                                                    [Illuminate\Validation\Factory] => validator
                                                                                                    [Illuminate\Contracts\Validation\Factory] => validator
                                                                                                    [Illuminate\View\Factory] => view
                                                                                                    [Illuminate\Contracts\View\Factory] => view
                                                                                                    [Illuminate\Contracts\Notifications\Dispatcher] => Illuminate\Notifications\ChannelManager
                                                                                                    [Illuminate\Contracts\Notifications\Factory] => Illuminate\Notifications\ChannelManager
                                                                                                    [Facade\FlareClient\Http\Client] => flare.http
                                                                                                    [Facade\FlareClient\Flare] => flare.client
                                                                                                )
                                                                                            abstractAliases => Array(
                                                                                                    app => Array(
                                                                                                            0 => Illuminate\Foundation\Application
                                                                                                            1 => Illuminate\Contracts\Container\Container
                                                                                                            2 => Illuminate\Contracts\Foundation\Application
                                                                                                            3 => Psr\Container\ContainerInterface
                                                                                                        )
                                                                                                    auth => Array(
                                                                                                            0 => Illuminate\Auth\AuthManager
                                                                                                            1 => Illuminate\Contracts\Auth\Factory
                                                                                                        )
                                                                                                    [auth.driver] => Array(
                                                                                                            0 => Illuminate\Contracts\Auth\Guard
                                                                                                        )
                                                                                                    [blade.compiler] => Array(
                                                                                                            0 => Illuminate\View\Compilers\BladeCompiler
                                                                                                        )
                                                                                                    cache => Array(
                                                                                                            0 => Illuminate\Cache\CacheManager
                                                                                                            1 => Illuminate\Contracts\Cache\Factory
                                                                                                        )
                                                                                                    [cache.store] => Array(
                                                                                                            0 => Illuminate\Cache\Repository
                                                                                                            1 => Illuminate\Contracts\Cache\Repository
                                                                                                            2 => Psr\SimpleCache\CacheInterface
                                                                                                        )
                                                                                                    [cache.psr6] => Array(
                                                                                                            0 => Symfony\Component\Cache\Adapter\Psr16Adapter
                                                                                                            1 => Symfony\Component\Cache\Adapter\AdapterInterface
                                                                                                            2 => Psr\Cache\CacheItemPoolInterface
                                                                                                        )
                                                                                                    config => Array(
                                                                                                            0 => Illuminate\Config\Repository
                                                                                                            1 => Illuminate\Contracts\Config\Repository
                                                                                                        )
                                                                                                    cookie => Array(
                                                                                                            0 => Illuminate\Cookie\CookieJar
                                                                                                            1 => Illuminate\Contracts\Cookie\Factory
                                                                                                            2 => Illuminate\Contracts\Cookie\QueueingFactory
                                                                                                        )
                                                                                                    encrypter => Array(
                                                                                                            0 => Illuminate\Encryption\Encrypter
                                                                                                            1 => Illuminate\Contracts\Encryption\Encrypter
                                                                                                        )
                                                                                                    db => Array(
                                                                                                            0 => Illuminate\Database\DatabaseManager
                                                                                                            1 => Illuminate\Database\ConnectionResolverInterface
                                                                                                        )
                                                                                                    [db.connection] => Array(
                                                                                                            0 => Illuminate\Database\Connection
                                                                                                            1 => Illuminate\Database\ConnectionInterface
                                                                                                        )
                                                                                                    events => Array(
                                                                                                            0 => Illuminate\Events\Dispatcher
                                                                                                            1 => Illuminate\Contracts\Events\Dispatcher
                                                                                                        )
                                                                                                    files => Array(
                                                                                                            0 => Illuminate\Filesystem\Filesystem
                                                                                                        )
                                                                                                    filesystem => Array(
                                                                                                            0 => Illuminate\Filesystem\FilesystemManager
                                                                                                            1 => Illuminate\Contracts\Filesystem\Factory
                                                                                                        )
                                                                                                    [filesystem.disk] => Array(
                                                                                                            0 => Illuminate\Contracts\Filesystem\Filesystem
                                                                                                        )
                                                                                                    [filesystem.cloud] => Array(
                                                                                                            0 => Illuminate\Contracts\Filesystem\Cloud
                                                                                                        )
                                                                                                    hash => Array(
                                                                                                            0 => Illuminate\Hashing\HashManager
                                                                                                        )
                                                                                                    [hash.driver] => Array(
                                                                                                            0 => Illuminate\Contracts\Hashing\Hasher
                                                                                                        )
                                                                                                    translator => Array(
                                                                                                            0 => Illuminate\Translation\Translator
                                                                                                            1 => Illuminate\Contracts\Translation\Translator
                                                                                                        )
                                                                                                    log => Array(
                                                                                                            0 => Illuminate\Log\LogManager
                                                                                                            1 => Psr\Log\LoggerInterface
                                                                                                        )
                                                                                                    mailer => Array(
                                                                                                            0 => Illuminate\Mail\Mailer
                                                                                                            1 => Illuminate\Contracts\Mail\Mailer
                                                                                                            2 => Illuminate\Contracts\Mail\MailQueue
                                                                                                        )
                                                                                                    [auth.password] => Array(
                                                                                                            0 => Illuminate\Auth\Passwords\PasswordBrokerManager
                                                                                                            1 => Illuminate\Contracts\Auth\PasswordBrokerFactory
                                                                                                        )
                                                                                                    [auth.password.broker] => Array(
                                                                                                            0 => Illuminate\Auth\Passwords\PasswordBroker
                                                                                                            1 => Illuminate\Contracts\Auth\PasswordBroker
                                                                                                        )
                                                                                                    queue => Array(
                                                                                                            0 => Illuminate\Queue\QueueManager
                                                                                                            1 => Illuminate\Contracts\Queue\Factory
                                                                                                            2 => Illuminate\Contracts\Queue\Monitor
                                                                                                        )
                                                                                                    [queue.connection] => Array(
                                                                                                            0 => Illuminate\Contracts\Queue\Queue
                                                                                                        )
                                                                                                    [queue.failer] => Array(
                                                                                                            0 => Illuminate\Queue\Failed\FailedJobProviderInterface
                                                                                                        )
                                                                                                    redirect => Array(
                                                                                                            0 => Illuminate\Routing\Redirector
                                                                                                        )
                                                                                                    redis => Array(
                                                                                                            0 => Illuminate\Redis\RedisManager
                                                                                                            1 => Illuminate\Contracts\Redis\Factory
                                                                                                        )
                                                                                                    request => Array(
                                                                                                            0 => Illuminate\Http\Request
                                                                                                            1 => Symfony\Component\HttpFoundation\Request
                                                                                                        )
                                                                                                    router => Array(
                                                                                                            0 => Illuminate\Routing\Router
                                                                                                            1 => Illuminate\Contracts\Routing\Registrar
                                                                                                            2 => Illuminate\Contracts\Routing\BindingRegistrar
                                                                                                        )
                                                                                                    session => Array(
                                                                                                            0 => Illuminate\Session\SessionManager
                                                                                                        )
                                                                                                    [session.store] => Array(
                                                                                                            0 => Illuminate\Session\Store
                                                                                                            1 => Illuminate\Contracts\Session\Session
                                                                                                        )
                                                                                                    url => Array(
                                                                                                            0 => Illuminate\Routing\UrlGenerator
                                                                                                            1 => Illuminate\Contracts\Routing\UrlGenerator
                                                                                                        )
                                                                                                    validator => Array(
                                                                                                            0 => Illuminate\Validation\Factory
                                                                                                            1 => Illuminate\Contracts\Validation\Factory
                                                                                                        )
                                                                                                    view => Array(
                                                                                                            0 => Illuminate\View\Factory
                                                                                                            1 => Illuminate\Contracts\View\Factory
                                                                                                        )
                                                                                                    [Illuminate\Notifications\ChannelManager] => Array(
                                                                                                            0 => Illuminate\Contracts\Notifications\Dispatcher
                                                                                                            1 => Illuminate\Contracts\Notifications\Factory
                                                                                                        )
                                                                                                    [flare.http] => Array(
                                                                                                            0 => Facade\FlareClient\Http\Client
                                                                                                        )
                                                                                                    [flare.client] => Array(
                                                                                                            0 => Facade\FlareClient\Flare
                                                                                                        )
                                                                                                )
                                                                                            extenders => Array(
                                                                                                    url => Array(
                                                                                                            0 => Closure Object(
                                                                                                                    this => Illuminate\Routing\RoutingServiceProvider Object(
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                    parameter => Array(
                                                                                                                            [$url] => 
                                                                                                                            [$app] => 
                                                                                                                        )
                                                                                                                )
                                                                                                        )
                                                                                                )
                                                                                            tags => Array()
                                                                                            buildStack => Array()
                                                                                            with => Array()
                                                                                            contextual => Array()
                                                                                            reboundCallbacks => Array(
                                                                                                    request => Array(
                                                                                                            0 => Closure Object(
                                                                                                                    this => Illuminate\Auth\AuthServiceProvider Object(
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                    parameter => Array(
                                                                                                                            [$app] => 
                                                                                                                            [$request] => 
                                                                                                                        )
                                                                                                                )
                                                                                                            1 => Closure Object(
                                                                                                                    this => Illuminate\Routing\RoutingServiceProvider Object(
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                    parameter => Array(
                                                                                                                            [$app] => 
                                                                                                                            [$request] => 
                                                                                                                        )
                                                                                                                )
                                                                                                        )
                                                                                                    events => Array(
                                                                                                            0 => Closure Object(
                                                                                                                    this => Illuminate\Auth\AuthServiceProvider Object(
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                    parameter => Array(
                                                                                                                            [$app] => 
                                                                                                                            [$dispatcher] => 
                                                                                                                        )
                                                                                                                )
                                                                                                        )
                                                                                                    routes => Array(
                                                                                                            0 => Closure Object(
                                                                                                                    this => Illuminate\Routing\RoutingServiceProvider Object(
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                    parameter => Array(
                                                                                                                            [$app] => 
                                                                                                                            [$routes] => 
                                                                                                                        )
                                                                                                                )
                                                                                                        )
                                                                                                )
                                                                                            globalResolvingCallbacks => Array()
                                                                                            globalAfterResolvingCallbacks => Array()
                                                                                            resolvingCallbacks => Array(
                                                                                                    [Illuminate\Foundation\Http\FormRequest] => Array(
                                                                                                            0 => Closure Object(
                                                                                                                    this => Illuminate\Foundation\Providers\FormRequestServiceProvider Object(
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                    parameter => Array(
                                                                                                                            [$request] => 
                                                                                                                            [$app] => 
                                                                                                                        )
                                                                                                                )
                                                                                                        )
                                                                                                )
                                                                                            afterResolvingCallbacks => Array(
                                                                                                    [Illuminate\Contracts\Validation\ValidatesWhenResolved] => Array(
                                                                                                            0 => Closure Object(
                                                                                                                    this => Illuminate\Foundation\Providers\FormRequestServiceProvider Object(
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                    parameter => Array(
                                                                                                                            [$resolved] => 
                                                                                                                        )
                                                                                                                )
                                                                                                        )
                                                                                                    view => Array(
                                                                                                            0 => Closure Object(
                                                                                                                    static => Array(
                                                                                                                            path => /tutorials/vendor2/laravel/framework-6.x/src/Illuminate/Notifications/resources/views
                                                                                                                            namespace => notifications
                                                                                                                        )
                                                                                                                    this => Illuminate\Notifications\NotificationServiceProvider Object(
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                    parameter => Array(
                                                                                                                            [$view] => 
                                                                                                                        )
                                                                                                                )
                                                                                                            1 => Closure Object(
                                                                                                                    static => Array(
                                                                                                                            path => /tutorials/vendor2/laravel/framework-6.x/src/Illuminate/Pagination/resources/views
                                                                                                                            namespace => pagination
                                                                                                                        )
                                                                                                                    this => Illuminate\Pagination\PaginationServiceProvider Object(
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                    parameter => Array(
                                                                                                                            [$view] => 
                                                                                                                        )
                                                                                                                )
                                                                                                        )
                                                                                                )
                                                                                        )
                                                                                )
                                                                        )
                                                                    this => Carbon\Laravel\ServiceProvider Object(
                                                                            app => Illuminate\Foundation\Application Object(
                                                                                    basePath => /0000
                                                                                    hasBeenBootstrapped => 1
                                                                                    booted => 
                                                                                    bootingCallbacks => Array(
                                                                                            0 => Closure Object(
                                                                                                    static => Array(
                                                                                                            instance => Illuminate\Queue\QueueServiceProvider Object(
                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                )
                                                                                                        )
                                                                                                    this => Illuminate\Foundation\Application Object
 
                                                                                                )
                                                                                        )
                                                                                    bootedCallbacks => Array(
                                                                                            0 => Closure Object(
                                                                                                    this => App\Console\Kernel Object(
                                                                                                            commands => Array()
                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                            events => Illuminate\Events\Dispatcher Object
 
                                                                                                            artisan => 
                                                                                                            commandsLoaded => 
                                                                                                            bootstrappers => Array(
                                                                                                                    0 => Illuminate\Foundation\Bootstrap\LoadEnvironmentVariables
                                                                                                                    1 => Illuminate\Foundation\Bootstrap\LoadConfiguration
                                                                                                                    2 => Illuminate\Foundation\Bootstrap\HandleExceptions
                                                                                                                    3 => Illuminate\Foundation\Bootstrap\RegisterFacades
                                                                                                                    4 => Illuminate\Foundation\Bootstrap\SetRequestForConsole
                                                                                                                    5 => Illuminate\Foundation\Bootstrap\RegisterProviders
                                                                                                                    6 => Illuminate\Foundation\Bootstrap\BootProviders
                                                                                                                )
                                                                                                        )
                                                                                                )
                                                                                        )
                                                                                    terminatingCallbacks => Array()
                                                                                    serviceProviders => Array(
                                                                                            0 => Illuminate\Events\EventServiceProvider Object(
                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                )
                                                                                            1 => Illuminate\Log\LogServiceProvider Object(
                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                )
                                                                                            2 => Illuminate\Routing\RoutingServiceProvider Object(
                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                )
                                                                                            3 => Illuminate\Auth\AuthServiceProvider Object(
                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                )
                                                                                            4 => Illuminate\Cookie\CookieServiceProvider Object(
                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                )
                                                                                            5 => Illuminate\Database\DatabaseServiceProvider Object(
                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                )
                                                                                            6 => Illuminate\Encryption\EncryptionServiceProvider Object(
                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                )
                                                                                            7 => Illuminate\Filesystem\FilesystemServiceProvider Object(
                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                )
                                                                                            8 => Illuminate\Foundation\Providers\FormRequestServiceProvider Object(
                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                )
                                                                                            9 => Illuminate\Foundation\Providers\FoundationServiceProvider Object(
                                                                                                    providers => Array(
                                                                                                            0 => Illuminate\Foundation\Providers\FormRequestServiceProvider
                                                                                                        )
                                                                                                    instances => Array(
                                                                                                            0 => Illuminate\Foundation\Providers\FormRequestServiceProvider Object(
                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                )
                                                                                                        )
                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                )
                                                                                            10 => Illuminate\Notifications\NotificationServiceProvider Object(
                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                )
                                                                                            11 => Illuminate\Pagination\PaginationServiceProvider Object(
                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                )
                                                                                            12 => Illuminate\Session\SessionServiceProvider Object(
                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                )
                                                                                            13 => Illuminate\View\ViewServiceProvider Object(
                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                )
                                                                                            14 => Facade\Ignition\IgnitionServiceProvider Object(
                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                )
                                                                                            15 => Fideloper\Proxy\TrustedProxyServiceProvider Object(
                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                )
                                                                                            16 => Carbon\Laravel\ServiceProvider Object
 
                                                                                            17 => NunoMaduro\Collision\Adapters\Laravel\CollisionServiceProvider Object(
                                                                                                    defer => 1
                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                )
                                                                                            18 => App\Providers\AppServiceProvider Object(
                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                )
                                                                                            19 => App\Providers\AuthServiceProvider Object(
                                                                                                    policies => Array()
                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                )
                                                                                            20 => App\Providers\EventServiceProvider Object(
                                                                                                    listen => Array(
                                                                                                            [Illuminate\Auth\Events\Registered] => Array(
                                                                                                                    0 => Illuminate\Auth\Listeners\SendEmailVerificationNotification
                                                                                                                )
                                                                                                        )
                                                                                                    subscribe => Array()
                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                )
                                                                                            21 => App\Providers\RouteServiceProvider Object(
                                                                                                    namespace => App\Http\Controllers
                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                )
                                                                                            22 => Illuminate\Queue\QueueServiceProvider Object(
                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                )
                                                                                        )
                                                                                    loadedProviders => Array(
                                                                                            [Illuminate\Events\EventServiceProvider] => 1
                                                                                            [Illuminate\Log\LogServiceProvider] => 1
                                                                                            [Illuminate\Routing\RoutingServiceProvider] => 1
                                                                                            [Illuminate\Auth\AuthServiceProvider] => 1
                                                                                            [Illuminate\Cookie\CookieServiceProvider] => 1
                                                                                            [Illuminate\Database\DatabaseServiceProvider] => 1
                                                                                            [Illuminate\Encryption\EncryptionServiceProvider] => 1
                                                                                            [Illuminate\Filesystem\FilesystemServiceProvider] => 1
                                                                                            [Illuminate\Foundation\Providers\FormRequestServiceProvider] => 1
                                                                                            [Illuminate\Foundation\Providers\FoundationServiceProvider] => 1
                                                                                            [Illuminate\Notifications\NotificationServiceProvider] => 1
                                                                                            [Illuminate\Pagination\PaginationServiceProvider] => 1
                                                                                            [Illuminate\Session\SessionServiceProvider] => 1
                                                                                            [Illuminate\View\ViewServiceProvider] => 1
                                                                                            [Facade\Ignition\IgnitionServiceProvider] => 1
                                                                                            [Fideloper\Proxy\TrustedProxyServiceProvider] => 1
                                                                                            [Carbon\Laravel\ServiceProvider] => 1
                                                                                            [NunoMaduro\Collision\Adapters\Laravel\CollisionServiceProvider] => 1
                                                                                            [App\Providers\AppServiceProvider] => 1
                                                                                            [App\Providers\AuthServiceProvider] => 1
                                                                                            [App\Providers\EventServiceProvider] => 1
                                                                                            [App\Providers\RouteServiceProvider] => 1
                                                                                            [Illuminate\Queue\QueueServiceProvider] => 1
                                                                                        )
                                                                                    deferredServices => Array(
                                                                                            [Illuminate\Broadcasting\BroadcastManager] => Illuminate\Broadcasting\BroadcastServiceProvider
                                                                                            [Illuminate\Contracts\Broadcasting\Factory] => Illuminate\Broadcasting\BroadcastServiceProvider
                                                                                            [Illuminate\Contracts\Broadcasting\Broadcaster] => Illuminate\Broadcasting\BroadcastServiceProvider
                                                                                            [Illuminate\Bus\Dispatcher] => Illuminate\Bus\BusServiceProvider
                                                                                            [Illuminate\Contracts\Bus\Dispatcher] => Illuminate\Bus\BusServiceProvider
                                                                                            [Illuminate\Contracts\Bus\QueueingDispatcher] => Illuminate\Bus\BusServiceProvider
                                                                                            cache => Illuminate\Cache\CacheServiceProvider
                                                                                            [cache.store] => Illuminate\Cache\CacheServiceProvider
                                                                                            [cache.psr6] => Illuminate\Cache\CacheServiceProvider
                                                                                            [memcached.connector] => Illuminate\Cache\CacheServiceProvider
                                                                                            [command.cache.clear] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                            [command.cache.forget] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                            [command.clear-compiled] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                            [command.auth.resets.clear] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                            [command.config.cache] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                            [command.config.clear] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                            [command.db.wipe] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                            [command.down] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                            [command.environment] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                            [command.event.cache] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                            [command.event.clear] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                            [command.event.list] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                            [command.key.generate] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                            [command.optimize] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                            [command.optimize.clear] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                            [command.package.discover] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                            [command.preset] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                            [command.queue.failed] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                            [command.queue.flush] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                            [command.queue.forget] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                            [command.queue.listen] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                            [command.queue.restart] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                            [command.queue.retry] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                            [command.queue.work] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                            [command.route.cache] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                            [command.route.clear] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                            [command.route.list] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                            [command.seed] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                            [Illuminate\Console\Scheduling\ScheduleFinishCommand] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                            [Illuminate\Console\Scheduling\ScheduleRunCommand] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                            [command.storage.link] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                            [command.up] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                            [command.view.cache] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                            [command.view.clear] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                            [command.cache.table] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                            [command.channel.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                            [command.console.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                            [command.controller.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                            [command.event.generate] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                            [command.event.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                            [command.exception.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                            [command.factory.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                            [command.job.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                            [command.listener.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                            [command.mail.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                            [command.middleware.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                            [command.model.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                            [command.notification.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                            [command.notification.table] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                            [command.observer.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                            [command.policy.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                            [command.provider.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                            [command.queue.failed-table] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                            [command.queue.table] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                            [command.request.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                            [command.resource.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                            [command.rule.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                            [command.seeder.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                            [command.session.table] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                            [command.serve] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                            [command.test.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                            [command.vendor.publish] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                            migrator => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                            [migration.repository] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                            [migration.creator] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                            [command.migrate] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                            [command.migrate.fresh] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                            [command.migrate.install] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                            [command.migrate.refresh] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                            [command.migrate.reset] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                            [command.migrate.rollback] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                            [command.migrate.status] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                            [command.migrate.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                            composer => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                            hash => Illuminate\Hashing\HashServiceProvider
                                                                                            [hash.driver] => Illuminate\Hashing\HashServiceProvider
                                                                                            mailer => Illuminate\Mail\MailServiceProvider
                                                                                            [swift.mailer] => Illuminate\Mail\MailServiceProvider
                                                                                            [swift.transport] => Illuminate\Mail\MailServiceProvider
                                                                                            [Illuminate\Mail\Markdown] => Illuminate\Mail\MailServiceProvider
                                                                                            [Illuminate\Contracts\Pipeline\Hub] => Illuminate\Pipeline\PipelineServiceProvider
                                                                                            [queue.worker] => Illuminate\Queue\QueueServiceProvider
                                                                                            [queue.listener] => Illuminate\Queue\QueueServiceProvider
                                                                                            [queue.failer] => Illuminate\Queue\QueueServiceProvider
                                                                                            [queue.connection] => Illuminate\Queue\QueueServiceProvider
                                                                                            redis => Illuminate\Redis\RedisServiceProvider
                                                                                            [redis.connection] => Illuminate\Redis\RedisServiceProvider
                                                                                            [auth.password] => Illuminate\Auth\Passwords\PasswordResetServiceProvider
                                                                                            [auth.password.broker] => Illuminate\Auth\Passwords\PasswordResetServiceProvider
                                                                                            translator => Illuminate\Translation\TranslationServiceProvider
                                                                                            [translation.loader] => Illuminate\Translation\TranslationServiceProvider
                                                                                            validator => Illuminate\Validation\ValidationServiceProvider
                                                                                            [validation.presence] => Illuminate\Validation\ValidationServiceProvider
                                                                                            [command.tinker] => Laravel\Tinker\TinkerServiceProvider
                                                                                        )
                                                                                    appPath => 
                                                                                    databasePath => 
                                                                                    storagePath => 
                                                                                    environmentPath => 
                                                                                    environmentFile => .env
                                                                                    isRunningInConsole => 1
                                                                                    namespace => 
                                                                                    resolved => Array(
                                                                                            events => 1
                                                                                            [App\Console\Kernel] => 1
                                                                                            [Illuminate\Contracts\Console\Kernel] => 1
                                                                                            [Illuminate\Foundation\Bootstrap\LoadEnvironmentVariables] => 1
                                                                                            [Illuminate\Foundation\Bootstrap\LoadConfiguration] => 1
                                                                                            [Illuminate\Foundation\Bootstrap\HandleExceptions] => 1
                                                                                            env => 1
                                                                                            [Illuminate\Foundation\Bootstrap\RegisterFacades] => 1
                                                                                            [Illuminate\Foundation\Bootstrap\SetRequestForConsole] => 1
                                                                                            [Illuminate\Foundation\Bootstrap\RegisterProviders] => 1
                                                                                            [Facade\Ignition\LogRecorder\LogRecorder] => 1
                                                                                            [Facade\Ignition\DumpRecorder\DumpRecorder] => 1
                                                                                            [Facade\Ignition\QueryRecorder\QueryRecorder] => 1
                                                                                            [flare.http] => 1
                                                                                            [flare.client] => 1
                                                                                            [Facade\Ignition\Middleware\SetNotifierName] => 1
                                                                                            [Facade\Ignition\Middleware\AddEnvironmentInformation] => 1
                                                                                            [Facade\Ignition\Middleware\AddLogs] => 1
                                                                                            [Facade\Ignition\Middleware\AddDumps] => 1
                                                                                            [Facade\Ignition\Middleware\AddQueries] => 1
                                                                                            [Facade\IgnitionContracts\SolutionProviderRepository] => 1
                                                                                            [Facade\Ignition\Middleware\AddSolutions] => 1
                                                                                            [App\Exceptions\Handler] => 1
                                                                                            [Illuminate\Contracts\Debug\ExceptionHandler] => 1
                                                                                            [Illuminate\Foundation\Bootstrap\BootProviders] => 1
                                                                                            [db.factory] => 1
                                                                                            db => 1
                                                                                            [view.engine.resolver] => 1
                                                                                            files => 1
                                                                                            [blade.compiler] => 1
                                                                                            log => 1
                                                                                            queue => 1
                                                                                            router => 1
                                                                                            url => 1
                                                                                        )
                                                                                    bindings => Array(
                                                                                            [Illuminate\Foundation\Mix] => Array(
                                                                                                    concrete => Closure Object(
                                                                                                            static => Array(
                                                                                                                    abstract => Illuminate\Foundation\Mix
                                                                                                                    concrete => Illuminate\Foundation\Mix
                                                                                                                )
                                                                                                            this => Illuminate\Foundation\Application Object
 
                                                                                                            parameter => Array(
                                                                                                                    [$container] => 
                                                                                                                    [$parameters] => 
                                                                                                                )
                                                                                                        )
                                                                                                    shared => 1
                                                                                                )
                                                                                            events => Array(
                                                                                                    concrete => Closure Object(
                                                                                                            this => Illuminate\Events\EventServiceProvider Object(
                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                )
                                                                                                            parameter => Array(
                                                                                                                    [$app] => 
                                                                                                                )
                                                                                                        )
                                                                                                    shared => 1
                                                                                                )
                                                                                            log => Array(
                                                                                                    concrete => Closure Object(
                                                                                                            this => Illuminate\Log\LogServiceProvider Object(
                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                )
                                                                                                        )
                                                                                                    shared => 1
                                                                                                )
                                                                                            router => Array(
                                                                                                    concrete => Closure Object(
                                                                                                            this => Illuminate\Routing\RoutingServiceProvider Object(
                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                )
                                                                                                            parameter => Array(
                                                                                                                    [$app] => 
                                                                                                                )
                                                                                                        )
                                                                                                    shared => 1
                                                                                                )
                                                                                            url => Array(
                                                                                                    concrete => Closure Object(
                                                                                                            this => Illuminate\Routing\RoutingServiceProvider Object(
                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                )
                                                                                                            parameter => Array(
                                                                                                                    [$app] => 
                                                                                                                )
                                                                                                        )
                                                                                                    shared => 1
                                                                                                )
                                                                                            redirect => Array(
                                                                                                    concrete => Closure Object(
                                                                                                            this => Illuminate\Routing\RoutingServiceProvider Object(
                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                )
                                                                                                            parameter => Array(
                                                                                                                    [$app] => 
                                                                                                                )
                                                                                                        )
                                                                                                    shared => 1
                                                                                                )
                                                                                            [Psr\Http\Message\ServerRequestInterface] => Array(
                                                                                                    concrete => Closure Object(
                                                                                                            this => Illuminate\Routing\RoutingServiceProvider Object(
                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                )
                                                                                                            parameter => Array(
                                                                                                                    [$app] => 
                                                                                                                )
                                                                                                        )
                                                                                                    shared => 
                                                                                                )
                                                                                            [Psr\Http\Message\ResponseInterface] => Array(
                                                                                                    concrete => Closure Object(
                                                                                                            this => Illuminate\Routing\RoutingServiceProvider Object(
                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                )
                                                                                                        )
                                                                                                    shared => 
                                                                                                )
                                                                                            [Illuminate\Contracts\Routing\ResponseFactory] => Array(
                                                                                                    concrete => Closure Object(
                                                                                                            this => Illuminate\Routing\RoutingServiceProvider Object(
                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                )
                                                                                                            parameter => Array(
                                                                                                                    [$app] => 
                                                                                                                )
                                                                                                        )
                                                                                                    shared => 1
                                                                                                )
                                                                                            [Illuminate\Routing\Contracts\ControllerDispatcher] => Array(
                                                                                                    concrete => Closure Object(
                                                                                                            this => Illuminate\Routing\RoutingServiceProvider Object(
                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                )
                                                                                                            parameter => Array(
                                                                                                                    [$app] => 
                                                                                                                )
                                                                                                        )
                                                                                                    shared => 1
                                                                                                )
                                                                                            [Illuminate\Contracts\Http\Kernel] => Array(
                                                                                                    concrete => Closure Object(
                                                                                                            static => Array(
                                                                                                                    abstract => Illuminate\Contracts\Http\Kernel
                                                                                                                    concrete => App\Http\Kernel
                                                                                                                )
                                                                                                            this => Illuminate\Foundation\Application Object
 
                                                                                                            parameter => Array(
                                                                                                                    [$container] => 
                                                                                                                    [$parameters] => 
                                                                                                                )
                                                                                                        )
                                                                                                    shared => 1
                                                                                                )
                                                                                            [Illuminate\Contracts\Console\Kernel] => Array(
                                                                                                    concrete => Closure Object(
                                                                                                            static => Array(
                                                                                                                    abstract => Illuminate\Contracts\Console\Kernel
                                                                                                                    concrete => App\Console\Kernel
                                                                                                                )
                                                                                                            this => Illuminate\Foundation\Application Object
 
                                                                                                            parameter => Array(
                                                                                                                    [$container] => 
                                                                                                                    [$parameters] => 
                                                                                                                )
                                                                                                        )
                                                                                                    shared => 1
                                                                                                )
                                                                                            [Illuminate\Contracts\Debug\ExceptionHandler] => Array(
                                                                                                    concrete => Closure Object(
                                                                                                            static => Array(
                                                                                                                    appExceptionHandler => App\Exceptions\Handler Object(
                                                                                                                            dontReport => Array()
                                                                                                                            dontFlash => Array(
                                                                                                                                    0 => password
                                                                                                                                    1 => password_confirmation
                                                                                                                                )
                                                                                                                            container => Illuminate\Foundation\Application Object
 
                                                                                                                            internalDontReport => Array(
                                                                                                                                    0 => Illuminate\Auth\AuthenticationException
                                                                                                                                    1 => Illuminate\Auth\Access\AuthorizationException
                                                                                                                                    2 => Symfony\Component\HttpKernel\Exception\HttpException
                                                                                                                                    3 => Illuminate\Http\Exceptions\HttpResponseException
                                                                                                                                    4 => Illuminate\Database\Eloquent\ModelNotFoundException
                                                                                                                                    5 => Symfony\Component\HttpFoundation\Exception\SuspiciousOperationException
                                                                                                                                    6 => Illuminate\Session\TokenMismatchException
                                                                                                                                    7 => Illuminate\Validation\ValidationException
                                                                                                                                )
                                                                                                                        )
                                                                                                                )
                                                                                                            this => NunoMaduro\Collision\Adapters\Laravel\CollisionServiceProvider Object(
                                                                                                                    defer => 1
                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                )
                                                                                                            parameter => Array(
                                                                                                                    [$app] => 
                                                                                                                )
                                                                                                        )
                                                                                                    shared => 1
                                                                                                )
                                                                                            env => Array(
                                                                                                    concrete => Closure Object(
                                                                                                            static => Array(
                                                                                                                    value => local
                                                                                                                )
                                                                                                            this => Illuminate\Foundation\Application Object
 
                                                                                                        )
                                                                                                    shared => 
                                                                                                )
                                                                                            auth => Array(
                                                                                                    concrete => Closure Object(
                                                                                                            this => Illuminate\Auth\AuthServiceProvider Object(
                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                )
                                                                                                            parameter => Array(
                                                                                                                    [$app] => 
                                                                                                                )
                                                                                                        )
                                                                                                    shared => 1
                                                                                                )
                                                                                            [auth.driver] => Array(
                                                                                                    concrete => Closure Object(
                                                                                                            this => Illuminate\Auth\AuthServiceProvider Object(
                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                )
                                                                                                            parameter => Array(
                                                                                                                    [$app] => 
                                                                                                                )
                                                                                                        )
                                                                                                    shared => 1
                                                                                                )
                                                                                            [Illuminate\Contracts\Auth\Authenticatable] => Array(
                                                                                                    concrete => Closure Object(
                                                                                                            this => Illuminate\Auth\AuthServiceProvider Object(
                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                )
                                                                                                            parameter => Array(
                                                                                                                    [$app] => 
                                                                                                                )
                                                                                                        )
                                                                                                    shared => 
                                                                                                )
                                                                                            [Illuminate\Contracts\Auth\Access\Gate] => Array(
                                                                                                    concrete => Closure Object(
                                                                                                            this => Illuminate\Auth\AuthServiceProvider Object(
                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                )
                                                                                                            parameter => Array(
                                                                                                                    [$app] => 
                                                                                                                )
                                                                                                        )
                                                                                                    shared => 1
                                                                                                )
                                                                                            cookie => Array(
                                                                                                    concrete => Closure Object(
                                                                                                            this => Illuminate\Cookie\CookieServiceProvider Object(
                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                )
                                                                                                            parameter => Array(
                                                                                                                    [$app] => 
                                                                                                                )
                                                                                                        )
                                                                                                    shared => 1
                                                                                                )
                                                                                            [db.factory] => Array(
                                                                                                    concrete => Closure Object(
                                                                                                            this => Illuminate\Database\DatabaseServiceProvider Object(
                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                )
                                                                                                            parameter => Array(
                                                                                                                    [$app] => 
                                                                                                                )
                                                                                                        )
                                                                                                    shared => 1
                                                                                                )
                                                                                            db => Array(
                                                                                                    concrete => Closure Object(
                                                                                                            this => Illuminate\Database\DatabaseServiceProvider Object(
                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                )
                                                                                                            parameter => Array(
                                                                                                                    [$app] => 
                                                                                                                )
                                                                                                        )
                                                                                                    shared => 1
                                                                                                )
                                                                                            [db.connection] => Array(
                                                                                                    concrete => Closure Object(
                                                                                                            this => Illuminate\Database\DatabaseServiceProvider Object(
                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                )
                                                                                                            parameter => Array(
                                                                                                                    [$app] => 
                                                                                                                )
                                                                                                        )
                                                                                                    shared => 
                                                                                                )
                                                                                            [Faker\Generator] => Array(
                                                                                                    concrete => Closure Object(
                                                                                                            this => Illuminate\Database\DatabaseServiceProvider Object(
                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                )
                                                                                                            parameter => Array(
                                                                                                                    [$app] => 
                                                                                                                )
                                                                                                        )
                                                                                                    shared => 1
                                                                                                )
                                                                                            [Illuminate\Database\Eloquent\Factory] => Array(
                                                                                                    concrete => Closure Object(
                                                                                                            this => Illuminate\Database\DatabaseServiceProvider Object(
                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                )
                                                                                                            parameter => Array(
                                                                                                                    [$app] => 
                                                                                                                )
                                                                                                        )
                                                                                                    shared => 1
                                                                                                )
                                                                                            [Illuminate\Contracts\Queue\EntityResolver] => Array(
                                                                                                    concrete => Closure Object(
                                                                                                            this => Illuminate\Database\DatabaseServiceProvider Object(
                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                )
                                                                                                        )
                                                                                                    shared => 1
                                                                                                )
                                                                                            encrypter => Array(
                                                                                                    concrete => Closure Object(
                                                                                                            this => Illuminate\Encryption\EncryptionServiceProvider Object(
                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                )
                                                                                                            parameter => Array(
                                                                                                                    [$app] => 
                                                                                                                )
                                                                                                        )
                                                                                                    shared => 1
                                                                                                )
                                                                                            files => Array(
                                                                                                    concrete => Closure Object(
                                                                                                            this => Illuminate\Filesystem\FilesystemServiceProvider Object(
                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                )
                                                                                                        )
                                                                                                    shared => 1
                                                                                                )
                                                                                            filesystem => Array(
                                                                                                    concrete => Closure Object(
                                                                                                            this => Illuminate\Filesystem\FilesystemServiceProvider Object(
                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                )
                                                                                                        )
                                                                                                    shared => 1
                                                                                                )
                                                                                            [filesystem.disk] => Array(
                                                                                                    concrete => Closure Object(
                                                                                                            this => Illuminate\Filesystem\FilesystemServiceProvider Object(
                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                )
                                                                                                        )
                                                                                                    shared => 1
                                                                                                )
                                                                                            [filesystem.cloud] => Array(
                                                                                                    concrete => Closure Object(
                                                                                                            this => Illuminate\Filesystem\FilesystemServiceProvider Object(
                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                )
                                                                                                        )
                                                                                                    shared => 1
                                                                                                )
                                                                                            [Illuminate\Notifications\ChannelManager] => Array(
                                                                                                    concrete => Closure Object(
                                                                                                            this => Illuminate\Notifications\NotificationServiceProvider Object(
                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                )
                                                                                                            parameter => Array(
                                                                                                                    [$app] => 
                                                                                                                )
                                                                                                        )
                                                                                                    shared => 1
                                                                                                )
                                                                                            session => Array(
                                                                                                    concrete => Closure Object(
                                                                                                            this => Illuminate\Session\SessionServiceProvider Object(
                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                )
                                                                                                            parameter => Array(
                                                                                                                    [$app] => 
                                                                                                                )
                                                                                                        )
                                                                                                    shared => 1
                                                                                                )
                                                                                            [session.store] => Array(
                                                                                                    concrete => Closure Object(
                                                                                                            this => Illuminate\Session\SessionServiceProvider Object(
                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                )
                                                                                                            parameter => Array(
                                                                                                                    [$app] => 
                                                                                                                )
                                                                                                        )
                                                                                                    shared => 1
                                                                                                )
                                                                                            [Illuminate\Session\Middleware\StartSession] => Array(
                                                                                                    concrete => Closure Object(
                                                                                                            static => Array(
                                                                                                                    abstract => Illuminate\Session\Middleware\StartSession
                                                                                                                    concrete => Illuminate\Session\Middleware\StartSession
                                                                                                                )
                                                                                                            this => Illuminate\Foundation\Application Object
 
                                                                                                            parameter => Array(
                                                                                                                    [$container] => 
                                                                                                                    [$parameters] => 
                                                                                                                )
                                                                                                        )
                                                                                                    shared => 1
                                                                                                )
                                                                                            view => Array(
                                                                                                    concrete => Closure Object(
                                                                                                            this => Illuminate\View\ViewServiceProvider Object(
                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                )
                                                                                                            parameter => Array(
                                                                                                                    [$app] => 
                                                                                                                )
                                                                                                        )
                                                                                                    shared => 1
                                                                                                )
                                                                                            [view.finder] => Array(
                                                                                                    concrete => Closure Object(
                                                                                                            this => Illuminate\View\ViewServiceProvider Object(
                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                )
                                                                                                            parameter => Array(
                                                                                                                    [$app] => 
                                                                                                                )
                                                                                                        )
                                                                                                    shared => 
                                                                                                )
                                                                                            [view.engine.resolver] => Array(
                                                                                                    concrete => Closure Object(
                                                                                                            this => Illuminate\View\ViewServiceProvider Object(
                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                )
                                                                                                        )
                                                                                                    shared => 1
                                                                                                )
                                                                                            [Facade\IgnitionContracts\SolutionProviderRepository] => Array(
                                                                                                    concrete => Closure Object(
                                                                                                            this => Facade\Ignition\IgnitionServiceProvider Object(
                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                )
                                                                                                        )
                                                                                                    shared => 1
                                                                                                )
                                                                                            [Facade\Ignition\ErrorPage\Renderer] => Array(
                                                                                                    concrete => Closure Object(
                                                                                                            this => Facade\Ignition\IgnitionServiceProvider Object(
                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                )
                                                                                                        )
                                                                                                    shared => 
                                                                                                )
                                                                                            [Whoops\Handler\HandlerInterface] => Array(
                                                                                                    concrete => Closure Object(
                                                                                                            this => Facade\Ignition\IgnitionServiceProvider Object(
                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                )
                                                                                                            parameter => Array(
                                                                                                                    [$app] => 
                                                                                                                )
                                                                                                        )
                                                                                                    shared => 
                                                                                                )
                                                                                            [Facade\Ignition\IgnitionConfig] => Array(
                                                                                                    concrete => Closure Object(
                                                                                                            this => Facade\Ignition\IgnitionServiceProvider Object(
                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                )
                                                                                                        )
                                                                                                    shared => 1
                                                                                                )
                                                                                            [flare.http] => Array(
                                                                                                    concrete => Closure Object(
                                                                                                            this => Facade\Ignition\IgnitionServiceProvider Object(
                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                )
                                                                                                        )
                                                                                                    shared => 1
                                                                                                )
                                                                                            [flare.client] => Array(
                                                                                                    concrete => Closure Object(
                                                                                                            this => Facade\Ignition\IgnitionServiceProvider Object(
                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                )
                                                                                                        )
                                                                                                    shared => 1
                                                                                                )
                                                                                            [Facade\Ignition\LogRecorder\LogRecorder] => Array(
                                                                                                    concrete => Closure Object(
                                                                                                            static => Array(
                                                                                                                    abstract => Facade\Ignition\LogRecorder\LogRecorder
                                                                                                                    concrete => Facade\Ignition\LogRecorder\LogRecorder
                                                                                                                )
                                                                                                            this => Illuminate\Foundation\Application Object
 
                                                                                                            parameter => Array(
                                                                                                                    [$container] => 
                                                                                                                    [$parameters] => 
                                                                                                                )
                                                                                                        )
                                                                                                    shared => 1
                                                                                                )
                                                                                            [Facade\Ignition\DumpRecorder\DumpRecorder] => Array(
                                                                                                    concrete => Closure Object(
                                                                                                            static => Array(
                                                                                                                    abstract => Facade\Ignition\DumpRecorder\DumpRecorder
                                                                                                                    concrete => Facade\Ignition\DumpRecorder\DumpRecorder
                                                                                                                )
                                                                                                            this => Illuminate\Foundation\Application Object
 
                                                                                                            parameter => Array(
                                                                                                                    [$container] => 
                                                                                                                    [$parameters] => 
                                                                                                                )
                                                                                                        )
                                                                                                    shared => 1
                                                                                                )
                                                                                            [Facade\Ignition\QueryRecorder\QueryRecorder] => Array(
                                                                                                    concrete => Closure Object(
                                                                                                            static => Array(
                                                                                                                    abstract => Facade\Ignition\QueryRecorder\QueryRecorder
                                                                                                                    concrete => Facade\Ignition\QueryRecorder\QueryRecorder
                                                                                                                )
                                                                                                            this => Illuminate\Foundation\Application Object
 
                                                                                                            parameter => Array(
                                                                                                                    [$container] => 
                                                                                                                    [$parameters] => 
                                                                                                                )
                                                                                                        )
                                                                                                    shared => 1
                                                                                                )
                                                                                            [NunoMaduro\Collision\Contracts\Adapters\Phpunit\Listener] => Array(
                                                                                                    concrete => Closure Object(
                                                                                                            static => Array(
                                                                                                                    abstract => NunoMaduro\Collision\Contracts\Adapters\Phpunit\Listener
                                                                                                                    concrete => NunoMaduro\Collision\Adapters\Phpunit\Listener
                                                                                                                )
                                                                                                            this => Illuminate\Foundation\Application Object
 
                                                                                                            parameter => Array(
                                                                                                                    [$container] => 
                                                                                                                    [$parameters] => 
                                                                                                                )
                                                                                                        )
                                                                                                    shared => 1
                                                                                                )
                                                                                            [NunoMaduro\Collision\Contracts\Provider] => Array(
                                                                                                    concrete => Closure Object(
                                                                                                            static => Array(
                                                                                                                    abstract => NunoMaduro\Collision\Contracts\Provider
                                                                                                                    concrete => NunoMaduro\Collision\Provider
                                                                                                                )
                                                                                                            this => Illuminate\Foundation\Application Object
 
                                                                                                            parameter => Array(
                                                                                                                    [$container] => 
                                                                                                                    [$parameters] => 
                                                                                                                )
                                                                                                        )
                                                                                                    shared => 
                                                                                                )
                                                                                            [blade.compiler] => Array(
                                                                                                    concrete => Closure Object(
                                                                                                            this => Illuminate\View\ViewServiceProvider Object(
                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                )
                                                                                                        )
                                                                                                    shared => 1
                                                                                                )
                                                                                            [flare.logger] => Array(
                                                                                                    concrete => Closure Object(
                                                                                                            this => Facade\Ignition\IgnitionServiceProvider Object(
                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                )
                                                                                                            parameter => Array(
                                                                                                                    [$app] => 
                                                                                                                )
                                                                                                        )
                                                                                                    shared => 1
                                                                                                )
                                                                                            [command.flare:test] => Array(
                                                                                                    concrete => Closure Object(
                                                                                                            static => Array(
                                                                                                                    abstract => command.flare:test
                                                                                                                    concrete => Facade\Ignition\Commands\TestCommand
                                                                                                                )
                                                                                                            this => Illuminate\Foundation\Application Object
 
                                                                                                            parameter => Array(
                                                                                                                    [$container] => 
                                                                                                                    [$parameters] => 
                                                                                                                )
                                                                                                        )
                                                                                                    shared => 
                                                                                                )
                                                                                            [command.make:solution] => Array(
                                                                                                    concrete => Closure Object(
                                                                                                            static => Array(
                                                                                                                    abstract => command.make:solution
                                                                                                                    concrete => Facade\Ignition\Commands\SolutionMakeCommand
                                                                                                                )
                                                                                                            this => Illuminate\Foundation\Application Object
 
                                                                                                            parameter => Array(
                                                                                                                    [$container] => 
                                                                                                                    [$parameters] => 
                                                                                                                )
                                                                                                        )
                                                                                                    shared => 
                                                                                                )
                                                                                            queue => Array(
                                                                                                    concrete => Closure Object(
                                                                                                            this => Illuminate\Queue\QueueServiceProvider Object(
                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                )
                                                                                                            parameter => Array(
                                                                                                                    [$app] => 
                                                                                                                )
                                                                                                        )
                                                                                                    shared => 1
                                                                                                )
                                                                                            [queue.connection] => Array(
                                                                                                    concrete => Closure Object(
                                                                                                            this => Illuminate\Queue\QueueServiceProvider Object(
                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                )
                                                                                                            parameter => Array(
                                                                                                                    [$app] => 
                                                                                                                )
                                                                                                        )
                                                                                                    shared => 1
                                                                                                )
                                                                                            [queue.worker] => Array(
                                                                                                    concrete => Closure Object(
                                                                                                            this => Illuminate\Queue\QueueServiceProvider Object(
                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                )
                                                                                                        )
                                                                                                    shared => 1
                                                                                                )
                                                                                            [queue.listener] => Array(
                                                                                                    concrete => Closure Object(
                                                                                                            this => Illuminate\Queue\QueueServiceProvider Object(
                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                )
                                                                                                        )
                                                                                                    shared => 1
                                                                                                )
                                                                                            [queue.failer] => Array(
                                                                                                    concrete => Closure Object(
                                                                                                            this => Illuminate\Queue\QueueServiceProvider Object(
                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                )
                                                                                                        )
                                                                                                    shared => 1
                                                                                                )
                                                                                            [Facade\Ignition\DumpRecorder\MultiDumpHandler] => Array(
                                                                                                    concrete => Closure Object(
                                                                                                            static => Array(
                                                                                                                    abstract => Facade\Ignition\DumpRecorder\MultiDumpHandler
                                                                                                                    concrete => Facade\Ignition\DumpRecorder\MultiDumpHandler Object(
                                                                                                                            handlers => Array(
                                                                                                                                    0 => Closure Object(
                                                                                                                                            this => Facade\Ignition\DumpRecorder\DumpRecorder Object(
                                                                                                                                                    dumps => Array()
                                                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                                                )
                                                                                                                                            parameter => Array(
                                                                                                                                                    [$value] => 
                                                                                                                                                )
                                                                                                                                        )
                                                                                                                                    1 => Closure Object(
                                                                                                                                            this => Facade\Ignition\DumpRecorder\DumpRecorder Object(
                                                                                                                                                    dumps => Array()
                                                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                                                )
                                                                                                                                            parameter => Array(
                                                                                                                                                    [$var] => 
                                                                                                                                                )
                                                                                                                                        )
                                                                                                                                )
                                                                                                                        )
                                                                                                                )
                                                                                                            this => Illuminate\Foundation\Application Object
 
                                                                                                            parameter => Array(
                                                                                                                    [$container] => 
                                                                                                                    [$parameters] => 
                                                                                                                )
                                                                                                        )
                                                                                                    shared => 1
                                                                                                )
                                                                                        )
                                                                                    methodBindings => Array()
                                                                                    instances => Array(
                                                                                            path => /0000/app
                                                                                            [path.base] => /0000
                                                                                            [path.lang] => /0000/resources/lang
                                                                                            [path.config] => /0000/config
                                                                                            [path.public] => /0000/public
                                                                                            [path.storage] => /0000/storage
                                                                                            [path.database] => /0000/database
                                                                                            [path.resources] => /0000/resources
                                                                                            [path.bootstrap] => /0000/bootstrap
                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                            [Illuminate\Container\Container] => Illuminate\Foundation\Application Object
 
                                                                                            [Illuminate\Foundation\PackageManifest] => Illuminate\Foundation\PackageManifest Object(
                                                                                                    files => Illuminate\Filesystem\Filesystem Object()
                                                                                                    basePath => /0000
                                                                                                    vendorPath => /0000/vendor
                                                                                                    manifestPath => /0000/bootstrap/cache/packages.php
                                                                                                    manifest => Array(
                                                                                                            [facade/ignition] => Array(
                                                                                                                    providers => Array(
                                                                                                                            0 => Facade\Ignition\IgnitionServiceProvider
                                                                                                                        )
                                                                                                                    aliases => Array(
                                                                                                                            Flare => Facade\Ignition\Facades\Flare
                                                                                                                        )
                                                                                                                )
                                                                                                            [fideloper/proxy] => Array(
                                                                                                                    providers => Array(
                                                                                                                            0 => Fideloper\Proxy\TrustedProxyServiceProvider
                                                                                                                        )
                                                                                                                )
                                                                                                            [laravel/tinker] => Array(
                                                                                                                    providers => Array(
                                                                                                                            0 => Laravel\Tinker\TinkerServiceProvider
                                                                                                                        )
                                                                                                                )
                                                                                                            [nesbot/carbon] => Array(
                                                                                                                    providers => Array(
                                                                                                                            0 => Carbon\Laravel\ServiceProvider
                                                                                                                        )
                                                                                                                )
                                                                                                            [nunomaduro/collision] => Array(
                                                                                                                    providers => Array(
                                                                                                                            0 => NunoMaduro\Collision\Adapters\Laravel\CollisionServiceProvider
                                                                                                                        )
                                                                                                                )
                                                                                                        )
                                                                                                )
                                                                                            events => Illuminate\Events\Dispatcher Object
 
                                                                                            [Illuminate\Contracts\Console\Kernel] => App\Console\Kernel Object(
                                                                                                    commands => Array()
                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                    events => Illuminate\Events\Dispatcher Object
 
                                                                                                    artisan => 
                                                                                                    commandsLoaded => 
                                                                                                    bootstrappers => Array(
                                                                                                            0 => Illuminate\Foundation\Bootstrap\LoadEnvironmentVariables
                                                                                                            1 => Illuminate\Foundation\Bootstrap\LoadConfiguration
                                                                                                            2 => Illuminate\Foundation\Bootstrap\HandleExceptions
                                                                                                            3 => Illuminate\Foundation\Bootstrap\RegisterFacades
                                                                                                            4 => Illuminate\Foundation\Bootstrap\SetRequestForConsole
                                                                                                            5 => Illuminate\Foundation\Bootstrap\RegisterProviders
                                                                                                            6 => Illuminate\Foundation\Bootstrap\BootProviders
                                                                                                        )
                                                                                                )
                                                                                            config => Illuminate\Config\Repository Object(
                                                                                                    items => Array(
                                                                                                            app => Array(
                                                                                                                    name => 本地测试
                                                                                                                    env => local
                                                                                                                    debug => 1
                                                                                                                    url => http://localhost
                                                                                                                    asset_url => 
                                                                                                                    timezone => UTC
                                                                                                                    locale => en
                                                                                                                    fallback_locale => en
                                                                                                                    faker_locale => en_US
                                                                                                                    key => base64:gIjju1XIlTNS6j8BuifyrL2QAARYlvdKYd31eAqei7g=
                                                                                                                    cipher => AES-256-CBC
                                                                                                                    providers => Array(
                                                                                                                            0 => Illuminate\Auth\AuthServiceProvider
                                                                                                                            1 => Illuminate\Broadcasting\BroadcastServiceProvider
                                                                                                                            2 => Illuminate\Bus\BusServiceProvider
                                                                                                                            3 => Illuminate\Cache\CacheServiceProvider
                                                                                                                            4 => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                                            5 => Illuminate\Cookie\CookieServiceProvider
                                                                                                                            6 => Illuminate\Database\DatabaseServiceProvider
                                                                                                                            7 => Illuminate\Encryption\EncryptionServiceProvider
                                                                                                                            8 => Illuminate\Filesystem\FilesystemServiceProvider
                                                                                                                            9 => Illuminate\Foundation\Providers\FoundationServiceProvider
                                                                                                                            10 => Illuminate\Hashing\HashServiceProvider
                                                                                                                            11 => Illuminate\Mail\MailServiceProvider
                                                                                                                            12 => Illuminate\Notifications\NotificationServiceProvider
                                                                                                                            13 => Illuminate\Pagination\PaginationServiceProvider
                                                                                                                            14 => Illuminate\Pipeline\PipelineServiceProvider
                                                                                                                            15 => Illuminate\Queue\QueueServiceProvider
                                                                                                                            16 => Illuminate\Redis\RedisServiceProvider
                                                                                                                            17 => Illuminate\Auth\Passwords\PasswordResetServiceProvider
                                                                                                                            18 => Illuminate\Session\SessionServiceProvider
                                                                                                                            19 => Illuminate\Translation\TranslationServiceProvider
                                                                                                                            20 => Illuminate\Validation\ValidationServiceProvider
                                                                                                                            21 => Illuminate\View\ViewServiceProvider
                                                                                                                            22 => App\Providers\AppServiceProvider
                                                                                                                            23 => App\Providers\AuthServiceProvider
                                                                                                                            24 => App\Providers\EventServiceProvider
                                                                                                                            25 => App\Providers\RouteServiceProvider
                                                                                                                        )
                                                                                                                    aliases => Array(
                                                                                                                            App => Illuminate\Support\Facades\App
                                                                                                                            Arr => Illuminate\Support\Arr
                                                                                                                            Artisan => Illuminate\Support\Facades\Artisan
                                                                                                                            Auth => Illuminate\Support\Facades\Auth
                                                                                                                            Blade => Illuminate\Support\Facades\Blade
                                                                                                                            Broadcast => Illuminate\Support\Facades\Broadcast
                                                                                                                            Bus => Illuminate\Support\Facades\Bus
                                                                                                                            Cache => Illuminate\Support\Facades\Cache
                                                                                                                            Config => Illuminate\Support\Facades\Config
                                                                                                                            Cookie => Illuminate\Support\Facades\Cookie
                                                                                                                            Crypt => Illuminate\Support\Facades\Crypt
                                                                                                                            DB => Illuminate\Support\Facades\DB
                                                                                                                            Eloquent => Illuminate\Database\Eloquent\Model
                                                                                                                            Event => Illuminate\Support\Facades\Event
                                                                                                                            File => Illuminate\Support\Facades\File
                                                                                                                            Gate => Illuminate\Support\Facades\Gate
                                                                                                                            Hash => Illuminate\Support\Facades\Hash
                                                                                                                            Lang => Illuminate\Support\Facades\Lang
                                                                                                                            Log => Illuminate\Support\Facades\Log
                                                                                                                            Mail => Illuminate\Support\Facades\Mail
                                                                                                                            Notification => Illuminate\Support\Facades\Notification
                                                                                                                            Password => Illuminate\Support\Facades\Password
                                                                                                                            Queue => Illuminate\Support\Facades\Queue
                                                                                                                            Redirect => Illuminate\Support\Facades\Redirect
                                                                                                                            Redis => Illuminate\Support\Facades\Redis
                                                                                                                            Request => Illuminate\Support\Facades\Request
                                                                                                                            Response => Illuminate\Support\Facades\Response
                                                                                                                            Route => Illuminate\Support\Facades\Route
                                                                                                                            Schema => Illuminate\Support\Facades\Schema
                                                                                                                            Session => Illuminate\Support\Facades\Session
                                                                                                                            Storage => Illuminate\Support\Facades\Storage
                                                                                                                            Str => Illuminate\Support\Str
                                                                                                                            URL => Illuminate\Support\Facades\URL
                                                                                                                            Validator => Illuminate\Support\Facades\Validator
                                                                                                                            View => Illuminate\Support\Facades\View
                                                                                                                        )
                                                                                                                )
                                                                                                            auth => Array(
                                                                                                                    defaults => Array(
                                                                                                                            guard => web
                                                                                                                            passwords => users
                                                                                                                        )
                                                                                                                    guards => Array(
                                                                                                                            web => Array(
                                                                                                                                    driver => session
                                                                                                                                    provider => users
                                                                                                                                )
                                                                                                                            api => Array(
                                                                                                                                    driver => token
                                                                                                                                    provider => users
                                                                                                                                    hash => 
                                                                                                                                )
                                                                                                                        )
                                                                                                                    providers => Array(
                                                                                                                            users => Array(
                                                                                                                                    driver => eloquent
                                                                                                                                    model => App\User
                                                                                                                                )
                                                                                                                        )
                                                                                                                    passwords => Array(
                                                                                                                            users => Array(
                                                                                                                                    provider => users
                                                                                                                                    table => password_resets
                                                                                                                                    expire => 60
                                                                                                                                    throttle => 60
                                                                                                                                )
                                                                                                                        )
                                                                                                                    password_timeout => 10800
                                                                                                                )
                                                                                                            broadcasting => Array(
                                                                                                                    default => log
                                                                                                                    connections => Array(
                                                                                                                            pusher => Array(
                                                                                                                                    driver => pusher
                                                                                                                                    key => 
                                                                                                                                    secret => 
                                                                                                                                    app_id => 
                                                                                                                                    options => Array(
                                                                                                                                            cluster => mt1
                                                                                                                                            useTLS => 1
                                                                                                                                        )
                                                                                                                                )
                                                                                                                            redis => Array(
                                                                                                                                    driver => redis
                                                                                                                                    connection => default
                                                                                                                                )
                                                                                                                            log => Array(
                                                                                                                                    driver => log
                                                                                                                                )
                                                                                                                            null => Array(
                                                                                                                                    driver => null
                                                                                                                                )
                                                                                                                        )
                                                                                                                )
                                                                                                            cache => Array(
                                                                                                                    default => file
                                                                                                                    stores => Array(
                                                                                                                            apc => Array(
                                                                                                                                    driver => apc
                                                                                                                                )
                                                                                                                            array => Array(
                                                                                                                                    driver => array
                                                                                                                                )
                                                                                                                            database => Array(
                                                                                                                                    driver => database
                                                                                                                                    table => cache
                                                                                                                                    connection => 
                                                                                                                                )
                                                                                                                            file => Array(
                                                                                                                                    driver => file
                                                                                                                                    path => /0000/storage/framework/cache/data
                                                                                                                                )
                                                                                                                            memcached => Array(
                                                                                                                                    driver => memcached
                                                                                                                                    persistent_id => 
                                                                                                                                    sasl => Array(
                                                                                                                                            0 => 
                                                                                                                                            1 => 
                                                                                                                                        )
                                                                                                                                    options => Array()
                                                                                                                                    servers => Array(
                                                                                                                                            0 => Array(
                                                                                                                                                    host => 127.0.0.1
                                                                                                                                                    port => 11211
                                                                                                                                                    weight => 100
                                                                                                                                                )
                                                                                                                                        )
                                                                                                                                )
                                                                                                                            redis => Array(
                                                                                                                                    driver => redis
                                                                                                                                    connection => cache
                                                                                                                                )
                                                                                                                            dynamodb => Array(
                                                                                                                                    driver => dynamodb
                                                                                                                                    key => 
                                                                                                                                    secret => 
                                                                                                                                    region => us-east-1
                                                                                                                                    table => cache
                                                                                                                                    endpoint => 
                                                                                                                                )
                                                                                                                        )
                                                                                                                    prefix => _cache
                                                                                                                )
                                                                                                            database => Array(
                                                                                                                    default => mysql
                                                                                                                    connections => Array(
                                                                                                                            sqlite => Array(
                                                                                                                                    driver => sqlite
                                                                                                                                    url => 
                                                                                                                                    database => laravel
                                                                                                                                    prefix => 
                                                                                                                                    foreign_key_constraints => 1
                                                                                                                                )
                                                                                                                            mysql => Array(
                                                                                                                                    driver => mysql
                                                                                                                                    url => 
                                                                                                                                    host => 127.0.0.1
                                                                                                                                    port => 3306
                                                                                                                                    database => laravel
                                                                                                                                    username => root
                                                                                                                                    password => 
                                                                                                                                    unix_socket => 
                                                                                                                                    charset => utf8mb4
                                                                                                                                    collation => utf8mb4_unicode_ci
                                                                                                                                    prefix => 
                                                                                                                                    prefix_indexes => 1
                                                                                                                                    strict => 1
                                                                                                                                    engine => 
                                                                                                                                    options => Array()
                                                                                                                                )
                                                                                                                            pgsql => Array(
                                                                                                                                    driver => pgsql
                                                                                                                                    url => 
                                                                                                                                    host => 127.0.0.1
                                                                                                                                    port => 3306
                                                                                                                                    database => laravel
                                                                                                                                    username => root
                                                                                                                                    password => 
                                                                                                                                    charset => utf8
                                                                                                                                    prefix => 
                                                                                                                                    prefix_indexes => 1
                                                                                                                                    schema => public
                                                                                                                                    sslmode => prefer
                                                                                                                                )
                                                                                                                            sqlsrv => Array(
                                                                                                                                    driver => sqlsrv
                                                                                                                                    url => 
                                                                                                                                    host => 127.0.0.1
                                                                                                                                    port => 3306
                                                                                                                                    database => laravel
                                                                                                                                    username => root
                                                                                                                                    password => 
                                                                                                                                    charset => utf8
                                                                                                                                    prefix => 
                                                                                                                                    prefix_indexes => 1
                                                                                                                                )
                                                                                                                        )
                                                                                                                    migrations => migrations
                                                                                                                    redis => Array(
                                                                                                                            client => phpredis
                                                                                                                            options => Array(
                                                                                                                                    cluster => redis
                                                                                                                                    prefix => _database_
                                                                                                                                )
                                                                                                                            default => Array(
                                                                                                                                    url => 
                                                                                                                                    host => 127.0.0.1
                                                                                                                                    password => 
                                                                                                                                    port => 6379
                                                                                                                                    database => 0
                                                                                                                                )
                                                                                                                            cache => Array(
                                                                                                                                    url => 
                                                                                                                                    host => 127.0.0.1
                                                                                                                                    password => 
                                                                                                                                    port => 6379
                                                                                                                                    database => 1
                                                                                                                                )
                                                                                                                        )
                                                                                                                )
                                                                                                            filesystems => Array(
                                                                                                                    default => local
                                                                                                                    cloud => s3
                                                                                                                    disks => Array(
                                                                                                                            local => Array(
                                                                                                                                    driver => local
                                                                                                                                    root => /0000/storage/app
                                                                                                                                )
                                                                                                                            public => Array(
                                                                                                                                    driver => local
                                                                                                                                    root => /0000/storage/app/public
                                                                                                                                    url => http://localhost/storage
                                                                                                                                    visibility => public
                                                                                                                                )
                                                                                                                            s3 => Array(
                                                                                                                                    driver => s3
                                                                                                                                    key => 
                                                                                                                                    secret => 
                                                                                                                                    region => us-east-1
                                                                                                                                    bucket => 
                                                                                                                                    url => 
                                                                                                                                )
                                                                                                                        )
                                                                                                                )
                                                                                                            hashing => Array(
                                                                                                                    driver => bcrypt
                                                                                                                    bcrypt => Array(
                                                                                                                            rounds => 10
                                                                                                                        )
                                                                                                                    argon => Array(
                                                                                                                            memory => 1024
                                                                                                                            threads => 2
                                                                                                                            time => 2
                                                                                                                        )
                                                                                                                )
                                                                                                            logging => Array(
                                                                                                                    default => stack
                                                                                                                    channels => Array(
                                                                                                                            stack => Array(
                                                                                                                                    driver => stack
                                                                                                                                    channels => Array(
                                                                                                                                            0 => single
                                                                                                                                        )
                                                                                                                                    ignore_exceptions => 
                                                                                                                                )
                                                                                                                            single => Array(
                                                                                                                                    driver => single
                                                                                                                                    path => /0000/storage/logs/laravel.log
                                                                                                                                    level => debug
                                                                                                                                )
                                                                                                                            daily => Array(
                                                                                                                                    driver => daily
                                                                                                                                    path => /0000/storage/logs/laravel.log
                                                                                                                                    level => debug
                                                                                                                                    days => 14
                                                                                                                                )
                                                                                                                            slack => Array(
                                                                                                                                    driver => slack
                                                                                                                                    url => 
                                                                                                                                    username => Laravel Log
                                                                                                                                    emoji => :boom:
                                                                                                                                    level => critical
                                                                                                                                )
                                                                                                                            papertrail => Array(
                                                                                                                                    driver => monolog
                                                                                                                                    level => debug
                                                                                                                                    handler => Monolog\Handler\SyslogUdpHandler
                                                                                                                                    handler_with => Array(
                                                                                                                                            host => 
                                                                                                                                            port => 
                                                                                                                                        )
                                                                                                                                )
                                                                                                                            stderr => Array(
                                                                                                                                    driver => monolog
                                                                                                                                    handler => Monolog\Handler\StreamHandler
                                                                                                                                    formatter => 
                                                                                                                                    with => Array(
                                                                                                                                            stream => php://stderr
                                                                                                                                        )
                                                                                                                                )
                                                                                                                            syslog => Array(
                                                                                                                                    driver => syslog
                                                                                                                                    level => debug
                                                                                                                                )
                                                                                                                            errorlog => Array(
                                                                                                                                    driver => errorlog
                                                                                                                                    level => debug
                                                                                                                                )
                                                                                                                            null => Array(
                                                                                                                                    driver => monolog
                                                                                                                                    handler => Monolog\Handler\NullHandler
                                                                                                                                )
                                                                                                                            emergency => Array(
                                                                                                                                    path => /0000/storage/logs/laravel.log
                                                                                                                                )
                                                                                                                        )
                                                                                                                )
                                                                                                            mail => Array(
                                                                                                                    driver => smtp
                                                                                                                    host => smtp.mailtrap.io
                                                                                                                    port => 2525
                                                                                                                    from => Array(
                                                                                                                            address => 
                                                                                                                            name => 本地测试
                                                                                                                        )
                                                                                                                    encryption => 
                                                                                                                    username => 
                                                                                                                    password => 
                                                                                                                    sendmail => /usr/sbin/sendmail -bs
                                                                                                                    markdown => Array(
                                                                                                                            theme => default
                                                                                                                            paths => Array(
                                                                                                                                    0 => /0000/resources/views/vendor/mail
                                                                                                                                )
                                                                                                                        )
                                                                                                                    log_channel => 
                                                                                                                )
                                                                                                            queue => Array(
                                                                                                                    default => sync
                                                                                                                    connections => Array(
                                                                                                                            sync => Array(
                                                                                                                                    driver => sync
                                                                                                                                )
                                                                                                                            database => Array(
                                                                                                                                    driver => database
                                                                                                                                    table => jobs
                                                                                                                                    queue => default
                                                                                                                                    retry_after => 90
                                                                                                                                )
                                                                                                                            beanstalkd => Array(
                                                                                                                                    driver => beanstalkd
                                                                                                                                    host => localhost
                                                                                                                                    queue => default
                                                                                                                                    retry_after => 90
                                                                                                                                    block_for => 0
                                                                                                                                )
                                                                                                                            sqs => Array(
                                                                                                                                    driver => sqs
                                                                                                                                    key => 
                                                                                                                                    secret => 
                                                                                                                                    prefix => https://sqs.us-east-1.amazonaws.com/your-account-id
                                                                                                                                    queue => your-queue-name
                                                                                                                                    region => us-east-1
                                                                                                                                )
                                                                                                                            redis => Array(
                                                                                                                                    driver => redis
                                                                                                                                    connection => default
                                                                                                                                    queue => default
                                                                                                                                    retry_after => 90
                                                                                                                                    block_for => 
                                                                                                                                )
                                                                                                                        )
                                                                                                                    failed => Array(
                                                                                                                            driver => database
                                                                                                                            database => mysql
                                                                                                                            table => failed_jobs
                                                                                                                        )
                                                                                                                )
                                                                                                            services => Array(
                                                                                                                    mailgun => Array(
                                                                                                                            domain => 
                                                                                                                            secret => 
                                                                                                                            endpoint => api.mailgun.net
                                                                                                                        )
                                                                                                                    postmark => Array(
                                                                                                                            token => 
                                                                                                                        )
                                                                                                                    ses => Array(
                                                                                                                            key => 
                                                                                                                            secret => 
                                                                                                                            region => us-east-1
                                                                                                                        )
                                                                                                                )
                                                                                                            session => Array(
                                                                                                                    driver => cookie
                                                                                                                    lifetime => 120
                                                                                                                    expire_on_close => 
                                                                                                                    encrypt => 
                                                                                                                    files => /0000/storage/framework/sessions
                                                                                                                    connection => 
                                                                                                                    table => sessions
                                                                                                                    store => 
                                                                                                                    lottery => Array(
                                                                                                                            0 => 2
                                                                                                                            1 => 100
                                                                                                                        )
                                                                                                                    cookie => _session
                                                                                                                    path => /
                                                                                                                    domain => 
                                                                                                                    secure => 
                                                                                                                    http_only => 1
                                                                                                                    same_site => 
                                                                                                                )
                                                                                                            view => Array(
                                                                                                                    paths => Array(
                                                                                                                            0 => /0000/resources/views
                                                                                                                        )
                                                                                                                    compiled => /0000/storage/framework/views
                                                                                                                )
                                                                                                            flare => Array(
                                                                                                                    key => 
                                                                                                                    reporting => Array(
                                                                                                                            anonymize_ips => 1
                                                                                                                            collect_git_information => 1
                                                                                                                            report_queries => 1
                                                                                                                            maximum_number_of_collected_queries => 200
                                                                                                                            report_query_bindings => 1
                                                                                                                            report_view_data => 1
                                                                                                                            grouping_type => 
                                                                                                                        )
                                                                                                                    send_logs_as_events => 1
                                                                                                                )
                                                                                                            ignition => Array(
                                                                                                                    editor => phpstorm
                                                                                                                    theme => light
                                                                                                                    enable_share_button => 1
                                                                                                                    register_commands => 
                                                                                                                    ignored_solution_providers => Array()
                                                                                                                    enable_runnable_solutions => 
                                                                                                                    remote_sites_path => 
                                                                                                                    local_sites_path => 
                                                                                                                    housekeeping_endpoint_prefix => _ignition
                                                                                                                )
                                                                                                            trustedproxy => Array(
                                                                                                                    proxies => 
                                                                                                                    headers => 30
                                                                                                                )
                                                                                                        )
                                                                                                )
                                                                                            request => Illuminate\Http\Request Object(
                                                                                                    json => 
                                                                                                    convertedFiles => 
                                                                                                    userResolver => 
                                                                                                    routeResolver => 
                                                                                                    attributes => Symfony\Component\HttpFoundation\ParameterBag Object(
                                                                                                            parameters => Array()
                                                                                                        )
                                                                                                    request => Symfony\Component\HttpFoundation\ParameterBag Object(
                                                                                                            parameters => Array()
                                                                                                        )
                                                                                                    query => Symfony\Component\HttpFoundation\ParameterBag Object(
                                                                                                            parameters => Array()
                                                                                                        )
                                                                                                    server => Symfony\Component\HttpFoundation\ServerBag Object(
                                                                                                            parameters => Array(
                                                                                                                    SERVER_NAME => localhost
                                                                                                                    SERVER_PORT => 80
                                                                                                                    HTTP_HOST => localhost
                                                                                                                    HTTP_USER_AGENT => Symfony
                                                                                                                    HTTP_ACCEPT => text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
                                                                                                                    HTTP_ACCEPT_LANGUAGE => en-us,en;q=0.5
                                                                                                                    HTTP_ACCEPT_CHARSET => ISO-8859-1,utf-8;q=0.7,*;q=0.7
                                                                                                                    REMOTE_ADDR => 127.0.0.1
                                                                                                                    SCRIPT_NAME => artisan
                                                                                                                    SCRIPT_FILENAME => artisan
                                                                                                                    SERVER_PROTOCOL => HTTP/1.1
                                                                                                                    REQUEST_TIME => 1578274354
                                                                                                                    PHP_EXTRA_CONFIGURE_ARGS => --enable-fpm --with-fpm-user=www-data --with-fpm-group=www-data --disable-cgi
                                                                                                                    LANGUAGE => C
                                                                                                                    HOSTNAME => d9d2f135fb85
                                                                                                                    PHP_INI_DIR => /usr/local/etc/php
                                                                                                                    GIT_ASKPASS => echo
                                                                                                                    SHLVL => 2
                                                                                                                    HOME => /root
                                                                                                                    OLDPWD => /
                                                                                                                    PHP_LDFLAGS => -Wl,-O1 -Wl,--hash-style=both -pie
                                                                                                                    PHP_CFLAGS => -fstack-protector-strong -fpic -fpie -O2
                                                                                                                    PHP_MD5 => 
                                                                                                                    PHP_VERSION => 7.2.19
                                                                                                                    COMPOSER_HOME => /tmp/composer
                                                                                                                    COMPOSER_BINARY => /usr/bin/composer
                                                                                                                    GPG_KEYS => 1729F83938DA44E27BA0F4D3DBDB397470D12172 B1B44D8F021E4E2D6021E995DC9FF8D3EE5AF27F
                                                                                                                    PHP_CPPFLAGS => -fstack-protector-strong -fpic -fpie -O2
                                                                                                                    PHP_ASC_URL => https://www.php.net/get/php-7.2.19.tar.xz.asc/from/this/mirror
                                                                                                                    PHP_URL => https://www.php.net/get/php-7.2.19.tar.xz/from/this/mirror
                                                                                                                    TERM => xterm
                                                                                                                    PATH => /0000/vendor/bin:/tmp/composer/vendor/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
                                                                                                                    LD_PRELOAD => /usr/lib/preloadable_libiconv.so php
                                                                                                                    PHPIZE_DEPS => autoconf 		dpkg-dev dpkg 		file 		g++ 		gcc 		libc-dev 		make 		pkgconf 		re2c
                                                                                                                    PWD => /0000
                                                                                                                    PHP_SHA256 => 4ffa2404a88d60e993a9fe69f829ebec3eb1e006de41b6048ce5e91bbeaa9282
                                                                                                                    PHP_SELF => artisan
                                                                                                                    PATH_TRANSLATED => artisan
                                                                                                                    DOCUMENT_ROOT => 
                                                                                                                    REQUEST_TIME_FLOAT => 1578274354.5135
                                                                                                                    argv => Array(
                                                                                                                            0 => artisan
                                                                                                                            1 => package:discover
                                                                                                                            2 => --ansi
                                                                                                                        )
                                                                                                                    argc => 3
                                                                                                                    APP_NAME => 本地测试
                                                                                                                    APP_ENV => local
                                                                                                                    APP_KEY => base64:gIjju1XIlTNS6j8BuifyrL2QAARYlvdKYd31eAqei7g=
                                                                                                                    APP_DEBUG => true
                                                                                                                    APP_URL => http://localhost
                                                                                                                    LOG_CHANNEL => stack
                                                                                                                    DB_CONNECTION => mysql
                                                                                                                    DB_HOST => 127.0.0.1
                                                                                                                    DB_PORT => 3306
                                                                                                                    DB_DATABASE => laravel
                                                                                                                    DB_USERNAME => root
                                                                                                                    DB_PASSWORD => 
                                                                                                                    BROADCAST_DRIVER => log
                                                                                                                    CACHE_DRIVER => file
                                                                                                                    QUEUE_CONNECTION => sync
                                                                                                                    SESSION_DRIVER => cookie
                                                                                                                    SESSION_LIFETIME => 120
                                                                                                                    REDIS_HOST => 127.0.0.1
                                                                                                                    REDIS_PASSWORD => null
                                                                                                                    REDIS_PORT => 6379
                                                                                                                    MAIL_DRIVER => smtp
                                                                                                                    MAIL_HOST => smtp.mailtrap.io
                                                                                                                    MAIL_PORT => 2525
                                                                                                                    MAIL_USERNAME => null
                                                                                                                    MAIL_PASSWORD => null
                                                                                                                    MAIL_ENCRYPTION => null
                                                                                                                    MAIL_FROM_ADDRESS => null
                                                                                                                    MAIL_FROM_NAME => 本地测试
                                                                                                                    AWS_ACCESS_KEY_ID => 
                                                                                                                    AWS_SECRET_ACCESS_KEY => 
                                                                                                                    AWS_DEFAULT_REGION => us-east-1
                                                                                                                    AWS_BUCKET => 
                                                                                                                    PUSHER_APP_ID => 
                                                                                                                    PUSHER_APP_KEY => 
                                                                                                                    PUSHER_APP_SECRET => 
                                                                                                                    PUSHER_APP_CLUSTER => mt1
                                                                                                                    MIX_PUSHER_APP_KEY => 
                                                                                                                    MIX_PUSHER_APP_CLUSTER => mt1
                                                                                                                    PATH_INFO => 
                                                                                                                    REQUEST_METHOD => GET
                                                                                                                    REQUEST_URI => /
                                                                                                                    QUERY_STRING => 
                                                                                                                )
                                                                                                        )
                                                                                                    files => Symfony\Component\HttpFoundation\FileBag Object(
                                                                                                            parameters => Array()
                                                                                                        )
                                                                                                    cookies => Symfony\Component\HttpFoundation\ParameterBag Object(
                                                                                                            parameters => Array()
                                                                                                        )
                                                                                                    headers => Symfony\Component\HttpFoundation\HeaderBag Object(
                                                                                                            headers => Array(
                                                                                                                    host => Array(
                                                                                                                            0 => localhost
                                                                                                                        )
                                                                                                                    [user-agent] => Array(
                                                                                                                            0 => Symfony
                                                                                                                        )
                                                                                                                    accept => Array(
                                                                                                                            0 => text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
                                                                                                                        )
                                                                                                                    [accept-language] => Array(
                                                                                                                            0 => en-us,en;q=0.5
                                                                                                                        )
                                                                                                                    [accept-charset] => Array(
                                                                                                                            0 => ISO-8859-1,utf-8;q=0.7,*;q=0.7
                                                                                                                        )
                                                                                                                )
                                                                                                            cacheControl => Array()
                                                                                                        )
                                                                                                    content => 
                                                                                                    languages => 
                                                                                                    charsets => 
                                                                                                    encodings => 
                                                                                                    acceptableContentTypes => 
                                                                                                    pathInfo => 
                                                                                                    requestUri => 
                                                                                                    baseUrl => 
                                                                                                    basePath => 
                                                                                                    method => 
                                                                                                    format => 
                                                                                                    session => 
                                                                                                    locale => 
                                                                                                    defaultLocale => en
                                                                                                    [preferredFormat:Symfony\Component\HttpFoundation\Request:private] => 
                                                                                                    [isHostValid:Symfony\Component\HttpFoundation\Request:private] => 1
                                                                                                    [isForwardedValid:Symfony\Component\HttpFoundation\Request:private] => 1
                                                                                                )
                                                                                            [Facade\Ignition\LogRecorder\LogRecorder] => Facade\Ignition\LogRecorder\LogRecorder Object(
                                                                                                    logMessages => Array()
                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                )
                                                                                            [Facade\Ignition\DumpRecorder\DumpRecorder] => Facade\Ignition\DumpRecorder\DumpRecorder Object(
                                                                                                    dumps => Array()
                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                )
                                                                                            [Facade\Ignition\QueryRecorder\QueryRecorder] => Facade\Ignition\QueryRecorder\QueryRecorder Object(
                                                                                                    queries => Array()
                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                )
                                                                                            [flare.http] => Facade\FlareClient\Http\Client Object(
                                                                                                    [apiToken:Facade\FlareClient\Http\Client:private] => 
                                                                                                    [apiSecret:Facade\FlareClient\Http\Client:private] => 
                                                                                                    [baseUrl:Facade\FlareClient\Http\Client:private] => https://flareapp.io/api
                                                                                                    [timeout:Facade\FlareClient\Http\Client:private] => 10
                                                                                                )
                                                                                            [flare.client] => Facade\FlareClient\Flare Object(
                                                                                                    [client:Facade\FlareClient\Flare:private] => Facade\FlareClient\Http\Client Object(
                                                                                                            [apiToken:Facade\FlareClient\Http\Client:private] => 
                                                                                                            [apiSecret:Facade\FlareClient\Http\Client:private] => 
                                                                                                            [baseUrl:Facade\FlareClient\Http\Client:private] => https://flareapp.io/api
                                                                                                            [timeout:Facade\FlareClient\Http\Client:private] => 10
                                                                                                        )
                                                                                                    [api:Facade\FlareClient\Flare:private] => Facade\FlareClient\Api Object(
                                                                                                            [client:Facade\FlareClient\Api:private] => Facade\FlareClient\Http\Client Object(
                                                                                                                    [apiToken:Facade\FlareClient\Http\Client:private] => 
                                                                                                                    [apiSecret:Facade\FlareClient\Http\Client:private] => 
                                                                                                                    [baseUrl:Facade\FlareClient\Http\Client:private] => https://flareapp.io/api
                                                                                                                    [timeout:Facade\FlareClient\Http\Client:private] => 10
                                                                                                                )
                                                                                                            [queue:Facade\FlareClient\Api:private] => Array()
                                                                                                        )
                                                                                                    [middleware:Facade\FlareClient\Flare:private] => Array(
                                                                                                            0 => Facade\FlareClient\Middleware\AddGlows Object(
                                                                                                                    [recorder:Facade\FlareClient\Middleware\AddGlows:private] => Facade\FlareClient\Glows\Recorder Object(
                                                                                                                            [glows:Facade\FlareClient\Glows\Recorder:private] => Array()
                                                                                                                        )
                                                                                                                )
                                                                                                            1 => Facade\FlareClient\Middleware\AnonymizeIp Object()
                                                                                                            2 => Facade\Ignition\Middleware\SetNotifierName Object()
                                                                                                            3 => Facade\Ignition\Middleware\AddEnvironmentInformation Object()
                                                                                                            4 => Facade\Ignition\Middleware\AddLogs Object(
                                                                                                                    logRecorder => Facade\Ignition\LogRecorder\LogRecorder Object(
                                                                                                                            logMessages => Array()
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                )
                                                                                                            5 => Facade\Ignition\Middleware\AddDumps Object(
                                                                                                                    dumpRecorder => Facade\Ignition\DumpRecorder\DumpRecorder Object(
                                                                                                                            dumps => Array()
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                )
                                                                                                            6 => Facade\Ignition\Middleware\AddQueries Object(
                                                                                                                    queryRecorder => Facade\Ignition\QueryRecorder\QueryRecorder Object(
                                                                                                                            queries => Array()
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                )
                                                                                                            7 => Facade\Ignition\Middleware\AddSolutions Object(
                                                                                                                    solutionProviderRepository => Facade\Ignition\SolutionProviders\SolutionProviderRepository Object(
                                                                                                                            solutionProviders => Illuminate\Support\Collection Object(
                                                                                                                                    items => Array(
                                                                                                                                            0 => Facade\Ignition\SolutionProviders\IncorrectValetDbCredentialsSolutionProvider
                                                                                                                                            1 => Facade\Ignition\SolutionProviders\MissingAppKeySolutionProvider
                                                                                                                                            2 => Facade\Ignition\SolutionProviders\DefaultDbNameSolutionProvider
                                                                                                                                            3 => Facade\Ignition\SolutionProviders\BadMethodCallSolutionProvider
                                                                                                                                            4 => Facade\Ignition\SolutionProviders\TableNotFoundSolutionProvider
                                                                                                                                            5 => Facade\Ignition\SolutionProviders\MissingImportSolutionProvider
                                                                                                                                            6 => Facade\Ignition\SolutionProviders\MissingPackageSolutionProvider
                                                                                                                                            7 => Facade\Ignition\SolutionProviders\InvalidRouteActionSolutionProvider
                                                                                                                                            8 => Facade\Ignition\SolutionProviders\ViewNotFoundSolutionProvider
                                                                                                                                            9 => Facade\Ignition\SolutionProviders\UndefinedVariableSolutionProvider
                                                                                                                                            10 => Facade\Ignition\SolutionProviders\MergeConflictSolutionProvider
                                                                                                                                            11 => Facade\Ignition\SolutionProviders\RunningLaravelDuskInProductionProvider
                                                                                                                                            12 => Facade\Ignition\SolutionProviders\MissingColumnSolutionProvider
                                                                                                                                            13 => Facade\Ignition\SolutionProviders\UnknownValidationSolutionProvider
                                                                                                                                        )
                                                                                                                                )
                                                                                                                        )
                                                                                                                )
                                                                                                            8 => Facade\Ignition\Middleware\AddGitInformation Object()
                                                                                                        )
                                                                                                    [recorder:Facade\FlareClient\Flare:private] => Facade\FlareClient\Glows\Recorder Object(
                                                                                                            [glows:Facade\FlareClient\Glows\Recorder:private] => Array()
                                                                                                        )
                                                                                                    [applicationPath:Facade\FlareClient\Flare:private] => /0000
                                                                                                    [container:Facade\FlareClient\Flare:private] => Illuminate\Foundation\Application Object
 
                                                                                                    [contextDetector:Facade\FlareClient\Flare:private] => Facade\Ignition\Context\LaravelContextDetector Object()
                                                                                                    [previousExceptionHandler:Facade\FlareClient\Flare:private] => 
                                                                                                    [previousErrorHandler:Facade\FlareClient\Flare:private] => 
                                                                                                    [messageLevel:Facade\FlareClient\Flare:private] => 
                                                                                                    [stage:Facade\FlareClient\Flare:private] => local
                                                                                                    [userProvidedContext:Facade\FlareClient\Flare:private] => Array()
                                                                                                )
                                                                                            [Facade\IgnitionContracts\SolutionProviderRepository] => Facade\Ignition\SolutionProviders\SolutionProviderRepository Object(
                                                                                                    solutionProviders => Illuminate\Support\Collection Object(
                                                                                                            items => Array(
                                                                                                                    0 => Facade\Ignition\SolutionProviders\IncorrectValetDbCredentialsSolutionProvider
                                                                                                                    1 => Facade\Ignition\SolutionProviders\MissingAppKeySolutionProvider
                                                                                                                    2 => Facade\Ignition\SolutionProviders\DefaultDbNameSolutionProvider
                                                                                                                    3 => Facade\Ignition\SolutionProviders\BadMethodCallSolutionProvider
                                                                                                                    4 => Facade\Ignition\SolutionProviders\TableNotFoundSolutionProvider
                                                                                                                    5 => Facade\Ignition\SolutionProviders\MissingImportSolutionProvider
                                                                                                                    6 => Facade\Ignition\SolutionProviders\MissingPackageSolutionProvider
                                                                                                                    7 => Facade\Ignition\SolutionProviders\InvalidRouteActionSolutionProvider
                                                                                                                    8 => Facade\Ignition\SolutionProviders\ViewNotFoundSolutionProvider
                                                                                                                    9 => Facade\Ignition\SolutionProviders\UndefinedVariableSolutionProvider
                                                                                                                    10 => Facade\Ignition\SolutionProviders\MergeConflictSolutionProvider
                                                                                                                    11 => Facade\Ignition\SolutionProviders\RunningLaravelDuskInProductionProvider
                                                                                                                    12 => Facade\Ignition\SolutionProviders\MissingColumnSolutionProvider
                                                                                                                    13 => Facade\Ignition\SolutionProviders\UnknownValidationSolutionProvider
                                                                                                                )
                                                                                                        )
                                                                                                )
                                                                                            [Illuminate\Contracts\Debug\ExceptionHandler] => NunoMaduro\Collision\Adapters\Laravel\ExceptionHandler Object(
                                                                                                    appExceptionHandler => App\Exceptions\Handler Object(
                                                                                                            dontReport => Array()
                                                                                                            dontFlash => Array(
                                                                                                                    0 => password
                                                                                                                    1 => password_confirmation
                                                                                                                )
                                                                                                            container => Illuminate\Foundation\Application Object
 
                                                                                                            internalDontReport => Array(
                                                                                                                    0 => Illuminate\Auth\AuthenticationException
                                                                                                                    1 => Illuminate\Auth\Access\AuthorizationException
                                                                                                                    2 => Symfony\Component\HttpKernel\Exception\HttpException
                                                                                                                    3 => Illuminate\Http\Exceptions\HttpResponseException
                                                                                                                    4 => Illuminate\Database\Eloquent\ModelNotFoundException
                                                                                                                    5 => Symfony\Component\HttpFoundation\Exception\SuspiciousOperationException
                                                                                                                    6 => Illuminate\Session\TokenMismatchException
                                                                                                                    7 => Illuminate\Validation\ValidationException
                                                                                                                )
                                                                                                        )
                                                                                                    container => Illuminate\Foundation\Application Object
 
                                                                                                )
                                                                                            [db.factory] => Illuminate\Database\Connectors\ConnectionFactory Object(
                                                                                                    container => Illuminate\Foundation\Application Object
 
                                                                                                )
                                                                                            db => Illuminate\Database\DatabaseManager Object(
                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                    factory => Illuminate\Database\Connectors\ConnectionFactory Object(
                                                                                                            container => Illuminate\Foundation\Application Object
 
                                                                                                        )
                                                                                                    connections => Array()
                                                                                                    extensions => Array()
                                                                                                    reconnector => Closure Object(
                                                                                                            this => Illuminate\Database\DatabaseManager Object
 
                                                                                                            parameter => Array(
                                                                                                                    [$connection] => 
                                                                                                                )
                                                                                                        )
                                                                                                )
                                                                                            [view.engine.resolver] => Illuminate\View\Engines\EngineResolver Object(
                                                                                                    resolvers => Array(
                                                                                                            file => Closure Object(
                                                                                                                    this => Illuminate\View\ViewServiceProvider Object(
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                )
                                                                                                            php => Closure Object(
                                                                                                                    this => Facade\Ignition\IgnitionServiceProvider Object(
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                )
                                                                                                            blade => Closure Object(
                                                                                                                    this => Facade\Ignition\IgnitionServiceProvider Object(
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                )
                                                                                                        )
                                                                                                    resolved => Array()
                                                                                                )
                                                                                            files => Illuminate\Filesystem\Filesystem Object()
                                                                                            [blade.compiler] => Illuminate\View\Compilers\BladeCompiler Object(
                                                                                                    extensions => Array()
                                                                                                    customDirectives => Array()
                                                                                                    conditions => Array()
                                                                                                    path => 
                                                                                                    compilers => Array(
                                                                                                            0 => Comments
                                                                                                            1 => Extensions
                                                                                                            2 => Statements
                                                                                                            3 => Echos
                                                                                                        )
                                                                                                    rawTags => Array(
                                                                                                            0 => {!!
                                                                                                            1 => !!}
                                                                                                        )
                                                                                                    contentTags => Array(
                                                                                                            0 => {{
                                                                                                            1 => }}
                                                                                                        )
                                                                                                    escapedTags => Array(
                                                                                                            0 => {{{
                                                                                                            1 => }}}
                                                                                                        )
                                                                                                    echoFormat => e(%s)
                                                                                                    footer => Array()
                                                                                                    rawBlocks => Array()
                                                                                                    files => Illuminate\Filesystem\Filesystem Object()
                                                                                                    cachePath => /0000/storage/framework/views
                                                                                                    firstCaseInSwitch => 1
                                                                                                    [encodingOptions:Illuminate\View\Compilers\BladeCompiler:private] => 15
                                                                                                    lastSection => 
                                                                                                    forElseCounter => 0
                                                                                                )
                                                                                            log => Illuminate\Log\LogManager Object(
                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                    channels => Array()
                                                                                                    customCreators => Array(
                                                                                                            flare => Closure Object(
                                                                                                                    this => Illuminate\Log\LogManager Object
 
                                                                                                                    parameter => Array(
                                                                                                                            [$app] => 
                                                                                                                        )
                                                                                                                )
                                                                                                        )
                                                                                                    dateFormat => Y-m-d H:i:s
                                                                                                    levels => Array(
                                                                                                            debug => 100
                                                                                                            info => 200
                                                                                                            notice => 250
                                                                                                            warning => 300
                                                                                                            error => 400
                                                                                                            critical => 500
                                                                                                            alert => 550
                                                                                                            emergency => 600
                                                                                                        )
                                                                                                )
                                                                                            queue => Illuminate\Queue\QueueManager Object(
                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                    connections => Array()
                                                                                                    connectors => Array(
                                                                                                            null => Closure Object(
                                                                                                                    this => Illuminate\Queue\QueueServiceProvider Object(
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                )
                                                                                                            sync => Closure Object(
                                                                                                                    this => Illuminate\Queue\QueueServiceProvider Object(
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                )
                                                                                                            database => Closure Object(
                                                                                                                    this => Illuminate\Queue\QueueServiceProvider Object(
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                )
                                                                                                            redis => Closure Object(
                                                                                                                    this => Illuminate\Queue\QueueServiceProvider Object(
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                )
                                                                                                            beanstalkd => Closure Object(
                                                                                                                    this => Illuminate\Queue\QueueServiceProvider Object(
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                )
                                                                                                            sqs => Closure Object(
                                                                                                                    this => Illuminate\Queue\QueueServiceProvider Object(
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                )
                                                                                                        )
                                                                                                )
                                                                                            date => Illuminate\Support\DateFactory Object()
                                                                                            router => Illuminate\Routing\Router Object
 
                                                                                            routes => Illuminate\Routing\RouteCollection Object(
                                                                                                    routes => Array()
                                                                                                    allRoutes => Array()
                                                                                                    nameList => Array()
                                                                                                    actionList => Array()
                                                                                                )
                                                                                            url => Illuminate\Routing\UrlGenerator Object(
                                                                                                    routes => Illuminate\Routing\RouteCollection Object(
                                                                                                            routes => Array()
                                                                                                            allRoutes => Array()
                                                                                                            nameList => Array()
                                                                                                            actionList => Array()
                                                                                                        )
                                                                                                    request => Illuminate\Http\Request Object(
                                                                                                            json => 
                                                                                                            convertedFiles => 
                                                                                                            userResolver => 
                                                                                                            routeResolver => 
                                                                                                            attributes => Symfony\Component\HttpFoundation\ParameterBag Object(
                                                                                                                    parameters => Array()
                                                                                                                )
                                                                                                            request => Symfony\Component\HttpFoundation\ParameterBag Object(
                                                                                                                    parameters => Array()
                                                                                                                )
                                                                                                            query => Symfony\Component\HttpFoundation\ParameterBag Object(
                                                                                                                    parameters => Array()
                                                                                                                )
                                                                                                            server => Symfony\Component\HttpFoundation\ServerBag Object(
                                                                                                                    parameters => Array(
                                                                                                                            SERVER_NAME => localhost
                                                                                                                            SERVER_PORT => 80
                                                                                                                            HTTP_HOST => localhost
                                                                                                                            HTTP_USER_AGENT => Symfony
                                                                                                                            HTTP_ACCEPT => text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
                                                                                                                            HTTP_ACCEPT_LANGUAGE => en-us,en;q=0.5
                                                                                                                            HTTP_ACCEPT_CHARSET => ISO-8859-1,utf-8;q=0.7,*;q=0.7
                                                                                                                            REMOTE_ADDR => 127.0.0.1
                                                                                                                            SCRIPT_NAME => artisan
                                                                                                                            SCRIPT_FILENAME => artisan
                                                                                                                            SERVER_PROTOCOL => HTTP/1.1
                                                                                                                            REQUEST_TIME => 1578274354
                                                                                                                            PHP_EXTRA_CONFIGURE_ARGS => --enable-fpm --with-fpm-user=www-data --with-fpm-group=www-data --disable-cgi
                                                                                                                            LANGUAGE => C
                                                                                                                            HOSTNAME => d9d2f135fb85
                                                                                                                            PHP_INI_DIR => /usr/local/etc/php
                                                                                                                            GIT_ASKPASS => echo
                                                                                                                            SHLVL => 2
                                                                                                                            HOME => /root
                                                                                                                            OLDPWD => /
                                                                                                                            PHP_LDFLAGS => -Wl,-O1 -Wl,--hash-style=both -pie
                                                                                                                            PHP_CFLAGS => -fstack-protector-strong -fpic -fpie -O2
                                                                                                                            PHP_MD5 => 
                                                                                                                            PHP_VERSION => 7.2.19
                                                                                                                            COMPOSER_HOME => /tmp/composer
                                                                                                                            COMPOSER_BINARY => /usr/bin/composer
                                                                                                                            GPG_KEYS => 1729F83938DA44E27BA0F4D3DBDB397470D12172 B1B44D8F021E4E2D6021E995DC9FF8D3EE5AF27F
                                                                                                                            PHP_CPPFLAGS => -fstack-protector-strong -fpic -fpie -O2
                                                                                                                            PHP_ASC_URL => https://www.php.net/get/php-7.2.19.tar.xz.asc/from/this/mirror
                                                                                                                            PHP_URL => https://www.php.net/get/php-7.2.19.tar.xz/from/this/mirror
                                                                                                                            TERM => xterm
                                                                                                                            PATH => /0000/vendor/bin:/tmp/composer/vendor/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
                                                                                                                            LD_PRELOAD => /usr/lib/preloadable_libiconv.so php
                                                                                                                            PHPIZE_DEPS => autoconf 		dpkg-dev dpkg 		file 		g++ 		gcc 		libc-dev 		make 		pkgconf 		re2c
                                                                                                                            PWD => /0000
                                                                                                                            PHP_SHA256 => 4ffa2404a88d60e993a9fe69f829ebec3eb1e006de41b6048ce5e91bbeaa9282
                                                                                                                            PHP_SELF => artisan
                                                                                                                            PATH_TRANSLATED => artisan
                                                                                                                            DOCUMENT_ROOT => 
                                                                                                                            REQUEST_TIME_FLOAT => 1578274354.5135
                                                                                                                            argv => Array(
                                                                                                                                    0 => artisan
                                                                                                                                    1 => package:discover
                                                                                                                                    2 => --ansi
                                                                                                                                )
                                                                                                                            argc => 3
                                                                                                                            APP_NAME => 本地测试
                                                                                                                            APP_ENV => local
                                                                                                                            APP_KEY => base64:gIjju1XIlTNS6j8BuifyrL2QAARYlvdKYd31eAqei7g=
                                                                                                                            APP_DEBUG => true
                                                                                                                            APP_URL => http://localhost
                                                                                                                            LOG_CHANNEL => stack
                                                                                                                            DB_CONNECTION => mysql
                                                                                                                            DB_HOST => 127.0.0.1
                                                                                                                            DB_PORT => 3306
                                                                                                                            DB_DATABASE => laravel
                                                                                                                            DB_USERNAME => root
                                                                                                                            DB_PASSWORD => 
                                                                                                                            BROADCAST_DRIVER => log
                                                                                                                            CACHE_DRIVER => file
                                                                                                                            QUEUE_CONNECTION => sync
                                                                                                                            SESSION_DRIVER => cookie
                                                                                                                            SESSION_LIFETIME => 120
                                                                                                                            REDIS_HOST => 127.0.0.1
                                                                                                                            REDIS_PASSWORD => null
                                                                                                                            REDIS_PORT => 6379
                                                                                                                            MAIL_DRIVER => smtp
                                                                                                                            MAIL_HOST => smtp.mailtrap.io
                                                                                                                            MAIL_PORT => 2525
                                                                                                                            MAIL_USERNAME => null
                                                                                                                            MAIL_PASSWORD => null
                                                                                                                            MAIL_ENCRYPTION => null
                                                                                                                            MAIL_FROM_ADDRESS => null
                                                                                                                            MAIL_FROM_NAME => 本地测试
                                                                                                                            AWS_ACCESS_KEY_ID => 
                                                                                                                            AWS_SECRET_ACCESS_KEY => 
                                                                                                                            AWS_DEFAULT_REGION => us-east-1
                                                                                                                            AWS_BUCKET => 
                                                                                                                            PUSHER_APP_ID => 
                                                                                                                            PUSHER_APP_KEY => 
                                                                                                                            PUSHER_APP_SECRET => 
                                                                                                                            PUSHER_APP_CLUSTER => mt1
                                                                                                                            MIX_PUSHER_APP_KEY => 
                                                                                                                            MIX_PUSHER_APP_CLUSTER => mt1
                                                                                                                            PATH_INFO => 
                                                                                                                            REQUEST_METHOD => GET
                                                                                                                            REQUEST_URI => /
                                                                                                                            QUERY_STRING => 
                                                                                                                        )
                                                                                                                )
                                                                                                            files => Symfony\Component\HttpFoundation\FileBag Object(
                                                                                                                    parameters => Array()
                                                                                                                )
                                                                                                            cookies => Symfony\Component\HttpFoundation\ParameterBag Object(
                                                                                                                    parameters => Array()
                                                                                                                )
                                                                                                            headers => Symfony\Component\HttpFoundation\HeaderBag Object(
                                                                                                                    headers => Array(
                                                                                                                            host => Array(
                                                                                                                                    0 => localhost
                                                                                                                                )
                                                                                                                            [user-agent] => Array(
                                                                                                                                    0 => Symfony
                                                                                                                                )
                                                                                                                            accept => Array(
                                                                                                                                    0 => text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
                                                                                                                                )
                                                                                                                            [accept-language] => Array(
                                                                                                                                    0 => en-us,en;q=0.5
                                                                                                                                )
                                                                                                                            [accept-charset] => Array(
                                                                                                                                    0 => ISO-8859-1,utf-8;q=0.7,*;q=0.7
                                                                                                                                )
                                                                                                                        )
                                                                                                                    cacheControl => Array()
                                                                                                                )
                                                                                                            content => 
                                                                                                            languages => 
                                                                                                            charsets => 
                                                                                                            encodings => 
                                                                                                            acceptableContentTypes => 
                                                                                                            pathInfo => 
                                                                                                            requestUri => 
                                                                                                            baseUrl => 
                                                                                                            basePath => 
                                                                                                            method => 
                                                                                                            format => 
                                                                                                            session => 
                                                                                                            locale => 
                                                                                                            defaultLocale => en
                                                                                                            [preferredFormat:Symfony\Component\HttpFoundation\Request:private] => 
                                                                                                            [isHostValid:Symfony\Component\HttpFoundation\Request:private] => 1
                                                                                                            [isForwardedValid:Symfony\Component\HttpFoundation\Request:private] => 1
                                                                                                        )
                                                                                                    assetRoot => 
                                                                                                    forcedRoot => 
                                                                                                    forceScheme => 
                                                                                                    cachedRoot => 
                                                                                                    cachedScheme => 
                                                                                                    rootNamespace => App\Http\Controllers
                                                                                                    sessionResolver => Closure Object(
                                                                                                            this => Illuminate\Routing\RoutingServiceProvider Object(
                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                )
                                                                                                        )
                                                                                                    keyResolver => Closure Object(
                                                                                                            this => Illuminate\Routing\RoutingServiceProvider Object(
                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                )
                                                                                                        )
                                                                                                    formatHostUsing => 
                                                                                                    formatPathUsing => 
                                                                                                    routeGenerator => 
                                                                                                )
                                                                                        )
                                                                                    aliases => Array(
                                                                                            [Illuminate\Foundation\Application] => app
                                                                                            [Illuminate\Contracts\Container\Container] => app
                                                                                            [Illuminate\Contracts\Foundation\Application] => app
                                                                                            [Psr\Container\ContainerInterface] => app
                                                                                            [Illuminate\Auth\AuthManager] => auth
                                                                                            [Illuminate\Contracts\Auth\Factory] => auth
                                                                                            [Illuminate\Contracts\Auth\Guard] => auth.driver
                                                                                            [Illuminate\View\Compilers\BladeCompiler] => blade.compiler
                                                                                            [Illuminate\Cache\CacheManager] => cache
                                                                                            [Illuminate\Contracts\Cache\Factory] => cache
                                                                                            [Illuminate\Cache\Repository] => cache.store
                                                                                            [Illuminate\Contracts\Cache\Repository] => cache.store
                                                                                            [Psr\SimpleCache\CacheInterface] => cache.store
                                                                                            [Symfony\Component\Cache\Adapter\Psr16Adapter] => cache.psr6
                                                                                            [Symfony\Component\Cache\Adapter\AdapterInterface] => cache.psr6
                                                                                            [Psr\Cache\CacheItemPoolInterface] => cache.psr6
                                                                                            [Illuminate\Config\Repository] => config
                                                                                            [Illuminate\Contracts\Config\Repository] => config
                                                                                            [Illuminate\Cookie\CookieJar] => cookie
                                                                                            [Illuminate\Contracts\Cookie\Factory] => cookie
                                                                                            [Illuminate\Contracts\Cookie\QueueingFactory] => cookie
                                                                                            [Illuminate\Encryption\Encrypter] => encrypter
                                                                                            [Illuminate\Contracts\Encryption\Encrypter] => encrypter
                                                                                            [Illuminate\Database\DatabaseManager] => db
                                                                                            [Illuminate\Database\ConnectionResolverInterface] => db
                                                                                            [Illuminate\Database\Connection] => db.connection
                                                                                            [Illuminate\Database\ConnectionInterface] => db.connection
                                                                                            [Illuminate\Events\Dispatcher] => events
                                                                                            [Illuminate\Contracts\Events\Dispatcher] => events
                                                                                            [Illuminate\Filesystem\Filesystem] => files
                                                                                            [Illuminate\Filesystem\FilesystemManager] => filesystem
                                                                                            [Illuminate\Contracts\Filesystem\Factory] => filesystem
                                                                                            [Illuminate\Contracts\Filesystem\Filesystem] => filesystem.disk
                                                                                            [Illuminate\Contracts\Filesystem\Cloud] => filesystem.cloud
                                                                                            [Illuminate\Hashing\HashManager] => hash
                                                                                            [Illuminate\Contracts\Hashing\Hasher] => hash.driver
                                                                                            [Illuminate\Translation\Translator] => translator
                                                                                            [Illuminate\Contracts\Translation\Translator] => translator
                                                                                            [Illuminate\Log\LogManager] => log
                                                                                            [Psr\Log\LoggerInterface] => log
                                                                                            [Illuminate\Mail\Mailer] => mailer
                                                                                            [Illuminate\Contracts\Mail\Mailer] => mailer
                                                                                            [Illuminate\Contracts\Mail\MailQueue] => mailer
                                                                                            [Illuminate\Auth\Passwords\PasswordBrokerManager] => auth.password
                                                                                            [Illuminate\Contracts\Auth\PasswordBrokerFactory] => auth.password
                                                                                            [Illuminate\Auth\Passwords\PasswordBroker] => auth.password.broker
                                                                                            [Illuminate\Contracts\Auth\PasswordBroker] => auth.password.broker
                                                                                            [Illuminate\Queue\QueueManager] => queue
                                                                                            [Illuminate\Contracts\Queue\Factory] => queue
                                                                                            [Illuminate\Contracts\Queue\Monitor] => queue
                                                                                            [Illuminate\Contracts\Queue\Queue] => queue.connection
                                                                                            [Illuminate\Queue\Failed\FailedJobProviderInterface] => queue.failer
                                                                                            [Illuminate\Routing\Redirector] => redirect
                                                                                            [Illuminate\Redis\RedisManager] => redis
                                                                                            [Illuminate\Contracts\Redis\Factory] => redis
                                                                                            [Illuminate\Http\Request] => request
                                                                                            [Symfony\Component\HttpFoundation\Request] => request
                                                                                            [Illuminate\Routing\Router] => router
                                                                                            [Illuminate\Contracts\Routing\Registrar] => router
                                                                                            [Illuminate\Contracts\Routing\BindingRegistrar] => router
                                                                                            [Illuminate\Session\SessionManager] => session
                                                                                            [Illuminate\Session\Store] => session.store
                                                                                            [Illuminate\Contracts\Session\Session] => session.store
                                                                                            [Illuminate\Routing\UrlGenerator] => url
                                                                                            [Illuminate\Contracts\Routing\UrlGenerator] => url
                                                                                            [Illuminate\Validation\Factory] => validator
                                                                                            [Illuminate\Contracts\Validation\Factory] => validator
                                                                                            [Illuminate\View\Factory] => view
                                                                                            [Illuminate\Contracts\View\Factory] => view
                                                                                            [Illuminate\Contracts\Notifications\Dispatcher] => Illuminate\Notifications\ChannelManager
                                                                                            [Illuminate\Contracts\Notifications\Factory] => Illuminate\Notifications\ChannelManager
                                                                                            [Facade\FlareClient\Http\Client] => flare.http
                                                                                            [Facade\FlareClient\Flare] => flare.client
                                                                                        )
                                                                                    abstractAliases => Array(
                                                                                            app => Array(
                                                                                                    0 => Illuminate\Foundation\Application
                                                                                                    1 => Illuminate\Contracts\Container\Container
                                                                                                    2 => Illuminate\Contracts\Foundation\Application
                                                                                                    3 => Psr\Container\ContainerInterface
                                                                                                )
                                                                                            auth => Array(
                                                                                                    0 => Illuminate\Auth\AuthManager
                                                                                                    1 => Illuminate\Contracts\Auth\Factory
                                                                                                )
                                                                                            [auth.driver] => Array(
                                                                                                    0 => Illuminate\Contracts\Auth\Guard
                                                                                                )
                                                                                            [blade.compiler] => Array(
                                                                                                    0 => Illuminate\View\Compilers\BladeCompiler
                                                                                                )
                                                                                            cache => Array(
                                                                                                    0 => Illuminate\Cache\CacheManager
                                                                                                    1 => Illuminate\Contracts\Cache\Factory
                                                                                                )
                                                                                            [cache.store] => Array(
                                                                                                    0 => Illuminate\Cache\Repository
                                                                                                    1 => Illuminate\Contracts\Cache\Repository
                                                                                                    2 => Psr\SimpleCache\CacheInterface
                                                                                                )
                                                                                            [cache.psr6] => Array(
                                                                                                    0 => Symfony\Component\Cache\Adapter\Psr16Adapter
                                                                                                    1 => Symfony\Component\Cache\Adapter\AdapterInterface
                                                                                                    2 => Psr\Cache\CacheItemPoolInterface
                                                                                                )
                                                                                            config => Array(
                                                                                                    0 => Illuminate\Config\Repository
                                                                                                    1 => Illuminate\Contracts\Config\Repository
                                                                                                )
                                                                                            cookie => Array(
                                                                                                    0 => Illuminate\Cookie\CookieJar
                                                                                                    1 => Illuminate\Contracts\Cookie\Factory
                                                                                                    2 => Illuminate\Contracts\Cookie\QueueingFactory
                                                                                                )
                                                                                            encrypter => Array(
                                                                                                    0 => Illuminate\Encryption\Encrypter
                                                                                                    1 => Illuminate\Contracts\Encryption\Encrypter
                                                                                                )
                                                                                            db => Array(
                                                                                                    0 => Illuminate\Database\DatabaseManager
                                                                                                    1 => Illuminate\Database\ConnectionResolverInterface
                                                                                                )
                                                                                            [db.connection] => Array(
                                                                                                    0 => Illuminate\Database\Connection
                                                                                                    1 => Illuminate\Database\ConnectionInterface
                                                                                                )
                                                                                            events => Array(
                                                                                                    0 => Illuminate\Events\Dispatcher
                                                                                                    1 => Illuminate\Contracts\Events\Dispatcher
                                                                                                )
                                                                                            files => Array(
                                                                                                    0 => Illuminate\Filesystem\Filesystem
                                                                                                )
                                                                                            filesystem => Array(
                                                                                                    0 => Illuminate\Filesystem\FilesystemManager
                                                                                                    1 => Illuminate\Contracts\Filesystem\Factory
                                                                                                )
                                                                                            [filesystem.disk] => Array(
                                                                                                    0 => Illuminate\Contracts\Filesystem\Filesystem
                                                                                                )
                                                                                            [filesystem.cloud] => Array(
                                                                                                    0 => Illuminate\Contracts\Filesystem\Cloud
                                                                                                )
                                                                                            hash => Array(
                                                                                                    0 => Illuminate\Hashing\HashManager
                                                                                                )
                                                                                            [hash.driver] => Array(
                                                                                                    0 => Illuminate\Contracts\Hashing\Hasher
                                                                                                )
                                                                                            translator => Array(
                                                                                                    0 => Illuminate\Translation\Translator
                                                                                                    1 => Illuminate\Contracts\Translation\Translator
                                                                                                )
                                                                                            log => Array(
                                                                                                    0 => Illuminate\Log\LogManager
                                                                                                    1 => Psr\Log\LoggerInterface
                                                                                                )
                                                                                            mailer => Array(
                                                                                                    0 => Illuminate\Mail\Mailer
                                                                                                    1 => Illuminate\Contracts\Mail\Mailer
                                                                                                    2 => Illuminate\Contracts\Mail\MailQueue
                                                                                                )
                                                                                            [auth.password] => Array(
                                                                                                    0 => Illuminate\Auth\Passwords\PasswordBrokerManager
                                                                                                    1 => Illuminate\Contracts\Auth\PasswordBrokerFactory
                                                                                                )
                                                                                            [auth.password.broker] => Array(
                                                                                                    0 => Illuminate\Auth\Passwords\PasswordBroker
                                                                                                    1 => Illuminate\Contracts\Auth\PasswordBroker
                                                                                                )
                                                                                            queue => Array(
                                                                                                    0 => Illuminate\Queue\QueueManager
                                                                                                    1 => Illuminate\Contracts\Queue\Factory
                                                                                                    2 => Illuminate\Contracts\Queue\Monitor
                                                                                                )
                                                                                            [queue.connection] => Array(
                                                                                                    0 => Illuminate\Contracts\Queue\Queue
                                                                                                )
                                                                                            [queue.failer] => Array(
                                                                                                    0 => Illuminate\Queue\Failed\FailedJobProviderInterface
                                                                                                )
                                                                                            redirect => Array(
                                                                                                    0 => Illuminate\Routing\Redirector
                                                                                                )
                                                                                            redis => Array(
                                                                                                    0 => Illuminate\Redis\RedisManager
                                                                                                    1 => Illuminate\Contracts\Redis\Factory
                                                                                                )
                                                                                            request => Array(
                                                                                                    0 => Illuminate\Http\Request
                                                                                                    1 => Symfony\Component\HttpFoundation\Request
                                                                                                )
                                                                                            router => Array(
                                                                                                    0 => Illuminate\Routing\Router
                                                                                                    1 => Illuminate\Contracts\Routing\Registrar
                                                                                                    2 => Illuminate\Contracts\Routing\BindingRegistrar
                                                                                                )
                                                                                            session => Array(
                                                                                                    0 => Illuminate\Session\SessionManager
                                                                                                )
                                                                                            [session.store] => Array(
                                                                                                    0 => Illuminate\Session\Store
                                                                                                    1 => Illuminate\Contracts\Session\Session
                                                                                                )
                                                                                            url => Array(
                                                                                                    0 => Illuminate\Routing\UrlGenerator
                                                                                                    1 => Illuminate\Contracts\Routing\UrlGenerator
                                                                                                )
                                                                                            validator => Array(
                                                                                                    0 => Illuminate\Validation\Factory
                                                                                                    1 => Illuminate\Contracts\Validation\Factory
                                                                                                )
                                                                                            view => Array(
                                                                                                    0 => Illuminate\View\Factory
                                                                                                    1 => Illuminate\Contracts\View\Factory
                                                                                                )
                                                                                            [Illuminate\Notifications\ChannelManager] => Array(
                                                                                                    0 => Illuminate\Contracts\Notifications\Dispatcher
                                                                                                    1 => Illuminate\Contracts\Notifications\Factory
                                                                                                )
                                                                                            [flare.http] => Array(
                                                                                                    0 => Facade\FlareClient\Http\Client
                                                                                                )
                                                                                            [flare.client] => Array(
                                                                                                    0 => Facade\FlareClient\Flare
                                                                                                )
                                                                                        )
                                                                                    extenders => Array(
                                                                                            url => Array(
                                                                                                    0 => Closure Object(
                                                                                                            this => Illuminate\Routing\RoutingServiceProvider Object(
                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                )
                                                                                                            parameter => Array(
                                                                                                                    [$url] => 
                                                                                                                    [$app] => 
                                                                                                                )
                                                                                                        )
                                                                                                )
                                                                                        )
                                                                                    tags => Array()
                                                                                    buildStack => Array()
                                                                                    with => Array()
                                                                                    contextual => Array()
                                                                                    reboundCallbacks => Array(
                                                                                            request => Array(
                                                                                                    0 => Closure Object(
                                                                                                            this => Illuminate\Auth\AuthServiceProvider Object(
                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                )
                                                                                                            parameter => Array(
                                                                                                                    [$app] => 
                                                                                                                    [$request] => 
                                                                                                                )
                                                                                                        )
                                                                                                    1 => Closure Object(
                                                                                                            this => Illuminate\Routing\RoutingServiceProvider Object(
                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                )
                                                                                                            parameter => Array(
                                                                                                                    [$app] => 
                                                                                                                    [$request] => 
                                                                                                                )
                                                                                                        )
                                                                                                )
                                                                                            events => Array(
                                                                                                    0 => Closure Object(
                                                                                                            this => Illuminate\Auth\AuthServiceProvider Object(
                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                )
                                                                                                            parameter => Array(
                                                                                                                    [$app] => 
                                                                                                                    [$dispatcher] => 
                                                                                                                )
                                                                                                        )
                                                                                                )
                                                                                            routes => Array(
                                                                                                    0 => Closure Object(
                                                                                                            this => Illuminate\Routing\RoutingServiceProvider Object(
                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                )
                                                                                                            parameter => Array(
                                                                                                                    [$app] => 
                                                                                                                    [$routes] => 
                                                                                                                )
                                                                                                        )
                                                                                                )
                                                                                        )
                                                                                    globalResolvingCallbacks => Array()
                                                                                    globalAfterResolvingCallbacks => Array()
                                                                                    resolvingCallbacks => Array(
                                                                                            [Illuminate\Foundation\Http\FormRequest] => Array(
                                                                                                    0 => Closure Object(
                                                                                                            this => Illuminate\Foundation\Providers\FormRequestServiceProvider Object(
                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                )
                                                                                                            parameter => Array(
                                                                                                                    [$request] => 
                                                                                                                    [$app] => 
                                                                                                                )
                                                                                                        )
                                                                                                )
                                                                                        )
                                                                                    afterResolvingCallbacks => Array(
                                                                                            [Illuminate\Contracts\Validation\ValidatesWhenResolved] => Array(
                                                                                                    0 => Closure Object(
                                                                                                            this => Illuminate\Foundation\Providers\FormRequestServiceProvider Object(
                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                )
                                                                                                            parameter => Array(
                                                                                                                    [$resolved] => 
                                                                                                                )
                                                                                                        )
                                                                                                )
                                                                                            view => Array(
                                                                                                    0 => Closure Object(
                                                                                                            static => Array(
                                                                                                                    path => /tutorials/vendor2/laravel/framework-6.x/src/Illuminate/Notifications/resources/views
                                                                                                                    namespace => notifications
                                                                                                                )
                                                                                                            this => Illuminate\Notifications\NotificationServiceProvider Object(
                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                )
                                                                                                            parameter => Array(
                                                                                                                    [$view] => 
                                                                                                                )
                                                                                                        )
                                                                                                    1 => Closure Object(
                                                                                                            static => Array(
                                                                                                                    path => /tutorials/vendor2/laravel/framework-6.x/src/Illuminate/Pagination/resources/views
                                                                                                                    namespace => pagination
                                                                                                                )
                                                                                                            this => Illuminate\Pagination\PaginationServiceProvider Object(
                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                )
                                                                                                            parameter => Array(
                                                                                                                    [$view] => 
                                                                                                                )
                                                                                                        )
                                                                                                )
                                                                                        )
                                                                                )
                                                                        )
                                                                )
                                                            wildcard => 
                                                        )
                                                    this => Illuminate\Events\Dispatcher Object
 
                                                    parameter => Array(
                                                            [$event] => 
                                                            [$payload] => 
                                                        )
                                                )
                                        )
                                    [Illuminate\Auth\Events\Registered] => Array(
                                            0 => Closure Object(
                                                    static => Array(
                                                            listener => Illuminate\Auth\Listeners\SendEmailVerificationNotification
                                                            wildcard => 
                                                        )
                                                    this => Illuminate\Events\Dispatcher Object
 
                                                    parameter => Array(
                                                            [$event] => 
                                                            [$payload] => 
                                                        )
                                                )
                                        )
                                )
                            wildcards => Array()
                            wildcardsCache => Array(
                                    [bootstrapping: Illuminate\Foundation\Bootstrap\LoadEnvironmentVariables] => Array()
                                    [bootstrapped: Illuminate\Foundation\Bootstrap\LoadEnvironmentVariables] => Array()
                                    [bootstrapping: Illuminate\Foundation\Bootstrap\LoadConfiguration] => Array()
                                    [bootstrapped: Illuminate\Foundation\Bootstrap\LoadConfiguration] => Array()
                                    [bootstrapping: Illuminate\Foundation\Bootstrap\HandleExceptions] => Array()
                                    [bootstrapped: Illuminate\Foundation\Bootstrap\HandleExceptions] => Array()
                                    [bootstrapping: Illuminate\Foundation\Bootstrap\RegisterFacades] => Array()
                                    [bootstrapped: Illuminate\Foundation\Bootstrap\RegisterFacades] => Array()
                                    [bootstrapping: Illuminate\Foundation\Bootstrap\SetRequestForConsole] => Array()
                                    [bootstrapped: Illuminate\Foundation\Bootstrap\SetRequestForConsole] => Array()
                                    [bootstrapping: Illuminate\Foundation\Bootstrap\RegisterProviders] => Array()
                                    [bootstrapped: Illuminate\Foundation\Bootstrap\RegisterProviders] => Array()
                                    [bootstrapping: Illuminate\Foundation\Bootstrap\BootProviders] => Array()
                                )
                            queueResolver => Closure Object(
                                    static => Array(
                                            app => Illuminate\Foundation\Application Object(
                                                    basePath => /0000
                                                    hasBeenBootstrapped => 1
                                                    booted => 
                                                    bootingCallbacks => Array(
                                                            0 => Closure Object(
                                                                    static => Array(
                                                                            instance => Illuminate\Queue\QueueServiceProvider Object(
                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                )
                                                                        )
                                                                    this => Illuminate\Foundation\Application Object
 
                                                                )
                                                        )
                                                    bootedCallbacks => Array(
                                                            0 => Closure Object(
                                                                    this => App\Console\Kernel Object(
                                                                            commands => Array()
                                                                            app => Illuminate\Foundation\Application Object
 
                                                                            events => Illuminate\Events\Dispatcher Object
 
                                                                            artisan => 
                                                                            commandsLoaded => 
                                                                            bootstrappers => Array(
                                                                                    0 => Illuminate\Foundation\Bootstrap\LoadEnvironmentVariables
                                                                                    1 => Illuminate\Foundation\Bootstrap\LoadConfiguration
                                                                                    2 => Illuminate\Foundation\Bootstrap\HandleExceptions
                                                                                    3 => Illuminate\Foundation\Bootstrap\RegisterFacades
                                                                                    4 => Illuminate\Foundation\Bootstrap\SetRequestForConsole
                                                                                    5 => Illuminate\Foundation\Bootstrap\RegisterProviders
                                                                                    6 => Illuminate\Foundation\Bootstrap\BootProviders
                                                                                )
                                                                        )
                                                                )
                                                        )
                                                    terminatingCallbacks => Array()
                                                    serviceProviders => Array(
                                                            0 => Illuminate\Events\EventServiceProvider Object(
                                                                    app => Illuminate\Foundation\Application Object
 
                                                                )
                                                            1 => Illuminate\Log\LogServiceProvider Object(
                                                                    app => Illuminate\Foundation\Application Object
 
                                                                )
                                                            2 => Illuminate\Routing\RoutingServiceProvider Object(
                                                                    app => Illuminate\Foundation\Application Object
 
                                                                )
                                                            3 => Illuminate\Auth\AuthServiceProvider Object(
                                                                    app => Illuminate\Foundation\Application Object
 
                                                                )
                                                            4 => Illuminate\Cookie\CookieServiceProvider Object(
                                                                    app => Illuminate\Foundation\Application Object
 
                                                                )
                                                            5 => Illuminate\Database\DatabaseServiceProvider Object(
                                                                    app => Illuminate\Foundation\Application Object
 
                                                                )
                                                            6 => Illuminate\Encryption\EncryptionServiceProvider Object(
                                                                    app => Illuminate\Foundation\Application Object
 
                                                                )
                                                            7 => Illuminate\Filesystem\FilesystemServiceProvider Object(
                                                                    app => Illuminate\Foundation\Application Object
 
                                                                )
                                                            8 => Illuminate\Foundation\Providers\FormRequestServiceProvider Object(
                                                                    app => Illuminate\Foundation\Application Object
 
                                                                )
                                                            9 => Illuminate\Foundation\Providers\FoundationServiceProvider Object(
                                                                    providers => Array(
                                                                            0 => Illuminate\Foundation\Providers\FormRequestServiceProvider
                                                                        )
                                                                    instances => Array(
                                                                            0 => Illuminate\Foundation\Providers\FormRequestServiceProvider Object(
                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                )
                                                                        )
                                                                    app => Illuminate\Foundation\Application Object
 
                                                                )
                                                            10 => Illuminate\Notifications\NotificationServiceProvider Object(
                                                                    app => Illuminate\Foundation\Application Object
 
                                                                )
                                                            11 => Illuminate\Pagination\PaginationServiceProvider Object(
                                                                    app => Illuminate\Foundation\Application Object
 
                                                                )
                                                            12 => Illuminate\Session\SessionServiceProvider Object(
                                                                    app => Illuminate\Foundation\Application Object
 
                                                                )
                                                            13 => Illuminate\View\ViewServiceProvider Object(
                                                                    app => Illuminate\Foundation\Application Object
 
                                                                )
                                                            14 => Facade\Ignition\IgnitionServiceProvider Object(
                                                                    app => Illuminate\Foundation\Application Object
 
                                                                )
                                                            15 => Fideloper\Proxy\TrustedProxyServiceProvider Object(
                                                                    app => Illuminate\Foundation\Application Object
 
                                                                )
                                                            16 => Carbon\Laravel\ServiceProvider Object(
                                                                    app => Illuminate\Foundation\Application Object
 
                                                                )
                                                            17 => NunoMaduro\Collision\Adapters\Laravel\CollisionServiceProvider Object(
                                                                    defer => 1
                                                                    app => Illuminate\Foundation\Application Object
 
                                                                )
                                                            18 => App\Providers\AppServiceProvider Object(
                                                                    app => Illuminate\Foundation\Application Object
 
                                                                )
                                                            19 => App\Providers\AuthServiceProvider Object(
                                                                    policies => Array()
                                                                    app => Illuminate\Foundation\Application Object
 
                                                                )
                                                            20 => App\Providers\EventServiceProvider Object(
                                                                    listen => Array(
                                                                            [Illuminate\Auth\Events\Registered] => Array(
                                                                                    0 => Illuminate\Auth\Listeners\SendEmailVerificationNotification
                                                                                )
                                                                        )
                                                                    subscribe => Array()
                                                                    app => Illuminate\Foundation\Application Object
 
                                                                )
                                                            21 => App\Providers\RouteServiceProvider Object(
                                                                    namespace => App\Http\Controllers
                                                                    app => Illuminate\Foundation\Application Object
 
                                                                )
                                                            22 => Illuminate\Queue\QueueServiceProvider Object(
                                                                    app => Illuminate\Foundation\Application Object
 
                                                                )
                                                        )
                                                    loadedProviders => Array(
                                                            [Illuminate\Events\EventServiceProvider] => 1
                                                            [Illuminate\Log\LogServiceProvider] => 1
                                                            [Illuminate\Routing\RoutingServiceProvider] => 1
                                                            [Illuminate\Auth\AuthServiceProvider] => 1
                                                            [Illuminate\Cookie\CookieServiceProvider] => 1
                                                            [Illuminate\Database\DatabaseServiceProvider] => 1
                                                            [Illuminate\Encryption\EncryptionServiceProvider] => 1
                                                            [Illuminate\Filesystem\FilesystemServiceProvider] => 1
                                                            [Illuminate\Foundation\Providers\FormRequestServiceProvider] => 1
                                                            [Illuminate\Foundation\Providers\FoundationServiceProvider] => 1
                                                            [Illuminate\Notifications\NotificationServiceProvider] => 1
                                                            [Illuminate\Pagination\PaginationServiceProvider] => 1
                                                            [Illuminate\Session\SessionServiceProvider] => 1
                                                            [Illuminate\View\ViewServiceProvider] => 1
                                                            [Facade\Ignition\IgnitionServiceProvider] => 1
                                                            [Fideloper\Proxy\TrustedProxyServiceProvider] => 1
                                                            [Carbon\Laravel\ServiceProvider] => 1
                                                            [NunoMaduro\Collision\Adapters\Laravel\CollisionServiceProvider] => 1
                                                            [App\Providers\AppServiceProvider] => 1
                                                            [App\Providers\AuthServiceProvider] => 1
                                                            [App\Providers\EventServiceProvider] => 1
                                                            [App\Providers\RouteServiceProvider] => 1
                                                            [Illuminate\Queue\QueueServiceProvider] => 1
                                                        )
                                                    deferredServices => Array(
                                                            [Illuminate\Broadcasting\BroadcastManager] => Illuminate\Broadcasting\BroadcastServiceProvider
                                                            [Illuminate\Contracts\Broadcasting\Factory] => Illuminate\Broadcasting\BroadcastServiceProvider
                                                            [Illuminate\Contracts\Broadcasting\Broadcaster] => Illuminate\Broadcasting\BroadcastServiceProvider
                                                            [Illuminate\Bus\Dispatcher] => Illuminate\Bus\BusServiceProvider
                                                            [Illuminate\Contracts\Bus\Dispatcher] => Illuminate\Bus\BusServiceProvider
                                                            [Illuminate\Contracts\Bus\QueueingDispatcher] => Illuminate\Bus\BusServiceProvider
                                                            cache => Illuminate\Cache\CacheServiceProvider
                                                            [cache.store] => Illuminate\Cache\CacheServiceProvider
                                                            [cache.psr6] => Illuminate\Cache\CacheServiceProvider
                                                            [memcached.connector] => Illuminate\Cache\CacheServiceProvider
                                                            [command.cache.clear] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                            [command.cache.forget] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                            [command.clear-compiled] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                            [command.auth.resets.clear] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                            [command.config.cache] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                            [command.config.clear] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                            [command.db.wipe] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                            [command.down] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                            [command.environment] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                            [command.event.cache] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                            [command.event.clear] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                            [command.event.list] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                            [command.key.generate] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                            [command.optimize] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                            [command.optimize.clear] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                            [command.package.discover] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                            [command.preset] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                            [command.queue.failed] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                            [command.queue.flush] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                            [command.queue.forget] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                            [command.queue.listen] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                            [command.queue.restart] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                            [command.queue.retry] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                            [command.queue.work] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                            [command.route.cache] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                            [command.route.clear] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                            [command.route.list] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                            [command.seed] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                            [Illuminate\Console\Scheduling\ScheduleFinishCommand] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                            [Illuminate\Console\Scheduling\ScheduleRunCommand] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                            [command.storage.link] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                            [command.up] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                            [command.view.cache] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                            [command.view.clear] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                            [command.cache.table] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                            [command.channel.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                            [command.console.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                            [command.controller.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                            [command.event.generate] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                            [command.event.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                            [command.exception.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                            [command.factory.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                            [command.job.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                            [command.listener.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                            [command.mail.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                            [command.middleware.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                            [command.model.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                            [command.notification.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                            [command.notification.table] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                            [command.observer.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                            [command.policy.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                            [command.provider.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                            [command.queue.failed-table] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                            [command.queue.table] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                            [command.request.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                            [command.resource.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                            [command.rule.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                            [command.seeder.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                            [command.session.table] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                            [command.serve] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                            [command.test.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                            [command.vendor.publish] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                            migrator => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                            [migration.repository] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                            [migration.creator] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                            [command.migrate] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                            [command.migrate.fresh] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                            [command.migrate.install] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                            [command.migrate.refresh] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                            [command.migrate.reset] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                            [command.migrate.rollback] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                            [command.migrate.status] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                            [command.migrate.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                            composer => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                            hash => Illuminate\Hashing\HashServiceProvider
                                                            [hash.driver] => Illuminate\Hashing\HashServiceProvider
                                                            mailer => Illuminate\Mail\MailServiceProvider
                                                            [swift.mailer] => Illuminate\Mail\MailServiceProvider
                                                            [swift.transport] => Illuminate\Mail\MailServiceProvider
                                                            [Illuminate\Mail\Markdown] => Illuminate\Mail\MailServiceProvider
                                                            [Illuminate\Contracts\Pipeline\Hub] => Illuminate\Pipeline\PipelineServiceProvider
                                                            [queue.worker] => Illuminate\Queue\QueueServiceProvider
                                                            [queue.listener] => Illuminate\Queue\QueueServiceProvider
                                                            [queue.failer] => Illuminate\Queue\QueueServiceProvider
                                                            [queue.connection] => Illuminate\Queue\QueueServiceProvider
                                                            redis => Illuminate\Redis\RedisServiceProvider
                                                            [redis.connection] => Illuminate\Redis\RedisServiceProvider
                                                            [auth.password] => Illuminate\Auth\Passwords\PasswordResetServiceProvider
                                                            [auth.password.broker] => Illuminate\Auth\Passwords\PasswordResetServiceProvider
                                                            translator => Illuminate\Translation\TranslationServiceProvider
                                                            [translation.loader] => Illuminate\Translation\TranslationServiceProvider
                                                            validator => Illuminate\Validation\ValidationServiceProvider
                                                            [validation.presence] => Illuminate\Validation\ValidationServiceProvider
                                                            [command.tinker] => Laravel\Tinker\TinkerServiceProvider
                                                        )
                                                    appPath => 
                                                    databasePath => 
                                                    storagePath => 
                                                    environmentPath => 
                                                    environmentFile => .env
                                                    isRunningInConsole => 1
                                                    namespace => 
                                                    resolved => Array(
                                                            events => 1
                                                            [App\Console\Kernel] => 1
                                                            [Illuminate\Contracts\Console\Kernel] => 1
                                                            [Illuminate\Foundation\Bootstrap\LoadEnvironmentVariables] => 1
                                                            [Illuminate\Foundation\Bootstrap\LoadConfiguration] => 1
                                                            [Illuminate\Foundation\Bootstrap\HandleExceptions] => 1
                                                            env => 1
                                                            [Illuminate\Foundation\Bootstrap\RegisterFacades] => 1
                                                            [Illuminate\Foundation\Bootstrap\SetRequestForConsole] => 1
                                                            [Illuminate\Foundation\Bootstrap\RegisterProviders] => 1
                                                            [Facade\Ignition\LogRecorder\LogRecorder] => 1
                                                            [Facade\Ignition\DumpRecorder\DumpRecorder] => 1
                                                            [Facade\Ignition\QueryRecorder\QueryRecorder] => 1
                                                            [flare.http] => 1
                                                            [flare.client] => 1
                                                            [Facade\Ignition\Middleware\SetNotifierName] => 1
                                                            [Facade\Ignition\Middleware\AddEnvironmentInformation] => 1
                                                            [Facade\Ignition\Middleware\AddLogs] => 1
                                                            [Facade\Ignition\Middleware\AddDumps] => 1
                                                            [Facade\Ignition\Middleware\AddQueries] => 1
                                                            [Facade\IgnitionContracts\SolutionProviderRepository] => 1
                                                            [Facade\Ignition\Middleware\AddSolutions] => 1
                                                            [App\Exceptions\Handler] => 1
                                                            [Illuminate\Contracts\Debug\ExceptionHandler] => 1
                                                            [Illuminate\Foundation\Bootstrap\BootProviders] => 1
                                                            [db.factory] => 1
                                                            db => 1
                                                            [view.engine.resolver] => 1
                                                            files => 1
                                                            [blade.compiler] => 1
                                                            log => 1
                                                            queue => 1
                                                            router => 1
                                                            url => 1
                                                        )
                                                    bindings => Array(
                                                            [Illuminate\Foundation\Mix] => Array(
                                                                    concrete => Closure Object(
                                                                            static => Array(
                                                                                    abstract => Illuminate\Foundation\Mix
                                                                                    concrete => Illuminate\Foundation\Mix
                                                                                )
                                                                            this => Illuminate\Foundation\Application Object
 
                                                                            parameter => Array(
                                                                                    [$container] => 
                                                                                    [$parameters] => 
                                                                                )
                                                                        )
                                                                    shared => 1
                                                                )
                                                            events => Array(
                                                                    concrete => Closure Object(
                                                                            this => Illuminate\Events\EventServiceProvider Object(
                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                )
                                                                            parameter => Array(
                                                                                    [$app] => 
                                                                                )
                                                                        )
                                                                    shared => 1
                                                                )
                                                            log => Array(
                                                                    concrete => Closure Object(
                                                                            this => Illuminate\Log\LogServiceProvider Object(
                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                )
                                                                        )
                                                                    shared => 1
                                                                )
                                                            router => Array(
                                                                    concrete => Closure Object(
                                                                            this => Illuminate\Routing\RoutingServiceProvider Object(
                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                )
                                                                            parameter => Array(
                                                                                    [$app] => 
                                                                                )
                                                                        )
                                                                    shared => 1
                                                                )
                                                            url => Array(
                                                                    concrete => Closure Object(
                                                                            this => Illuminate\Routing\RoutingServiceProvider Object(
                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                )
                                                                            parameter => Array(
                                                                                    [$app] => 
                                                                                )
                                                                        )
                                                                    shared => 1
                                                                )
                                                            redirect => Array(
                                                                    concrete => Closure Object(
                                                                            this => Illuminate\Routing\RoutingServiceProvider Object(
                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                )
                                                                            parameter => Array(
                                                                                    [$app] => 
                                                                                )
                                                                        )
                                                                    shared => 1
                                                                )
                                                            [Psr\Http\Message\ServerRequestInterface] => Array(
                                                                    concrete => Closure Object(
                                                                            this => Illuminate\Routing\RoutingServiceProvider Object(
                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                )
                                                                            parameter => Array(
                                                                                    [$app] => 
                                                                                )
                                                                        )
                                                                    shared => 
                                                                )
                                                            [Psr\Http\Message\ResponseInterface] => Array(
                                                                    concrete => Closure Object(
                                                                            this => Illuminate\Routing\RoutingServiceProvider Object(
                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                )
                                                                        )
                                                                    shared => 
                                                                )
                                                            [Illuminate\Contracts\Routing\ResponseFactory] => Array(
                                                                    concrete => Closure Object(
                                                                            this => Illuminate\Routing\RoutingServiceProvider Object(
                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                )
                                                                            parameter => Array(
                                                                                    [$app] => 
                                                                                )
                                                                        )
                                                                    shared => 1
                                                                )
                                                            [Illuminate\Routing\Contracts\ControllerDispatcher] => Array(
                                                                    concrete => Closure Object(
                                                                            this => Illuminate\Routing\RoutingServiceProvider Object(
                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                )
                                                                            parameter => Array(
                                                                                    [$app] => 
                                                                                )
                                                                        )
                                                                    shared => 1
                                                                )
                                                            [Illuminate\Contracts\Http\Kernel] => Array(
                                                                    concrete => Closure Object(
                                                                            static => Array(
                                                                                    abstract => Illuminate\Contracts\Http\Kernel
                                                                                    concrete => App\Http\Kernel
                                                                                )
                                                                            this => Illuminate\Foundation\Application Object
 
                                                                            parameter => Array(
                                                                                    [$container] => 
                                                                                    [$parameters] => 
                                                                                )
                                                                        )
                                                                    shared => 1
                                                                )
                                                            [Illuminate\Contracts\Console\Kernel] => Array(
                                                                    concrete => Closure Object(
                                                                            static => Array(
                                                                                    abstract => Illuminate\Contracts\Console\Kernel
                                                                                    concrete => App\Console\Kernel
                                                                                )
                                                                            this => Illuminate\Foundation\Application Object
 
                                                                            parameter => Array(
                                                                                    [$container] => 
                                                                                    [$parameters] => 
                                                                                )
                                                                        )
                                                                    shared => 1
                                                                )
                                                            [Illuminate\Contracts\Debug\ExceptionHandler] => Array(
                                                                    concrete => Closure Object(
                                                                            static => Array(
                                                                                    appExceptionHandler => App\Exceptions\Handler Object(
                                                                                            dontReport => Array()
                                                                                            dontFlash => Array(
                                                                                                    0 => password
                                                                                                    1 => password_confirmation
                                                                                                )
                                                                                            container => Illuminate\Foundation\Application Object
 
                                                                                            internalDontReport => Array(
                                                                                                    0 => Illuminate\Auth\AuthenticationException
                                                                                                    1 => Illuminate\Auth\Access\AuthorizationException
                                                                                                    2 => Symfony\Component\HttpKernel\Exception\HttpException
                                                                                                    3 => Illuminate\Http\Exceptions\HttpResponseException
                                                                                                    4 => Illuminate\Database\Eloquent\ModelNotFoundException
                                                                                                    5 => Symfony\Component\HttpFoundation\Exception\SuspiciousOperationException
                                                                                                    6 => Illuminate\Session\TokenMismatchException
                                                                                                    7 => Illuminate\Validation\ValidationException
                                                                                                )
                                                                                        )
                                                                                )
                                                                            this => NunoMaduro\Collision\Adapters\Laravel\CollisionServiceProvider Object(
                                                                                    defer => 1
                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                )
                                                                            parameter => Array(
                                                                                    [$app] => 
                                                                                )
                                                                        )
                                                                    shared => 1
                                                                )
                                                            env => Array(
                                                                    concrete => Closure Object(
                                                                            static => Array(
                                                                                    value => local
                                                                                )
                                                                            this => Illuminate\Foundation\Application Object
 
                                                                        )
                                                                    shared => 
                                                                )
                                                            auth => Array(
                                                                    concrete => Closure Object(
                                                                            this => Illuminate\Auth\AuthServiceProvider Object(
                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                )
                                                                            parameter => Array(
                                                                                    [$app] => 
                                                                                )
                                                                        )
                                                                    shared => 1
                                                                )
                                                            [auth.driver] => Array(
                                                                    concrete => Closure Object(
                                                                            this => Illuminate\Auth\AuthServiceProvider Object(
                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                )
                                                                            parameter => Array(
                                                                                    [$app] => 
                                                                                )
                                                                        )
                                                                    shared => 1
                                                                )
                                                            [Illuminate\Contracts\Auth\Authenticatable] => Array(
                                                                    concrete => Closure Object(
                                                                            this => Illuminate\Auth\AuthServiceProvider Object(
                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                )
                                                                            parameter => Array(
                                                                                    [$app] => 
                                                                                )
                                                                        )
                                                                    shared => 
                                                                )
                                                            [Illuminate\Contracts\Auth\Access\Gate] => Array(
                                                                    concrete => Closure Object(
                                                                            this => Illuminate\Auth\AuthServiceProvider Object(
                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                )
                                                                            parameter => Array(
                                                                                    [$app] => 
                                                                                )
                                                                        )
                                                                    shared => 1
                                                                )
                                                            cookie => Array(
                                                                    concrete => Closure Object(
                                                                            this => Illuminate\Cookie\CookieServiceProvider Object(
                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                )
                                                                            parameter => Array(
                                                                                    [$app] => 
                                                                                )
                                                                        )
                                                                    shared => 1
                                                                )
                                                            [db.factory] => Array(
                                                                    concrete => Closure Object(
                                                                            this => Illuminate\Database\DatabaseServiceProvider Object(
                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                )
                                                                            parameter => Array(
                                                                                    [$app] => 
                                                                                )
                                                                        )
                                                                    shared => 1
                                                                )
                                                            db => Array(
                                                                    concrete => Closure Object(
                                                                            this => Illuminate\Database\DatabaseServiceProvider Object(
                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                )
                                                                            parameter => Array(
                                                                                    [$app] => 
                                                                                )
                                                                        )
                                                                    shared => 1
                                                                )
                                                            [db.connection] => Array(
                                                                    concrete => Closure Object(
                                                                            this => Illuminate\Database\DatabaseServiceProvider Object(
                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                )
                                                                            parameter => Array(
                                                                                    [$app] => 
                                                                                )
                                                                        )
                                                                    shared => 
                                                                )
                                                            [Faker\Generator] => Array(
                                                                    concrete => Closure Object(
                                                                            this => Illuminate\Database\DatabaseServiceProvider Object(
                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                )
                                                                            parameter => Array(
                                                                                    [$app] => 
                                                                                )
                                                                        )
                                                                    shared => 1
                                                                )
                                                            [Illuminate\Database\Eloquent\Factory] => Array(
                                                                    concrete => Closure Object(
                                                                            this => Illuminate\Database\DatabaseServiceProvider Object(
                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                )
                                                                            parameter => Array(
                                                                                    [$app] => 
                                                                                )
                                                                        )
                                                                    shared => 1
                                                                )
                                                            [Illuminate\Contracts\Queue\EntityResolver] => Array(
                                                                    concrete => Closure Object(
                                                                            this => Illuminate\Database\DatabaseServiceProvider Object(
                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                )
                                                                        )
                                                                    shared => 1
                                                                )
                                                            encrypter => Array(
                                                                    concrete => Closure Object(
                                                                            this => Illuminate\Encryption\EncryptionServiceProvider Object(
                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                )
                                                                            parameter => Array(
                                                                                    [$app] => 
                                                                                )
                                                                        )
                                                                    shared => 1
                                                                )
                                                            files => Array(
                                                                    concrete => Closure Object(
                                                                            this => Illuminate\Filesystem\FilesystemServiceProvider Object(
                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                )
                                                                        )
                                                                    shared => 1
                                                                )
                                                            filesystem => Array(
                                                                    concrete => Closure Object(
                                                                            this => Illuminate\Filesystem\FilesystemServiceProvider Object(
                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                )
                                                                        )
                                                                    shared => 1
                                                                )
                                                            [filesystem.disk] => Array(
                                                                    concrete => Closure Object(
                                                                            this => Illuminate\Filesystem\FilesystemServiceProvider Object(
                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                )
                                                                        )
                                                                    shared => 1
                                                                )
                                                            [filesystem.cloud] => Array(
                                                                    concrete => Closure Object(
                                                                            this => Illuminate\Filesystem\FilesystemServiceProvider Object(
                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                )
                                                                        )
                                                                    shared => 1
                                                                )
                                                            [Illuminate\Notifications\ChannelManager] => Array(
                                                                    concrete => Closure Object(
                                                                            this => Illuminate\Notifications\NotificationServiceProvider Object(
                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                )
                                                                            parameter => Array(
                                                                                    [$app] => 
                                                                                )
                                                                        )
                                                                    shared => 1
                                                                )
                                                            session => Array(
                                                                    concrete => Closure Object(
                                                                            this => Illuminate\Session\SessionServiceProvider Object(
                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                )
                                                                            parameter => Array(
                                                                                    [$app] => 
                                                                                )
                                                                        )
                                                                    shared => 1
                                                                )
                                                            [session.store] => Array(
                                                                    concrete => Closure Object(
                                                                            this => Illuminate\Session\SessionServiceProvider Object(
                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                )
                                                                            parameter => Array(
                                                                                    [$app] => 
                                                                                )
                                                                        )
                                                                    shared => 1
                                                                )
                                                            [Illuminate\Session\Middleware\StartSession] => Array(
                                                                    concrete => Closure Object(
                                                                            static => Array(
                                                                                    abstract => Illuminate\Session\Middleware\StartSession
                                                                                    concrete => Illuminate\Session\Middleware\StartSession
                                                                                )
                                                                            this => Illuminate\Foundation\Application Object
 
                                                                            parameter => Array(
                                                                                    [$container] => 
                                                                                    [$parameters] => 
                                                                                )
                                                                        )
                                                                    shared => 1
                                                                )
                                                            view => Array(
                                                                    concrete => Closure Object(
                                                                            this => Illuminate\View\ViewServiceProvider Object(
                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                )
                                                                            parameter => Array(
                                                                                    [$app] => 
                                                                                )
                                                                        )
                                                                    shared => 1
                                                                )
                                                            [view.finder] => Array(
                                                                    concrete => Closure Object(
                                                                            this => Illuminate\View\ViewServiceProvider Object(
                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                )
                                                                            parameter => Array(
                                                                                    [$app] => 
                                                                                )
                                                                        )
                                                                    shared => 
                                                                )
                                                            [view.engine.resolver] => Array(
                                                                    concrete => Closure Object(
                                                                            this => Illuminate\View\ViewServiceProvider Object(
                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                )
                                                                        )
                                                                    shared => 1
                                                                )
                                                            [Facade\IgnitionContracts\SolutionProviderRepository] => Array(
                                                                    concrete => Closure Object(
                                                                            this => Facade\Ignition\IgnitionServiceProvider Object(
                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                )
                                                                        )
                                                                    shared => 1
                                                                )
                                                            [Facade\Ignition\ErrorPage\Renderer] => Array(
                                                                    concrete => Closure Object(
                                                                            this => Facade\Ignition\IgnitionServiceProvider Object(
                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                )
                                                                        )
                                                                    shared => 
                                                                )
                                                            [Whoops\Handler\HandlerInterface] => Array(
                                                                    concrete => Closure Object(
                                                                            this => Facade\Ignition\IgnitionServiceProvider Object(
                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                )
                                                                            parameter => Array(
                                                                                    [$app] => 
                                                                                )
                                                                        )
                                                                    shared => 
                                                                )
                                                            [Facade\Ignition\IgnitionConfig] => Array(
                                                                    concrete => Closure Object(
                                                                            this => Facade\Ignition\IgnitionServiceProvider Object(
                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                )
                                                                        )
                                                                    shared => 1
                                                                )
                                                            [flare.http] => Array(
                                                                    concrete => Closure Object(
                                                                            this => Facade\Ignition\IgnitionServiceProvider Object(
                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                )
                                                                        )
                                                                    shared => 1
                                                                )
                                                            [flare.client] => Array(
                                                                    concrete => Closure Object(
                                                                            this => Facade\Ignition\IgnitionServiceProvider Object(
                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                )
                                                                        )
                                                                    shared => 1
                                                                )
                                                            [Facade\Ignition\LogRecorder\LogRecorder] => Array(
                                                                    concrete => Closure Object(
                                                                            static => Array(
                                                                                    abstract => Facade\Ignition\LogRecorder\LogRecorder
                                                                                    concrete => Facade\Ignition\LogRecorder\LogRecorder
                                                                                )
                                                                            this => Illuminate\Foundation\Application Object
 
                                                                            parameter => Array(
                                                                                    [$container] => 
                                                                                    [$parameters] => 
                                                                                )
                                                                        )
                                                                    shared => 1
                                                                )
                                                            [Facade\Ignition\DumpRecorder\DumpRecorder] => Array(
                                                                    concrete => Closure Object(
                                                                            static => Array(
                                                                                    abstract => Facade\Ignition\DumpRecorder\DumpRecorder
                                                                                    concrete => Facade\Ignition\DumpRecorder\DumpRecorder
                                                                                )
                                                                            this => Illuminate\Foundation\Application Object
 
                                                                            parameter => Array(
                                                                                    [$container] => 
                                                                                    [$parameters] => 
                                                                                )
                                                                        )
                                                                    shared => 1
                                                                )
                                                            [Facade\Ignition\QueryRecorder\QueryRecorder] => Array(
                                                                    concrete => Closure Object(
                                                                            static => Array(
                                                                                    abstract => Facade\Ignition\QueryRecorder\QueryRecorder
                                                                                    concrete => Facade\Ignition\QueryRecorder\QueryRecorder
                                                                                )
                                                                            this => Illuminate\Foundation\Application Object
 
                                                                            parameter => Array(
                                                                                    [$container] => 
                                                                                    [$parameters] => 
                                                                                )
                                                                        )
                                                                    shared => 1
                                                                )
                                                            [NunoMaduro\Collision\Contracts\Adapters\Phpunit\Listener] => Array(
                                                                    concrete => Closure Object(
                                                                            static => Array(
                                                                                    abstract => NunoMaduro\Collision\Contracts\Adapters\Phpunit\Listener
                                                                                    concrete => NunoMaduro\Collision\Adapters\Phpunit\Listener
                                                                                )
                                                                            this => Illuminate\Foundation\Application Object
 
                                                                            parameter => Array(
                                                                                    [$container] => 
                                                                                    [$parameters] => 
                                                                                )
                                                                        )
                                                                    shared => 1
                                                                )
                                                            [NunoMaduro\Collision\Contracts\Provider] => Array(
                                                                    concrete => Closure Object(
                                                                            static => Array(
                                                                                    abstract => NunoMaduro\Collision\Contracts\Provider
                                                                                    concrete => NunoMaduro\Collision\Provider
                                                                                )
                                                                            this => Illuminate\Foundation\Application Object
 
                                                                            parameter => Array(
                                                                                    [$container] => 
                                                                                    [$parameters] => 
                                                                                )
                                                                        )
                                                                    shared => 
                                                                )
                                                            [blade.compiler] => Array(
                                                                    concrete => Closure Object(
                                                                            this => Illuminate\View\ViewServiceProvider Object(
                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                )
                                                                        )
                                                                    shared => 1
                                                                )
                                                            [flare.logger] => Array(
                                                                    concrete => Closure Object(
                                                                            this => Facade\Ignition\IgnitionServiceProvider Object(
                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                )
                                                                            parameter => Array(
                                                                                    [$app] => 
                                                                                )
                                                                        )
                                                                    shared => 1
                                                                )
                                                            [command.flare:test] => Array(
                                                                    concrete => Closure Object(
                                                                            static => Array(
                                                                                    abstract => command.flare:test
                                                                                    concrete => Facade\Ignition\Commands\TestCommand
                                                                                )
                                                                            this => Illuminate\Foundation\Application Object
 
                                                                            parameter => Array(
                                                                                    [$container] => 
                                                                                    [$parameters] => 
                                                                                )
                                                                        )
                                                                    shared => 
                                                                )
                                                            [command.make:solution] => Array(
                                                                    concrete => Closure Object(
                                                                            static => Array(
                                                                                    abstract => command.make:solution
                                                                                    concrete => Facade\Ignition\Commands\SolutionMakeCommand
                                                                                )
                                                                            this => Illuminate\Foundation\Application Object
 
                                                                            parameter => Array(
                                                                                    [$container] => 
                                                                                    [$parameters] => 
                                                                                )
                                                                        )
                                                                    shared => 
                                                                )
                                                            queue => Array(
                                                                    concrete => Closure Object(
                                                                            this => Illuminate\Queue\QueueServiceProvider Object(
                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                )
                                                                            parameter => Array(
                                                                                    [$app] => 
                                                                                )
                                                                        )
                                                                    shared => 1
                                                                )
                                                            [queue.connection] => Array(
                                                                    concrete => Closure Object(
                                                                            this => Illuminate\Queue\QueueServiceProvider Object(
                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                )
                                                                            parameter => Array(
                                                                                    [$app] => 
                                                                                )
                                                                        )
                                                                    shared => 1
                                                                )
                                                            [queue.worker] => Array(
                                                                    concrete => Closure Object(
                                                                            this => Illuminate\Queue\QueueServiceProvider Object(
                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                )
                                                                        )
                                                                    shared => 1
                                                                )
                                                            [queue.listener] => Array(
                                                                    concrete => Closure Object(
                                                                            this => Illuminate\Queue\QueueServiceProvider Object(
                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                )
                                                                        )
                                                                    shared => 1
                                                                )
                                                            [queue.failer] => Array(
                                                                    concrete => Closure Object(
                                                                            this => Illuminate\Queue\QueueServiceProvider Object(
                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                )
                                                                        )
                                                                    shared => 1
                                                                )
                                                            [Facade\Ignition\DumpRecorder\MultiDumpHandler] => Array(
                                                                    concrete => Closure Object(
                                                                            static => Array(
                                                                                    abstract => Facade\Ignition\DumpRecorder\MultiDumpHandler
                                                                                    concrete => Facade\Ignition\DumpRecorder\MultiDumpHandler Object(
                                                                                            handlers => Array(
                                                                                                    0 => Closure Object(
                                                                                                            this => Facade\Ignition\DumpRecorder\DumpRecorder Object(
                                                                                                                    dumps => Array()
                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                )
                                                                                                            parameter => Array(
                                                                                                                    [$value] => 
                                                                                                                )
                                                                                                        )
                                                                                                    1 => Closure Object(
                                                                                                            this => Facade\Ignition\DumpRecorder\DumpRecorder Object(
                                                                                                                    dumps => Array()
                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                )
                                                                                                            parameter => Array(
                                                                                                                    [$var] => 
                                                                                                                )
                                                                                                        )
                                                                                                )
                                                                                        )
                                                                                )
                                                                            this => Illuminate\Foundation\Application Object
 
                                                                            parameter => Array(
                                                                                    [$container] => 
                                                                                    [$parameters] => 
                                                                                )
                                                                        )
                                                                    shared => 1
                                                                )
                                                        )
                                                    methodBindings => Array()
                                                    instances => Array(
                                                            path => /0000/app
                                                            [path.base] => /0000
                                                            [path.lang] => /0000/resources/lang
                                                            [path.config] => /0000/config
                                                            [path.public] => /0000/public
                                                            [path.storage] => /0000/storage
                                                            [path.database] => /0000/database
                                                            [path.resources] => /0000/resources
                                                            [path.bootstrap] => /0000/bootstrap
                                                            app => Illuminate\Foundation\Application Object
 
                                                            [Illuminate\Container\Container] => Illuminate\Foundation\Application Object
 
                                                            [Illuminate\Foundation\PackageManifest] => Illuminate\Foundation\PackageManifest Object(
                                                                    files => Illuminate\Filesystem\Filesystem Object()
                                                                    basePath => /0000
                                                                    vendorPath => /0000/vendor
                                                                    manifestPath => /0000/bootstrap/cache/packages.php
                                                                    manifest => Array(
                                                                            [facade/ignition] => Array(
                                                                                    providers => Array(
                                                                                            0 => Facade\Ignition\IgnitionServiceProvider
                                                                                        )
                                                                                    aliases => Array(
                                                                                            Flare => Facade\Ignition\Facades\Flare
                                                                                        )
                                                                                )
                                                                            [fideloper/proxy] => Array(
                                                                                    providers => Array(
                                                                                            0 => Fideloper\Proxy\TrustedProxyServiceProvider
                                                                                        )
                                                                                )
                                                                            [laravel/tinker] => Array(
                                                                                    providers => Array(
                                                                                            0 => Laravel\Tinker\TinkerServiceProvider
                                                                                        )
                                                                                )
                                                                            [nesbot/carbon] => Array(
                                                                                    providers => Array(
                                                                                            0 => Carbon\Laravel\ServiceProvider
                                                                                        )
                                                                                )
                                                                            [nunomaduro/collision] => Array(
                                                                                    providers => Array(
                                                                                            0 => NunoMaduro\Collision\Adapters\Laravel\CollisionServiceProvider
                                                                                        )
                                                                                )
                                                                        )
                                                                )
                                                            events => Illuminate\Events\Dispatcher Object
 
                                                            [Illuminate\Contracts\Console\Kernel] => App\Console\Kernel Object(
                                                                    commands => Array()
                                                                    app => Illuminate\Foundation\Application Object
 
                                                                    events => Illuminate\Events\Dispatcher Object
 
                                                                    artisan => 
                                                                    commandsLoaded => 
                                                                    bootstrappers => Array(
                                                                            0 => Illuminate\Foundation\Bootstrap\LoadEnvironmentVariables
                                                                            1 => Illuminate\Foundation\Bootstrap\LoadConfiguration
                                                                            2 => Illuminate\Foundation\Bootstrap\HandleExceptions
                                                                            3 => Illuminate\Foundation\Bootstrap\RegisterFacades
                                                                            4 => Illuminate\Foundation\Bootstrap\SetRequestForConsole
                                                                            5 => Illuminate\Foundation\Bootstrap\RegisterProviders
                                                                            6 => Illuminate\Foundation\Bootstrap\BootProviders
                                                                        )
                                                                )
                                                            config => Illuminate\Config\Repository Object(
                                                                    items => Array(
                                                                            app => Array(
                                                                                    name => 本地测试
                                                                                    env => local
                                                                                    debug => 1
                                                                                    url => http://localhost
                                                                                    asset_url => 
                                                                                    timezone => UTC
                                                                                    locale => en
                                                                                    fallback_locale => en
                                                                                    faker_locale => en_US
                                                                                    key => base64:gIjju1XIlTNS6j8BuifyrL2QAARYlvdKYd31eAqei7g=
                                                                                    cipher => AES-256-CBC
                                                                                    providers => Array(
                                                                                            0 => Illuminate\Auth\AuthServiceProvider
                                                                                            1 => Illuminate\Broadcasting\BroadcastServiceProvider
                                                                                            2 => Illuminate\Bus\BusServiceProvider
                                                                                            3 => Illuminate\Cache\CacheServiceProvider
                                                                                            4 => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                            5 => Illuminate\Cookie\CookieServiceProvider
                                                                                            6 => Illuminate\Database\DatabaseServiceProvider
                                                                                            7 => Illuminate\Encryption\EncryptionServiceProvider
                                                                                            8 => Illuminate\Filesystem\FilesystemServiceProvider
                                                                                            9 => Illuminate\Foundation\Providers\FoundationServiceProvider
                                                                                            10 => Illuminate\Hashing\HashServiceProvider
                                                                                            11 => Illuminate\Mail\MailServiceProvider
                                                                                            12 => Illuminate\Notifications\NotificationServiceProvider
                                                                                            13 => Illuminate\Pagination\PaginationServiceProvider
                                                                                            14 => Illuminate\Pipeline\PipelineServiceProvider
                                                                                            15 => Illuminate\Queue\QueueServiceProvider
                                                                                            16 => Illuminate\Redis\RedisServiceProvider
                                                                                            17 => Illuminate\Auth\Passwords\PasswordResetServiceProvider
                                                                                            18 => Illuminate\Session\SessionServiceProvider
                                                                                            19 => Illuminate\Translation\TranslationServiceProvider
                                                                                            20 => Illuminate\Validation\ValidationServiceProvider
                                                                                            21 => Illuminate\View\ViewServiceProvider
                                                                                            22 => App\Providers\AppServiceProvider
                                                                                            23 => App\Providers\AuthServiceProvider
                                                                                            24 => App\Providers\EventServiceProvider
                                                                                            25 => App\Providers\RouteServiceProvider
                                                                                        )
                                                                                    aliases => Array(
                                                                                            App => Illuminate\Support\Facades\App
                                                                                            Arr => Illuminate\Support\Arr
                                                                                            Artisan => Illuminate\Support\Facades\Artisan
                                                                                            Auth => Illuminate\Support\Facades\Auth
                                                                                            Blade => Illuminate\Support\Facades\Blade
                                                                                            Broadcast => Illuminate\Support\Facades\Broadcast
                                                                                            Bus => Illuminate\Support\Facades\Bus
                                                                                            Cache => Illuminate\Support\Facades\Cache
                                                                                            Config => Illuminate\Support\Facades\Config
                                                                                            Cookie => Illuminate\Support\Facades\Cookie
                                                                                            Crypt => Illuminate\Support\Facades\Crypt
                                                                                            DB => Illuminate\Support\Facades\DB
                                                                                            Eloquent => Illuminate\Database\Eloquent\Model
                                                                                            Event => Illuminate\Support\Facades\Event
                                                                                            File => Illuminate\Support\Facades\File
                                                                                            Gate => Illuminate\Support\Facades\Gate
                                                                                            Hash => Illuminate\Support\Facades\Hash
                                                                                            Lang => Illuminate\Support\Facades\Lang
                                                                                            Log => Illuminate\Support\Facades\Log
                                                                                            Mail => Illuminate\Support\Facades\Mail
                                                                                            Notification => Illuminate\Support\Facades\Notification
                                                                                            Password => Illuminate\Support\Facades\Password
                                                                                            Queue => Illuminate\Support\Facades\Queue
                                                                                            Redirect => Illuminate\Support\Facades\Redirect
                                                                                            Redis => Illuminate\Support\Facades\Redis
                                                                                            Request => Illuminate\Support\Facades\Request
                                                                                            Response => Illuminate\Support\Facades\Response
                                                                                            Route => Illuminate\Support\Facades\Route
                                                                                            Schema => Illuminate\Support\Facades\Schema
                                                                                            Session => Illuminate\Support\Facades\Session
                                                                                            Storage => Illuminate\Support\Facades\Storage
                                                                                            Str => Illuminate\Support\Str
                                                                                            URL => Illuminate\Support\Facades\URL
                                                                                            Validator => Illuminate\Support\Facades\Validator
                                                                                            View => Illuminate\Support\Facades\View
                                                                                        )
                                                                                )
                                                                            auth => Array(
                                                                                    defaults => Array(
                                                                                            guard => web
                                                                                            passwords => users
                                                                                        )
                                                                                    guards => Array(
                                                                                            web => Array(
                                                                                                    driver => session
                                                                                                    provider => users
                                                                                                )
                                                                                            api => Array(
                                                                                                    driver => token
                                                                                                    provider => users
                                                                                                    hash => 
                                                                                                )
                                                                                        )
                                                                                    providers => Array(
                                                                                            users => Array(
                                                                                                    driver => eloquent
                                                                                                    model => App\User
                                                                                                )
                                                                                        )
                                                                                    passwords => Array(
                                                                                            users => Array(
                                                                                                    provider => users
                                                                                                    table => password_resets
                                                                                                    expire => 60
                                                                                                    throttle => 60
                                                                                                )
                                                                                        )
                                                                                    password_timeout => 10800
                                                                                )
                                                                            broadcasting => Array(
                                                                                    default => log
                                                                                    connections => Array(
                                                                                            pusher => Array(
                                                                                                    driver => pusher
                                                                                                    key => 
                                                                                                    secret => 
                                                                                                    app_id => 
                                                                                                    options => Array(
                                                                                                            cluster => mt1
                                                                                                            useTLS => 1
                                                                                                        )
                                                                                                )
                                                                                            redis => Array(
                                                                                                    driver => redis
                                                                                                    connection => default
                                                                                                )
                                                                                            log => Array(
                                                                                                    driver => log
                                                                                                )
                                                                                            null => Array(
                                                                                                    driver => null
                                                                                                )
                                                                                        )
                                                                                )
                                                                            cache => Array(
                                                                                    default => file
                                                                                    stores => Array(
                                                                                            apc => Array(
                                                                                                    driver => apc
                                                                                                )
                                                                                            array => Array(
                                                                                                    driver => array
                                                                                                )
                                                                                            database => Array(
                                                                                                    driver => database
                                                                                                    table => cache
                                                                                                    connection => 
                                                                                                )
                                                                                            file => Array(
                                                                                                    driver => file
                                                                                                    path => /0000/storage/framework/cache/data
                                                                                                )
                                                                                            memcached => Array(
                                                                                                    driver => memcached
                                                                                                    persistent_id => 
                                                                                                    sasl => Array(
                                                                                                            0 => 
                                                                                                            1 => 
                                                                                                        )
                                                                                                    options => Array()
                                                                                                    servers => Array(
                                                                                                            0 => Array(
                                                                                                                    host => 127.0.0.1
                                                                                                                    port => 11211
                                                                                                                    weight => 100
                                                                                                                )
                                                                                                        )
                                                                                                )
                                                                                            redis => Array(
                                                                                                    driver => redis
                                                                                                    connection => cache
                                                                                                )
                                                                                            dynamodb => Array(
                                                                                                    driver => dynamodb
                                                                                                    key => 
                                                                                                    secret => 
                                                                                                    region => us-east-1
                                                                                                    table => cache
                                                                                                    endpoint => 
                                                                                                )
                                                                                        )
                                                                                    prefix => _cache
                                                                                )
                                                                            database => Array(
                                                                                    default => mysql
                                                                                    connections => Array(
                                                                                            sqlite => Array(
                                                                                                    driver => sqlite
                                                                                                    url => 
                                                                                                    database => laravel
                                                                                                    prefix => 
                                                                                                    foreign_key_constraints => 1
                                                                                                )
                                                                                            mysql => Array(
                                                                                                    driver => mysql
                                                                                                    url => 
                                                                                                    host => 127.0.0.1
                                                                                                    port => 3306
                                                                                                    database => laravel
                                                                                                    username => root
                                                                                                    password => 
                                                                                                    unix_socket => 
                                                                                                    charset => utf8mb4
                                                                                                    collation => utf8mb4_unicode_ci
                                                                                                    prefix => 
                                                                                                    prefix_indexes => 1
                                                                                                    strict => 1
                                                                                                    engine => 
                                                                                                    options => Array()
                                                                                                )
                                                                                            pgsql => Array(
                                                                                                    driver => pgsql
                                                                                                    url => 
                                                                                                    host => 127.0.0.1
                                                                                                    port => 3306
                                                                                                    database => laravel
                                                                                                    username => root
                                                                                                    password => 
                                                                                                    charset => utf8
                                                                                                    prefix => 
                                                                                                    prefix_indexes => 1
                                                                                                    schema => public
                                                                                                    sslmode => prefer
                                                                                                )
                                                                                            sqlsrv => Array(
                                                                                                    driver => sqlsrv
                                                                                                    url => 
                                                                                                    host => 127.0.0.1
                                                                                                    port => 3306
                                                                                                    database => laravel
                                                                                                    username => root
                                                                                                    password => 
                                                                                                    charset => utf8
                                                                                                    prefix => 
                                                                                                    prefix_indexes => 1
                                                                                                )
                                                                                        )
                                                                                    migrations => migrations
                                                                                    redis => Array(
                                                                                            client => phpredis
                                                                                            options => Array(
                                                                                                    cluster => redis
                                                                                                    prefix => _database_
                                                                                                )
                                                                                            default => Array(
                                                                                                    url => 
                                                                                                    host => 127.0.0.1
                                                                                                    password => 
                                                                                                    port => 6379
                                                                                                    database => 0
                                                                                                )
                                                                                            cache => Array(
                                                                                                    url => 
                                                                                                    host => 127.0.0.1
                                                                                                    password => 
                                                                                                    port => 6379
                                                                                                    database => 1
                                                                                                )
                                                                                        )
                                                                                )
                                                                            filesystems => Array(
                                                                                    default => local
                                                                                    cloud => s3
                                                                                    disks => Array(
                                                                                            local => Array(
                                                                                                    driver => local
                                                                                                    root => /0000/storage/app
                                                                                                )
                                                                                            public => Array(
                                                                                                    driver => local
                                                                                                    root => /0000/storage/app/public
                                                                                                    url => http://localhost/storage
                                                                                                    visibility => public
                                                                                                )
                                                                                            s3 => Array(
                                                                                                    driver => s3
                                                                                                    key => 
                                                                                                    secret => 
                                                                                                    region => us-east-1
                                                                                                    bucket => 
                                                                                                    url => 
                                                                                                )
                                                                                        )
                                                                                )
                                                                            hashing => Array(
                                                                                    driver => bcrypt
                                                                                    bcrypt => Array(
                                                                                            rounds => 10
                                                                                        )
                                                                                    argon => Array(
                                                                                            memory => 1024
                                                                                            threads => 2
                                                                                            time => 2
                                                                                        )
                                                                                )
                                                                            logging => Array(
                                                                                    default => stack
                                                                                    channels => Array(
                                                                                            stack => Array(
                                                                                                    driver => stack
                                                                                                    channels => Array(
                                                                                                            0 => single
                                                                                                        )
                                                                                                    ignore_exceptions => 
                                                                                                )
                                                                                            single => Array(
                                                                                                    driver => single
                                                                                                    path => /0000/storage/logs/laravel.log
                                                                                                    level => debug
                                                                                                )
                                                                                            daily => Array(
                                                                                                    driver => daily
                                                                                                    path => /0000/storage/logs/laravel.log
                                                                                                    level => debug
                                                                                                    days => 14
                                                                                                )
                                                                                            slack => Array(
                                                                                                    driver => slack
                                                                                                    url => 
                                                                                                    username => Laravel Log
                                                                                                    emoji => :boom:
                                                                                                    level => critical
                                                                                                )
                                                                                            papertrail => Array(
                                                                                                    driver => monolog
                                                                                                    level => debug
                                                                                                    handler => Monolog\Handler\SyslogUdpHandler
                                                                                                    handler_with => Array(
                                                                                                            host => 
                                                                                                            port => 
                                                                                                        )
                                                                                                )
                                                                                            stderr => Array(
                                                                                                    driver => monolog
                                                                                                    handler => Monolog\Handler\StreamHandler
                                                                                                    formatter => 
                                                                                                    with => Array(
                                                                                                            stream => php://stderr
                                                                                                        )
                                                                                                )
                                                                                            syslog => Array(
                                                                                                    driver => syslog
                                                                                                    level => debug
                                                                                                )
                                                                                            errorlog => Array(
                                                                                                    driver => errorlog
                                                                                                    level => debug
                                                                                                )
                                                                                            null => Array(
                                                                                                    driver => monolog
                                                                                                    handler => Monolog\Handler\NullHandler
                                                                                                )
                                                                                            emergency => Array(
                                                                                                    path => /0000/storage/logs/laravel.log
                                                                                                )
                                                                                        )
                                                                                )
                                                                            mail => Array(
                                                                                    driver => smtp
                                                                                    host => smtp.mailtrap.io
                                                                                    port => 2525
                                                                                    from => Array(
                                                                                            address => 
                                                                                            name => 本地测试
                                                                                        )
                                                                                    encryption => 
                                                                                    username => 
                                                                                    password => 
                                                                                    sendmail => /usr/sbin/sendmail -bs
                                                                                    markdown => Array(
                                                                                            theme => default
                                                                                            paths => Array(
                                                                                                    0 => /0000/resources/views/vendor/mail
                                                                                                )
                                                                                        )
                                                                                    log_channel => 
                                                                                )
                                                                            queue => Array(
                                                                                    default => sync
                                                                                    connections => Array(
                                                                                            sync => Array(
                                                                                                    driver => sync
                                                                                                )
                                                                                            database => Array(
                                                                                                    driver => database
                                                                                                    table => jobs
                                                                                                    queue => default
                                                                                                    retry_after => 90
                                                                                                )
                                                                                            beanstalkd => Array(
                                                                                                    driver => beanstalkd
                                                                                                    host => localhost
                                                                                                    queue => default
                                                                                                    retry_after => 90
                                                                                                    block_for => 0
                                                                                                )
                                                                                            sqs => Array(
                                                                                                    driver => sqs
                                                                                                    key => 
                                                                                                    secret => 
                                                                                                    prefix => https://sqs.us-east-1.amazonaws.com/your-account-id
                                                                                                    queue => your-queue-name
                                                                                                    region => us-east-1
                                                                                                )
                                                                                            redis => Array(
                                                                                                    driver => redis
                                                                                                    connection => default
                                                                                                    queue => default
                                                                                                    retry_after => 90
                                                                                                    block_for => 
                                                                                                )
                                                                                        )
                                                                                    failed => Array(
                                                                                            driver => database
                                                                                            database => mysql
                                                                                            table => failed_jobs
                                                                                        )
                                                                                )
                                                                            services => Array(
                                                                                    mailgun => Array(
                                                                                            domain => 
                                                                                            secret => 
                                                                                            endpoint => api.mailgun.net
                                                                                        )
                                                                                    postmark => Array(
                                                                                            token => 
                                                                                        )
                                                                                    ses => Array(
                                                                                            key => 
                                                                                            secret => 
                                                                                            region => us-east-1
                                                                                        )
                                                                                )
                                                                            session => Array(
                                                                                    driver => cookie
                                                                                    lifetime => 120
                                                                                    expire_on_close => 
                                                                                    encrypt => 
                                                                                    files => /0000/storage/framework/sessions
                                                                                    connection => 
                                                                                    table => sessions
                                                                                    store => 
                                                                                    lottery => Array(
                                                                                            0 => 2
                                                                                            1 => 100
                                                                                        )
                                                                                    cookie => _session
                                                                                    path => /
                                                                                    domain => 
                                                                                    secure => 
                                                                                    http_only => 1
                                                                                    same_site => 
                                                                                )
                                                                            view => Array(
                                                                                    paths => Array(
                                                                                            0 => /0000/resources/views
                                                                                        )
                                                                                    compiled => /0000/storage/framework/views
                                                                                )
                                                                            flare => Array(
                                                                                    key => 
                                                                                    reporting => Array(
                                                                                            anonymize_ips => 1
                                                                                            collect_git_information => 1
                                                                                            report_queries => 1
                                                                                            maximum_number_of_collected_queries => 200
                                                                                            report_query_bindings => 1
                                                                                            report_view_data => 1
                                                                                            grouping_type => 
                                                                                        )
                                                                                    send_logs_as_events => 1
                                                                                )
                                                                            ignition => Array(
                                                                                    editor => phpstorm
                                                                                    theme => light
                                                                                    enable_share_button => 1
                                                                                    register_commands => 
                                                                                    ignored_solution_providers => Array()
                                                                                    enable_runnable_solutions => 
                                                                                    remote_sites_path => 
                                                                                    local_sites_path => 
                                                                                    housekeeping_endpoint_prefix => _ignition
                                                                                )
                                                                            trustedproxy => Array(
                                                                                    proxies => 
                                                                                    headers => 30
                                                                                )
                                                                        )
                                                                )
                                                            request => Illuminate\Http\Request Object(
                                                                    json => 
                                                                    convertedFiles => 
                                                                    userResolver => 
                                                                    routeResolver => 
                                                                    attributes => Symfony\Component\HttpFoundation\ParameterBag Object(
                                                                            parameters => Array()
                                                                        )
                                                                    request => Symfony\Component\HttpFoundation\ParameterBag Object(
                                                                            parameters => Array()
                                                                        )
                                                                    query => Symfony\Component\HttpFoundation\ParameterBag Object(
                                                                            parameters => Array()
                                                                        )
                                                                    server => Symfony\Component\HttpFoundation\ServerBag Object(
                                                                            parameters => Array(
                                                                                    SERVER_NAME => localhost
                                                                                    SERVER_PORT => 80
                                                                                    HTTP_HOST => localhost
                                                                                    HTTP_USER_AGENT => Symfony
                                                                                    HTTP_ACCEPT => text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
                                                                                    HTTP_ACCEPT_LANGUAGE => en-us,en;q=0.5
                                                                                    HTTP_ACCEPT_CHARSET => ISO-8859-1,utf-8;q=0.7,*;q=0.7
                                                                                    REMOTE_ADDR => 127.0.0.1
                                                                                    SCRIPT_NAME => artisan
                                                                                    SCRIPT_FILENAME => artisan
                                                                                    SERVER_PROTOCOL => HTTP/1.1
                                                                                    REQUEST_TIME => 1578274354
                                                                                    PHP_EXTRA_CONFIGURE_ARGS => --enable-fpm --with-fpm-user=www-data --with-fpm-group=www-data --disable-cgi
                                                                                    LANGUAGE => C
                                                                                    HOSTNAME => d9d2f135fb85
                                                                                    PHP_INI_DIR => /usr/local/etc/php
                                                                                    GIT_ASKPASS => echo
                                                                                    SHLVL => 2
                                                                                    HOME => /root
                                                                                    OLDPWD => /
                                                                                    PHP_LDFLAGS => -Wl,-O1 -Wl,--hash-style=both -pie
                                                                                    PHP_CFLAGS => -fstack-protector-strong -fpic -fpie -O2
                                                                                    PHP_MD5 => 
                                                                                    PHP_VERSION => 7.2.19
                                                                                    COMPOSER_HOME => /tmp/composer
                                                                                    COMPOSER_BINARY => /usr/bin/composer
                                                                                    GPG_KEYS => 1729F83938DA44E27BA0F4D3DBDB397470D12172 B1B44D8F021E4E2D6021E995DC9FF8D3EE5AF27F
                                                                                    PHP_CPPFLAGS => -fstack-protector-strong -fpic -fpie -O2
                                                                                    PHP_ASC_URL => https://www.php.net/get/php-7.2.19.tar.xz.asc/from/this/mirror
                                                                                    PHP_URL => https://www.php.net/get/php-7.2.19.tar.xz/from/this/mirror
                                                                                    TERM => xterm
                                                                                    PATH => /0000/vendor/bin:/tmp/composer/vendor/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
                                                                                    LD_PRELOAD => /usr/lib/preloadable_libiconv.so php
                                                                                    PHPIZE_DEPS => autoconf 		dpkg-dev dpkg 		file 		g++ 		gcc 		libc-dev 		make 		pkgconf 		re2c
                                                                                    PWD => /0000
                                                                                    PHP_SHA256 => 4ffa2404a88d60e993a9fe69f829ebec3eb1e006de41b6048ce5e91bbeaa9282
                                                                                    PHP_SELF => artisan
                                                                                    PATH_TRANSLATED => artisan
                                                                                    DOCUMENT_ROOT => 
                                                                                    REQUEST_TIME_FLOAT => 1578274354.5135
                                                                                    argv => Array(
                                                                                            0 => artisan
                                                                                            1 => package:discover
                                                                                            2 => --ansi
                                                                                        )
                                                                                    argc => 3
                                                                                    APP_NAME => 本地测试
                                                                                    APP_ENV => local
                                                                                    APP_KEY => base64:gIjju1XIlTNS6j8BuifyrL2QAARYlvdKYd31eAqei7g=
                                                                                    APP_DEBUG => true
                                                                                    APP_URL => http://localhost
                                                                                    LOG_CHANNEL => stack
                                                                                    DB_CONNECTION => mysql
                                                                                    DB_HOST => 127.0.0.1
                                                                                    DB_PORT => 3306
                                                                                    DB_DATABASE => laravel
                                                                                    DB_USERNAME => root
                                                                                    DB_PASSWORD => 
                                                                                    BROADCAST_DRIVER => log
                                                                                    CACHE_DRIVER => file
                                                                                    QUEUE_CONNECTION => sync
                                                                                    SESSION_DRIVER => cookie
                                                                                    SESSION_LIFETIME => 120
                                                                                    REDIS_HOST => 127.0.0.1
                                                                                    REDIS_PASSWORD => null
                                                                                    REDIS_PORT => 6379
                                                                                    MAIL_DRIVER => smtp
                                                                                    MAIL_HOST => smtp.mailtrap.io
                                                                                    MAIL_PORT => 2525
                                                                                    MAIL_USERNAME => null
                                                                                    MAIL_PASSWORD => null
                                                                                    MAIL_ENCRYPTION => null
                                                                                    MAIL_FROM_ADDRESS => null
                                                                                    MAIL_FROM_NAME => 本地测试
                                                                                    AWS_ACCESS_KEY_ID => 
                                                                                    AWS_SECRET_ACCESS_KEY => 
                                                                                    AWS_DEFAULT_REGION => us-east-1
                                                                                    AWS_BUCKET => 
                                                                                    PUSHER_APP_ID => 
                                                                                    PUSHER_APP_KEY => 
                                                                                    PUSHER_APP_SECRET => 
                                                                                    PUSHER_APP_CLUSTER => mt1
                                                                                    MIX_PUSHER_APP_KEY => 
                                                                                    MIX_PUSHER_APP_CLUSTER => mt1
                                                                                    PATH_INFO => 
                                                                                    REQUEST_METHOD => GET
                                                                                    REQUEST_URI => /
                                                                                    QUERY_STRING => 
                                                                                )
                                                                        )
                                                                    files => Symfony\Component\HttpFoundation\FileBag Object(
                                                                            parameters => Array()
                                                                        )
                                                                    cookies => Symfony\Component\HttpFoundation\ParameterBag Object(
                                                                            parameters => Array()
                                                                        )
                                                                    headers => Symfony\Component\HttpFoundation\HeaderBag Object(
                                                                            headers => Array(
                                                                                    host => Array(
                                                                                            0 => localhost
                                                                                        )
                                                                                    [user-agent] => Array(
                                                                                            0 => Symfony
                                                                                        )
                                                                                    accept => Array(
                                                                                            0 => text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
                                                                                        )
                                                                                    [accept-language] => Array(
                                                                                            0 => en-us,en;q=0.5
                                                                                        )
                                                                                    [accept-charset] => Array(
                                                                                            0 => ISO-8859-1,utf-8;q=0.7,*;q=0.7
                                                                                        )
                                                                                )
                                                                            cacheControl => Array()
                                                                        )
                                                                    content => 
                                                                    languages => 
                                                                    charsets => 
                                                                    encodings => 
                                                                    acceptableContentTypes => 
                                                                    pathInfo => 
                                                                    requestUri => 
                                                                    baseUrl => 
                                                                    basePath => 
                                                                    method => 
                                                                    format => 
                                                                    session => 
                                                                    locale => 
                                                                    defaultLocale => en
                                                                    [preferredFormat:Symfony\Component\HttpFoundation\Request:private] => 
                                                                    [isHostValid:Symfony\Component\HttpFoundation\Request:private] => 1
                                                                    [isForwardedValid:Symfony\Component\HttpFoundation\Request:private] => 1
                                                                )
                                                            [Facade\Ignition\LogRecorder\LogRecorder] => Facade\Ignition\LogRecorder\LogRecorder Object(
                                                                    logMessages => Array()
                                                                    app => Illuminate\Foundation\Application Object
 
                                                                )
                                                            [Facade\Ignition\DumpRecorder\DumpRecorder] => Facade\Ignition\DumpRecorder\DumpRecorder Object(
                                                                    dumps => Array()
                                                                    app => Illuminate\Foundation\Application Object
 
                                                                )
                                                            [Facade\Ignition\QueryRecorder\QueryRecorder] => Facade\Ignition\QueryRecorder\QueryRecorder Object(
                                                                    queries => Array()
                                                                    app => Illuminate\Foundation\Application Object
 
                                                                )
                                                            [flare.http] => Facade\FlareClient\Http\Client Object(
                                                                    [apiToken:Facade\FlareClient\Http\Client:private] => 
                                                                    [apiSecret:Facade\FlareClient\Http\Client:private] => 
                                                                    [baseUrl:Facade\FlareClient\Http\Client:private] => https://flareapp.io/api
                                                                    [timeout:Facade\FlareClient\Http\Client:private] => 10
                                                                )
                                                            [flare.client] => Facade\FlareClient\Flare Object(
                                                                    [client:Facade\FlareClient\Flare:private] => Facade\FlareClient\Http\Client Object(
                                                                            [apiToken:Facade\FlareClient\Http\Client:private] => 
                                                                            [apiSecret:Facade\FlareClient\Http\Client:private] => 
                                                                            [baseUrl:Facade\FlareClient\Http\Client:private] => https://flareapp.io/api
                                                                            [timeout:Facade\FlareClient\Http\Client:private] => 10
                                                                        )
                                                                    [api:Facade\FlareClient\Flare:private] => Facade\FlareClient\Api Object(
                                                                            [client:Facade\FlareClient\Api:private] => Facade\FlareClient\Http\Client Object(
                                                                                    [apiToken:Facade\FlareClient\Http\Client:private] => 
                                                                                    [apiSecret:Facade\FlareClient\Http\Client:private] => 
                                                                                    [baseUrl:Facade\FlareClient\Http\Client:private] => https://flareapp.io/api
                                                                                    [timeout:Facade\FlareClient\Http\Client:private] => 10
                                                                                )
                                                                            [queue:Facade\FlareClient\Api:private] => Array()
                                                                        )
                                                                    [middleware:Facade\FlareClient\Flare:private] => Array(
                                                                            0 => Facade\FlareClient\Middleware\AddGlows Object(
                                                                                    [recorder:Facade\FlareClient\Middleware\AddGlows:private] => Facade\FlareClient\Glows\Recorder Object(
                                                                                            [glows:Facade\FlareClient\Glows\Recorder:private] => Array()
                                                                                        )
                                                                                )
                                                                            1 => Facade\FlareClient\Middleware\AnonymizeIp Object()
                                                                            2 => Facade\Ignition\Middleware\SetNotifierName Object()
                                                                            3 => Facade\Ignition\Middleware\AddEnvironmentInformation Object()
                                                                            4 => Facade\Ignition\Middleware\AddLogs Object(
                                                                                    logRecorder => Facade\Ignition\LogRecorder\LogRecorder Object(
                                                                                            logMessages => Array()
                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                        )
                                                                                )
                                                                            5 => Facade\Ignition\Middleware\AddDumps Object(
                                                                                    dumpRecorder => Facade\Ignition\DumpRecorder\DumpRecorder Object(
                                                                                            dumps => Array()
                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                        )
                                                                                )
                                                                            6 => Facade\Ignition\Middleware\AddQueries Object(
                                                                                    queryRecorder => Facade\Ignition\QueryRecorder\QueryRecorder Object(
                                                                                            queries => Array()
                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                        )
                                                                                )
                                                                            7 => Facade\Ignition\Middleware\AddSolutions Object(
                                                                                    solutionProviderRepository => Facade\Ignition\SolutionProviders\SolutionProviderRepository Object(
                                                                                            solutionProviders => Illuminate\Support\Collection Object(
                                                                                                    items => Array(
                                                                                                            0 => Facade\Ignition\SolutionProviders\IncorrectValetDbCredentialsSolutionProvider
                                                                                                            1 => Facade\Ignition\SolutionProviders\MissingAppKeySolutionProvider
                                                                                                            2 => Facade\Ignition\SolutionProviders\DefaultDbNameSolutionProvider
                                                                                                            3 => Facade\Ignition\SolutionProviders\BadMethodCallSolutionProvider
                                                                                                            4 => Facade\Ignition\SolutionProviders\TableNotFoundSolutionProvider
                                                                                                            5 => Facade\Ignition\SolutionProviders\MissingImportSolutionProvider
                                                                                                            6 => Facade\Ignition\SolutionProviders\MissingPackageSolutionProvider
                                                                                                            7 => Facade\Ignition\SolutionProviders\InvalidRouteActionSolutionProvider
                                                                                                            8 => Facade\Ignition\SolutionProviders\ViewNotFoundSolutionProvider
                                                                                                            9 => Facade\Ignition\SolutionProviders\UndefinedVariableSolutionProvider
                                                                                                            10 => Facade\Ignition\SolutionProviders\MergeConflictSolutionProvider
                                                                                                            11 => Facade\Ignition\SolutionProviders\RunningLaravelDuskInProductionProvider
                                                                                                            12 => Facade\Ignition\SolutionProviders\MissingColumnSolutionProvider
                                                                                                            13 => Facade\Ignition\SolutionProviders\UnknownValidationSolutionProvider
                                                                                                        )
                                                                                                )
                                                                                        )
                                                                                )
                                                                            8 => Facade\Ignition\Middleware\AddGitInformation Object()
                                                                        )
                                                                    [recorder:Facade\FlareClient\Flare:private] => Facade\FlareClient\Glows\Recorder Object(
                                                                            [glows:Facade\FlareClient\Glows\Recorder:private] => Array()
                                                                        )
                                                                    [applicationPath:Facade\FlareClient\Flare:private] => /0000
                                                                    [container:Facade\FlareClient\Flare:private] => Illuminate\Foundation\Application Object
 
                                                                    [contextDetector:Facade\FlareClient\Flare:private] => Facade\Ignition\Context\LaravelContextDetector Object()
                                                                    [previousExceptionHandler:Facade\FlareClient\Flare:private] => 
                                                                    [previousErrorHandler:Facade\FlareClient\Flare:private] => 
                                                                    [messageLevel:Facade\FlareClient\Flare:private] => 
                                                                    [stage:Facade\FlareClient\Flare:private] => local
                                                                    [userProvidedContext:Facade\FlareClient\Flare:private] => Array()
                                                                )
                                                            [Facade\IgnitionContracts\SolutionProviderRepository] => Facade\Ignition\SolutionProviders\SolutionProviderRepository Object(
                                                                    solutionProviders => Illuminate\Support\Collection Object(
                                                                            items => Array(
                                                                                    0 => Facade\Ignition\SolutionProviders\IncorrectValetDbCredentialsSolutionProvider
                                                                                    1 => Facade\Ignition\SolutionProviders\MissingAppKeySolutionProvider
                                                                                    2 => Facade\Ignition\SolutionProviders\DefaultDbNameSolutionProvider
                                                                                    3 => Facade\Ignition\SolutionProviders\BadMethodCallSolutionProvider
                                                                                    4 => Facade\Ignition\SolutionProviders\TableNotFoundSolutionProvider
                                                                                    5 => Facade\Ignition\SolutionProviders\MissingImportSolutionProvider
                                                                                    6 => Facade\Ignition\SolutionProviders\MissingPackageSolutionProvider
                                                                                    7 => Facade\Ignition\SolutionProviders\InvalidRouteActionSolutionProvider
                                                                                    8 => Facade\Ignition\SolutionProviders\ViewNotFoundSolutionProvider
                                                                                    9 => Facade\Ignition\SolutionProviders\UndefinedVariableSolutionProvider
                                                                                    10 => Facade\Ignition\SolutionProviders\MergeConflictSolutionProvider
                                                                                    11 => Facade\Ignition\SolutionProviders\RunningLaravelDuskInProductionProvider
                                                                                    12 => Facade\Ignition\SolutionProviders\MissingColumnSolutionProvider
                                                                                    13 => Facade\Ignition\SolutionProviders\UnknownValidationSolutionProvider
                                                                                )
                                                                        )
                                                                )
                                                            [Illuminate\Contracts\Debug\ExceptionHandler] => NunoMaduro\Collision\Adapters\Laravel\ExceptionHandler Object(
                                                                    appExceptionHandler => App\Exceptions\Handler Object(
                                                                            dontReport => Array()
                                                                            dontFlash => Array(
                                                                                    0 => password
                                                                                    1 => password_confirmation
                                                                                )
                                                                            container => Illuminate\Foundation\Application Object
 
                                                                            internalDontReport => Array(
                                                                                    0 => Illuminate\Auth\AuthenticationException
                                                                                    1 => Illuminate\Auth\Access\AuthorizationException
                                                                                    2 => Symfony\Component\HttpKernel\Exception\HttpException
                                                                                    3 => Illuminate\Http\Exceptions\HttpResponseException
                                                                                    4 => Illuminate\Database\Eloquent\ModelNotFoundException
                                                                                    5 => Symfony\Component\HttpFoundation\Exception\SuspiciousOperationException
                                                                                    6 => Illuminate\Session\TokenMismatchException
                                                                                    7 => Illuminate\Validation\ValidationException
                                                                                )
                                                                        )
                                                                    container => Illuminate\Foundation\Application Object
 
                                                                )
                                                            [db.factory] => Illuminate\Database\Connectors\ConnectionFactory Object(
                                                                    container => Illuminate\Foundation\Application Object
 
                                                                )
                                                            db => Illuminate\Database\DatabaseManager Object(
                                                                    app => Illuminate\Foundation\Application Object
 
                                                                    factory => Illuminate\Database\Connectors\ConnectionFactory Object(
                                                                            container => Illuminate\Foundation\Application Object
 
                                                                        )
                                                                    connections => Array()
                                                                    extensions => Array()
                                                                    reconnector => Closure Object(
                                                                            this => Illuminate\Database\DatabaseManager Object
 
                                                                            parameter => Array(
                                                                                    [$connection] => 
                                                                                )
                                                                        )
                                                                )
                                                            [view.engine.resolver] => Illuminate\View\Engines\EngineResolver Object(
                                                                    resolvers => Array(
                                                                            file => Closure Object(
                                                                                    this => Illuminate\View\ViewServiceProvider Object(
                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                        )
                                                                                )
                                                                            php => Closure Object(
                                                                                    this => Facade\Ignition\IgnitionServiceProvider Object(
                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                        )
                                                                                )
                                                                            blade => Closure Object(
                                                                                    this => Facade\Ignition\IgnitionServiceProvider Object(
                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                        )
                                                                                )
                                                                        )
                                                                    resolved => Array()
                                                                )
                                                            files => Illuminate\Filesystem\Filesystem Object()
                                                            [blade.compiler] => Illuminate\View\Compilers\BladeCompiler Object(
                                                                    extensions => Array()
                                                                    customDirectives => Array()
                                                                    conditions => Array()
                                                                    path => 
                                                                    compilers => Array(
                                                                            0 => Comments
                                                                            1 => Extensions
                                                                            2 => Statements
                                                                            3 => Echos
                                                                        )
                                                                    rawTags => Array(
                                                                            0 => {!!
                                                                            1 => !!}
                                                                        )
                                                                    contentTags => Array(
                                                                            0 => {{
                                                                            1 => }}
                                                                        )
                                                                    escapedTags => Array(
                                                                            0 => {{{
                                                                            1 => }}}
                                                                        )
                                                                    echoFormat => e(%s)
                                                                    footer => Array()
                                                                    rawBlocks => Array()
                                                                    files => Illuminate\Filesystem\Filesystem Object()
                                                                    cachePath => /0000/storage/framework/views
                                                                    firstCaseInSwitch => 1
                                                                    [encodingOptions:Illuminate\View\Compilers\BladeCompiler:private] => 15
                                                                    lastSection => 
                                                                    forElseCounter => 0
                                                                )
                                                            log => Illuminate\Log\LogManager Object(
                                                                    app => Illuminate\Foundation\Application Object
 
                                                                    channels => Array()
                                                                    customCreators => Array(
                                                                            flare => Closure Object(
                                                                                    this => Illuminate\Log\LogManager Object
 
                                                                                    parameter => Array(
                                                                                            [$app] => 
                                                                                        )
                                                                                )
                                                                        )
                                                                    dateFormat => Y-m-d H:i:s
                                                                    levels => Array(
                                                                            debug => 100
                                                                            info => 200
                                                                            notice => 250
                                                                            warning => 300
                                                                            error => 400
                                                                            critical => 500
                                                                            alert => 550
                                                                            emergency => 600
                                                                        )
                                                                )
                                                            queue => Illuminate\Queue\QueueManager Object(
                                                                    app => Illuminate\Foundation\Application Object
 
                                                                    connections => Array()
                                                                    connectors => Array(
                                                                            null => Closure Object(
                                                                                    this => Illuminate\Queue\QueueServiceProvider Object(
                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                        )
                                                                                )
                                                                            sync => Closure Object(
                                                                                    this => Illuminate\Queue\QueueServiceProvider Object(
                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                        )
                                                                                )
                                                                            database => Closure Object(
                                                                                    this => Illuminate\Queue\QueueServiceProvider Object(
                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                        )
                                                                                )
                                                                            redis => Closure Object(
                                                                                    this => Illuminate\Queue\QueueServiceProvider Object(
                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                        )
                                                                                )
                                                                            beanstalkd => Closure Object(
                                                                                    this => Illuminate\Queue\QueueServiceProvider Object(
                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                        )
                                                                                )
                                                                            sqs => Closure Object(
                                                                                    this => Illuminate\Queue\QueueServiceProvider Object(
                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                        )
                                                                                )
                                                                        )
                                                                )
                                                            date => Illuminate\Support\DateFactory Object()
                                                            router => Illuminate\Routing\Router Object
 
                                                            routes => Illuminate\Routing\RouteCollection Object(
                                                                    routes => Array()
                                                                    allRoutes => Array()
                                                                    nameList => Array()
                                                                    actionList => Array()
                                                                )
                                                            url => Illuminate\Routing\UrlGenerator Object(
                                                                    routes => Illuminate\Routing\RouteCollection Object(
                                                                            routes => Array()
                                                                            allRoutes => Array()
                                                                            nameList => Array()
                                                                            actionList => Array()
                                                                        )
                                                                    request => Illuminate\Http\Request Object(
                                                                            json => 
                                                                            convertedFiles => 
                                                                            userResolver => 
                                                                            routeResolver => 
                                                                            attributes => Symfony\Component\HttpFoundation\ParameterBag Object(
                                                                                    parameters => Array()
                                                                                )
                                                                            request => Symfony\Component\HttpFoundation\ParameterBag Object(
                                                                                    parameters => Array()
                                                                                )
                                                                            query => Symfony\Component\HttpFoundation\ParameterBag Object(
                                                                                    parameters => Array()
                                                                                )
                                                                            server => Symfony\Component\HttpFoundation\ServerBag Object(
                                                                                    parameters => Array(
                                                                                            SERVER_NAME => localhost
                                                                                            SERVER_PORT => 80
                                                                                            HTTP_HOST => localhost
                                                                                            HTTP_USER_AGENT => Symfony
                                                                                            HTTP_ACCEPT => text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
                                                                                            HTTP_ACCEPT_LANGUAGE => en-us,en;q=0.5
                                                                                            HTTP_ACCEPT_CHARSET => ISO-8859-1,utf-8;q=0.7,*;q=0.7
                                                                                            REMOTE_ADDR => 127.0.0.1
                                                                                            SCRIPT_NAME => artisan
                                                                                            SCRIPT_FILENAME => artisan
                                                                                            SERVER_PROTOCOL => HTTP/1.1
                                                                                            REQUEST_TIME => 1578274354
                                                                                            PHP_EXTRA_CONFIGURE_ARGS => --enable-fpm --with-fpm-user=www-data --with-fpm-group=www-data --disable-cgi
                                                                                            LANGUAGE => C
                                                                                            HOSTNAME => d9d2f135fb85
                                                                                            PHP_INI_DIR => /usr/local/etc/php
                                                                                            GIT_ASKPASS => echo
                                                                                            SHLVL => 2
                                                                                            HOME => /root
                                                                                            OLDPWD => /
                                                                                            PHP_LDFLAGS => -Wl,-O1 -Wl,--hash-style=both -pie
                                                                                            PHP_CFLAGS => -fstack-protector-strong -fpic -fpie -O2
                                                                                            PHP_MD5 => 
                                                                                            PHP_VERSION => 7.2.19
                                                                                            COMPOSER_HOME => /tmp/composer
                                                                                            COMPOSER_BINARY => /usr/bin/composer
                                                                                            GPG_KEYS => 1729F83938DA44E27BA0F4D3DBDB397470D12172 B1B44D8F021E4E2D6021E995DC9FF8D3EE5AF27F
                                                                                            PHP_CPPFLAGS => -fstack-protector-strong -fpic -fpie -O2
                                                                                            PHP_ASC_URL => https://www.php.net/get/php-7.2.19.tar.xz.asc/from/this/mirror
                                                                                            PHP_URL => https://www.php.net/get/php-7.2.19.tar.xz/from/this/mirror
                                                                                            TERM => xterm
                                                                                            PATH => /0000/vendor/bin:/tmp/composer/vendor/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
                                                                                            LD_PRELOAD => /usr/lib/preloadable_libiconv.so php
                                                                                            PHPIZE_DEPS => autoconf 		dpkg-dev dpkg 		file 		g++ 		gcc 		libc-dev 		make 		pkgconf 		re2c
                                                                                            PWD => /0000
                                                                                            PHP_SHA256 => 4ffa2404a88d60e993a9fe69f829ebec3eb1e006de41b6048ce5e91bbeaa9282
                                                                                            PHP_SELF => artisan
                                                                                            PATH_TRANSLATED => artisan
                                                                                            DOCUMENT_ROOT => 
                                                                                            REQUEST_TIME_FLOAT => 1578274354.5135
                                                                                            argv => Array(
                                                                                                    0 => artisan
                                                                                                    1 => package:discover
                                                                                                    2 => --ansi
                                                                                                )
                                                                                            argc => 3
                                                                                            APP_NAME => 本地测试
                                                                                            APP_ENV => local
                                                                                            APP_KEY => base64:gIjju1XIlTNS6j8BuifyrL2QAARYlvdKYd31eAqei7g=
                                                                                            APP_DEBUG => true
                                                                                            APP_URL => http://localhost
                                                                                            LOG_CHANNEL => stack
                                                                                            DB_CONNECTION => mysql
                                                                                            DB_HOST => 127.0.0.1
                                                                                            DB_PORT => 3306
                                                                                            DB_DATABASE => laravel
                                                                                            DB_USERNAME => root
                                                                                            DB_PASSWORD => 
                                                                                            BROADCAST_DRIVER => log
                                                                                            CACHE_DRIVER => file
                                                                                            QUEUE_CONNECTION => sync
                                                                                            SESSION_DRIVER => cookie
                                                                                            SESSION_LIFETIME => 120
                                                                                            REDIS_HOST => 127.0.0.1
                                                                                            REDIS_PASSWORD => null
                                                                                            REDIS_PORT => 6379
                                                                                            MAIL_DRIVER => smtp
                                                                                            MAIL_HOST => smtp.mailtrap.io
                                                                                            MAIL_PORT => 2525
                                                                                            MAIL_USERNAME => null
                                                                                            MAIL_PASSWORD => null
                                                                                            MAIL_ENCRYPTION => null
                                                                                            MAIL_FROM_ADDRESS => null
                                                                                            MAIL_FROM_NAME => 本地测试
                                                                                            AWS_ACCESS_KEY_ID => 
                                                                                            AWS_SECRET_ACCESS_KEY => 
                                                                                            AWS_DEFAULT_REGION => us-east-1
                                                                                            AWS_BUCKET => 
                                                                                            PUSHER_APP_ID => 
                                                                                            PUSHER_APP_KEY => 
                                                                                            PUSHER_APP_SECRET => 
                                                                                            PUSHER_APP_CLUSTER => mt1
                                                                                            MIX_PUSHER_APP_KEY => 
                                                                                            MIX_PUSHER_APP_CLUSTER => mt1
                                                                                            PATH_INFO => 
                                                                                            REQUEST_METHOD => GET
                                                                                            REQUEST_URI => /
                                                                                            QUERY_STRING => 
                                                                                        )
                                                                                )
                                                                            files => Symfony\Component\HttpFoundation\FileBag Object(
                                                                                    parameters => Array()
                                                                                )
                                                                            cookies => Symfony\Component\HttpFoundation\ParameterBag Object(
                                                                                    parameters => Array()
                                                                                )
                                                                            headers => Symfony\Component\HttpFoundation\HeaderBag Object(
                                                                                    headers => Array(
                                                                                            host => Array(
                                                                                                    0 => localhost
                                                                                                )
                                                                                            [user-agent] => Array(
                                                                                                    0 => Symfony
                                                                                                )
                                                                                            accept => Array(
                                                                                                    0 => text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
                                                                                                )
                                                                                            [accept-language] => Array(
                                                                                                    0 => en-us,en;q=0.5
                                                                                                )
                                                                                            [accept-charset] => Array(
                                                                                                    0 => ISO-8859-1,utf-8;q=0.7,*;q=0.7
                                                                                                )
                                                                                        )
                                                                                    cacheControl => Array()
                                                                                )
                                                                            content => 
                                                                            languages => 
                                                                            charsets => 
                                                                            encodings => 
                                                                            acceptableContentTypes => 
                                                                            pathInfo => 
                                                                            requestUri => 
                                                                            baseUrl => 
                                                                            basePath => 
                                                                            method => 
                                                                            format => 
                                                                            session => 
                                                                            locale => 
                                                                            defaultLocale => en
                                                                            [preferredFormat:Symfony\Component\HttpFoundation\Request:private] => 
                                                                            [isHostValid:Symfony\Component\HttpFoundation\Request:private] => 1
                                                                            [isForwardedValid:Symfony\Component\HttpFoundation\Request:private] => 1
                                                                        )
                                                                    assetRoot => 
                                                                    forcedRoot => 
                                                                    forceScheme => 
                                                                    cachedRoot => 
                                                                    cachedScheme => 
                                                                    rootNamespace => App\Http\Controllers
                                                                    sessionResolver => Closure Object(
                                                                            this => Illuminate\Routing\RoutingServiceProvider Object(
                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                )
                                                                        )
                                                                    keyResolver => Closure Object(
                                                                            this => Illuminate\Routing\RoutingServiceProvider Object(
                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                )
                                                                        )
                                                                    formatHostUsing => 
                                                                    formatPathUsing => 
                                                                    routeGenerator => 
                                                                )
                                                        )
                                                    aliases => Array(
                                                            [Illuminate\Foundation\Application] => app
                                                            [Illuminate\Contracts\Container\Container] => app
                                                            [Illuminate\Contracts\Foundation\Application] => app
                                                            [Psr\Container\ContainerInterface] => app
                                                            [Illuminate\Auth\AuthManager] => auth
                                                            [Illuminate\Contracts\Auth\Factory] => auth
                                                            [Illuminate\Contracts\Auth\Guard] => auth.driver
                                                            [Illuminate\View\Compilers\BladeCompiler] => blade.compiler
                                                            [Illuminate\Cache\CacheManager] => cache
                                                            [Illuminate\Contracts\Cache\Factory] => cache
                                                            [Illuminate\Cache\Repository] => cache.store
                                                            [Illuminate\Contracts\Cache\Repository] => cache.store
                                                            [Psr\SimpleCache\CacheInterface] => cache.store
                                                            [Symfony\Component\Cache\Adapter\Psr16Adapter] => cache.psr6
                                                            [Symfony\Component\Cache\Adapter\AdapterInterface] => cache.psr6
                                                            [Psr\Cache\CacheItemPoolInterface] => cache.psr6
                                                            [Illuminate\Config\Repository] => config
                                                            [Illuminate\Contracts\Config\Repository] => config
                                                            [Illuminate\Cookie\CookieJar] => cookie
                                                            [Illuminate\Contracts\Cookie\Factory] => cookie
                                                            [Illuminate\Contracts\Cookie\QueueingFactory] => cookie
                                                            [Illuminate\Encryption\Encrypter] => encrypter
                                                            [Illuminate\Contracts\Encryption\Encrypter] => encrypter
                                                            [Illuminate\Database\DatabaseManager] => db
                                                            [Illuminate\Database\ConnectionResolverInterface] => db
                                                            [Illuminate\Database\Connection] => db.connection
                                                            [Illuminate\Database\ConnectionInterface] => db.connection
                                                            [Illuminate\Events\Dispatcher] => events
                                                            [Illuminate\Contracts\Events\Dispatcher] => events
                                                            [Illuminate\Filesystem\Filesystem] => files
                                                            [Illuminate\Filesystem\FilesystemManager] => filesystem
                                                            [Illuminate\Contracts\Filesystem\Factory] => filesystem
                                                            [Illuminate\Contracts\Filesystem\Filesystem] => filesystem.disk
                                                            [Illuminate\Contracts\Filesystem\Cloud] => filesystem.cloud
                                                            [Illuminate\Hashing\HashManager] => hash
                                                            [Illuminate\Contracts\Hashing\Hasher] => hash.driver
                                                            [Illuminate\Translation\Translator] => translator
                                                            [Illuminate\Contracts\Translation\Translator] => translator
                                                            [Illuminate\Log\LogManager] => log
                                                            [Psr\Log\LoggerInterface] => log
                                                            [Illuminate\Mail\Mailer] => mailer
                                                            [Illuminate\Contracts\Mail\Mailer] => mailer
                                                            [Illuminate\Contracts\Mail\MailQueue] => mailer
                                                            [Illuminate\Auth\Passwords\PasswordBrokerManager] => auth.password
                                                            [Illuminate\Contracts\Auth\PasswordBrokerFactory] => auth.password
                                                            [Illuminate\Auth\Passwords\PasswordBroker] => auth.password.broker
                                                            [Illuminate\Contracts\Auth\PasswordBroker] => auth.password.broker
                                                            [Illuminate\Queue\QueueManager] => queue
                                                            [Illuminate\Contracts\Queue\Factory] => queue
                                                            [Illuminate\Contracts\Queue\Monitor] => queue
                                                            [Illuminate\Contracts\Queue\Queue] => queue.connection
                                                            [Illuminate\Queue\Failed\FailedJobProviderInterface] => queue.failer
                                                            [Illuminate\Routing\Redirector] => redirect
                                                            [Illuminate\Redis\RedisManager] => redis
                                                            [Illuminate\Contracts\Redis\Factory] => redis
                                                            [Illuminate\Http\Request] => request
                                                            [Symfony\Component\HttpFoundation\Request] => request
                                                            [Illuminate\Routing\Router] => router
                                                            [Illuminate\Contracts\Routing\Registrar] => router
                                                            [Illuminate\Contracts\Routing\BindingRegistrar] => router
                                                            [Illuminate\Session\SessionManager] => session
                                                            [Illuminate\Session\Store] => session.store
                                                            [Illuminate\Contracts\Session\Session] => session.store
                                                            [Illuminate\Routing\UrlGenerator] => url
                                                            [Illuminate\Contracts\Routing\UrlGenerator] => url
                                                            [Illuminate\Validation\Factory] => validator
                                                            [Illuminate\Contracts\Validation\Factory] => validator
                                                            [Illuminate\View\Factory] => view
                                                            [Illuminate\Contracts\View\Factory] => view
                                                            [Illuminate\Contracts\Notifications\Dispatcher] => Illuminate\Notifications\ChannelManager
                                                            [Illuminate\Contracts\Notifications\Factory] => Illuminate\Notifications\ChannelManager
                                                            [Facade\FlareClient\Http\Client] => flare.http
                                                            [Facade\FlareClient\Flare] => flare.client
                                                        )
                                                    abstractAliases => Array(
                                                            app => Array(
                                                                    0 => Illuminate\Foundation\Application
                                                                    1 => Illuminate\Contracts\Container\Container
                                                                    2 => Illuminate\Contracts\Foundation\Application
                                                                    3 => Psr\Container\ContainerInterface
                                                                )
                                                            auth => Array(
                                                                    0 => Illuminate\Auth\AuthManager
                                                                    1 => Illuminate\Contracts\Auth\Factory
                                                                )
                                                            [auth.driver] => Array(
                                                                    0 => Illuminate\Contracts\Auth\Guard
                                                                )
                                                            [blade.compiler] => Array(
                                                                    0 => Illuminate\View\Compilers\BladeCompiler
                                                                )
                                                            cache => Array(
                                                                    0 => Illuminate\Cache\CacheManager
                                                                    1 => Illuminate\Contracts\Cache\Factory
                                                                )
                                                            [cache.store] => Array(
                                                                    0 => Illuminate\Cache\Repository
                                                                    1 => Illuminate\Contracts\Cache\Repository
                                                                    2 => Psr\SimpleCache\CacheInterface
                                                                )
                                                            [cache.psr6] => Array(
                                                                    0 => Symfony\Component\Cache\Adapter\Psr16Adapter
                                                                    1 => Symfony\Component\Cache\Adapter\AdapterInterface
                                                                    2 => Psr\Cache\CacheItemPoolInterface
                                                                )
                                                            config => Array(
                                                                    0 => Illuminate\Config\Repository
                                                                    1 => Illuminate\Contracts\Config\Repository
                                                                )
                                                            cookie => Array(
                                                                    0 => Illuminate\Cookie\CookieJar
                                                                    1 => Illuminate\Contracts\Cookie\Factory
                                                                    2 => Illuminate\Contracts\Cookie\QueueingFactory
                                                                )
                                                            encrypter => Array(
                                                                    0 => Illuminate\Encryption\Encrypter
                                                                    1 => Illuminate\Contracts\Encryption\Encrypter
                                                                )
                                                            db => Array(
                                                                    0 => Illuminate\Database\DatabaseManager
                                                                    1 => Illuminate\Database\ConnectionResolverInterface
                                                                )
                                                            [db.connection] => Array(
                                                                    0 => Illuminate\Database\Connection
                                                                    1 => Illuminate\Database\ConnectionInterface
                                                                )
                                                            events => Array(
                                                                    0 => Illuminate\Events\Dispatcher
                                                                    1 => Illuminate\Contracts\Events\Dispatcher
                                                                )
                                                            files => Array(
                                                                    0 => Illuminate\Filesystem\Filesystem
                                                                )
                                                            filesystem => Array(
                                                                    0 => Illuminate\Filesystem\FilesystemManager
                                                                    1 => Illuminate\Contracts\Filesystem\Factory
                                                                )
                                                            [filesystem.disk] => Array(
                                                                    0 => Illuminate\Contracts\Filesystem\Filesystem
                                                                )
                                                            [filesystem.cloud] => Array(
                                                                    0 => Illuminate\Contracts\Filesystem\Cloud
                                                                )
                                                            hash => Array(
                                                                    0 => Illuminate\Hashing\HashManager
                                                                )
                                                            [hash.driver] => Array(
                                                                    0 => Illuminate\Contracts\Hashing\Hasher
                                                                )
                                                            translator => Array(
                                                                    0 => Illuminate\Translation\Translator
                                                                    1 => Illuminate\Contracts\Translation\Translator
                                                                )
                                                            log => Array(
                                                                    0 => Illuminate\Log\LogManager
                                                                    1 => Psr\Log\LoggerInterface
                                                                )
                                                            mailer => Array(
                                                                    0 => Illuminate\Mail\Mailer
                                                                    1 => Illuminate\Contracts\Mail\Mailer
                                                                    2 => Illuminate\Contracts\Mail\MailQueue
                                                                )
                                                            [auth.password] => Array(
                                                                    0 => Illuminate\Auth\Passwords\PasswordBrokerManager
                                                                    1 => Illuminate\Contracts\Auth\PasswordBrokerFactory
                                                                )
                                                            [auth.password.broker] => Array(
                                                                    0 => Illuminate\Auth\Passwords\PasswordBroker
                                                                    1 => Illuminate\Contracts\Auth\PasswordBroker
                                                                )
                                                            queue => Array(
                                                                    0 => Illuminate\Queue\QueueManager
                                                                    1 => Illuminate\Contracts\Queue\Factory
                                                                    2 => Illuminate\Contracts\Queue\Monitor
                                                                )
                                                            [queue.connection] => Array(
                                                                    0 => Illuminate\Contracts\Queue\Queue
                                                                )
                                                            [queue.failer] => Array(
                                                                    0 => Illuminate\Queue\Failed\FailedJobProviderInterface
                                                                )
                                                            redirect => Array(
                                                                    0 => Illuminate\Routing\Redirector
                                                                )
                                                            redis => Array(
                                                                    0 => Illuminate\Redis\RedisManager
                                                                    1 => Illuminate\Contracts\Redis\Factory
                                                                )
                                                            request => Array(
                                                                    0 => Illuminate\Http\Request
                                                                    1 => Symfony\Component\HttpFoundation\Request
                                                                )
                                                            router => Array(
                                                                    0 => Illuminate\Routing\Router
                                                                    1 => Illuminate\Contracts\Routing\Registrar
                                                                    2 => Illuminate\Contracts\Routing\BindingRegistrar
                                                                )
                                                            session => Array(
                                                                    0 => Illuminate\Session\SessionManager
                                                                )
                                                            [session.store] => Array(
                                                                    0 => Illuminate\Session\Store
                                                                    1 => Illuminate\Contracts\Session\Session
                                                                )
                                                            url => Array(
                                                                    0 => Illuminate\Routing\UrlGenerator
                                                                    1 => Illuminate\Contracts\Routing\UrlGenerator
                                                                )
                                                            validator => Array(
                                                                    0 => Illuminate\Validation\Factory
                                                                    1 => Illuminate\Contracts\Validation\Factory
                                                                )
                                                            view => Array(
                                                                    0 => Illuminate\View\Factory
                                                                    1 => Illuminate\Contracts\View\Factory
                                                                )
                                                            [Illuminate\Notifications\ChannelManager] => Array(
                                                                    0 => Illuminate\Contracts\Notifications\Dispatcher
                                                                    1 => Illuminate\Contracts\Notifications\Factory
                                                                )
                                                            [flare.http] => Array(
                                                                    0 => Facade\FlareClient\Http\Client
                                                                )
                                                            [flare.client] => Array(
                                                                    0 => Facade\FlareClient\Flare
                                                                )
                                                        )
                                                    extenders => Array(
                                                            url => Array(
                                                                    0 => Closure Object(
                                                                            this => Illuminate\Routing\RoutingServiceProvider Object(
                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                )
                                                                            parameter => Array(
                                                                                    [$url] => 
                                                                                    [$app] => 
                                                                                )
                                                                        )
                                                                )
                                                        )
                                                    tags => Array()
                                                    buildStack => Array()
                                                    with => Array()
                                                    contextual => Array()
                                                    reboundCallbacks => Array(
                                                            request => Array(
                                                                    0 => Closure Object(
                                                                            this => Illuminate\Auth\AuthServiceProvider Object(
                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                )
                                                                            parameter => Array(
                                                                                    [$app] => 
                                                                                    [$request] => 
                                                                                )
                                                                        )
                                                                    1 => Closure Object(
                                                                            this => Illuminate\Routing\RoutingServiceProvider Object(
                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                )
                                                                            parameter => Array(
                                                                                    [$app] => 
                                                                                    [$request] => 
                                                                                )
                                                                        )
                                                                )
                                                            events => Array(
                                                                    0 => Closure Object(
                                                                            this => Illuminate\Auth\AuthServiceProvider Object(
                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                )
                                                                            parameter => Array(
                                                                                    [$app] => 
                                                                                    [$dispatcher] => 
                                                                                )
                                                                        )
                                                                )
                                                            routes => Array(
                                                                    0 => Closure Object(
                                                                            this => Illuminate\Routing\RoutingServiceProvider Object(
                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                )
                                                                            parameter => Array(
                                                                                    [$app] => 
                                                                                    [$routes] => 
                                                                                )
                                                                        )
                                                                )
                                                        )
                                                    globalResolvingCallbacks => Array()
                                                    globalAfterResolvingCallbacks => Array()
                                                    resolvingCallbacks => Array(
                                                            [Illuminate\Foundation\Http\FormRequest] => Array(
                                                                    0 => Closure Object(
                                                                            this => Illuminate\Foundation\Providers\FormRequestServiceProvider Object(
                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                )
                                                                            parameter => Array(
                                                                                    [$request] => 
                                                                                    [$app] => 
                                                                                )
                                                                        )
                                                                )
                                                        )
                                                    afterResolvingCallbacks => Array(
                                                            [Illuminate\Contracts\Validation\ValidatesWhenResolved] => Array(
                                                                    0 => Closure Object(
                                                                            this => Illuminate\Foundation\Providers\FormRequestServiceProvider Object(
                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                )
                                                                            parameter => Array(
                                                                                    [$resolved] => 
                                                                                )
                                                                        )
                                                                )
                                                            view => Array(
                                                                    0 => Closure Object(
                                                                            static => Array(
                                                                                    path => /tutorials/vendor2/laravel/framework-6.x/src/Illuminate/Notifications/resources/views
                                                                                    namespace => notifications
                                                                                )
                                                                            this => Illuminate\Notifications\NotificationServiceProvider Object(
                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                )
                                                                            parameter => Array(
                                                                                    [$view] => 
                                                                                )
                                                                        )
                                                                    1 => Closure Object(
                                                                            static => Array(
                                                                                    path => /tutorials/vendor2/laravel/framework-6.x/src/Illuminate/Pagination/resources/views
                                                                                    namespace => pagination
                                                                                )
                                                                            this => Illuminate\Pagination\PaginationServiceProvider Object(
                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                )
                                                                            parameter => Array(
                                                                                    [$view] => 
                                                                                )
                                                                        )
                                                                )
                                                        )
                                                )
                                        )
                                    this => Illuminate\Events\EventServiceProvider Object(
                                            app => Illuminate\Foundation\Application Object(
                                                    basePath => /0000
                                                    hasBeenBootstrapped => 1
                                                    booted => 
                                                    bootingCallbacks => Array(
                                                            0 => Closure Object(
                                                                    static => Array(
                                                                            instance => Illuminate\Queue\QueueServiceProvider Object(
                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                )
                                                                        )
                                                                    this => Illuminate\Foundation\Application Object
 
                                                                )
                                                        )
                                                    bootedCallbacks => Array(
                                                            0 => Closure Object(
                                                                    this => App\Console\Kernel Object(
                                                                            commands => Array()
                                                                            app => Illuminate\Foundation\Application Object
 
                                                                            events => Illuminate\Events\Dispatcher Object
 
                                                                            artisan => 
                                                                            commandsLoaded => 
                                                                            bootstrappers => Array(
                                                                                    0 => Illuminate\Foundation\Bootstrap\LoadEnvironmentVariables
                                                                                    1 => Illuminate\Foundation\Bootstrap\LoadConfiguration
                                                                                    2 => Illuminate\Foundation\Bootstrap\HandleExceptions
                                                                                    3 => Illuminate\Foundation\Bootstrap\RegisterFacades
                                                                                    4 => Illuminate\Foundation\Bootstrap\SetRequestForConsole
                                                                                    5 => Illuminate\Foundation\Bootstrap\RegisterProviders
                                                                                    6 => Illuminate\Foundation\Bootstrap\BootProviders
                                                                                )
                                                                        )
                                                                )
                                                        )
                                                    terminatingCallbacks => Array()
                                                    serviceProviders => Array(
                                                            0 => Illuminate\Events\EventServiceProvider Object
 
                                                            1 => Illuminate\Log\LogServiceProvider Object(
                                                                    app => Illuminate\Foundation\Application Object
 
                                                                )
                                                            2 => Illuminate\Routing\RoutingServiceProvider Object(
                                                                    app => Illuminate\Foundation\Application Object
 
                                                                )
                                                            3 => Illuminate\Auth\AuthServiceProvider Object(
                                                                    app => Illuminate\Foundation\Application Object
 
                                                                )
                                                            4 => Illuminate\Cookie\CookieServiceProvider Object(
                                                                    app => Illuminate\Foundation\Application Object
 
                                                                )
                                                            5 => Illuminate\Database\DatabaseServiceProvider Object(
                                                                    app => Illuminate\Foundation\Application Object
 
                                                                )
                                                            6 => Illuminate\Encryption\EncryptionServiceProvider Object(
                                                                    app => Illuminate\Foundation\Application Object
 
                                                                )
                                                            7 => Illuminate\Filesystem\FilesystemServiceProvider Object(
                                                                    app => Illuminate\Foundation\Application Object
 
                                                                )
                                                            8 => Illuminate\Foundation\Providers\FormRequestServiceProvider Object(
                                                                    app => Illuminate\Foundation\Application Object
 
                                                                )
                                                            9 => Illuminate\Foundation\Providers\FoundationServiceProvider Object(
                                                                    providers => Array(
                                                                            0 => Illuminate\Foundation\Providers\FormRequestServiceProvider
                                                                        )
                                                                    instances => Array(
                                                                            0 => Illuminate\Foundation\Providers\FormRequestServiceProvider Object(
                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                )
                                                                        )
                                                                    app => Illuminate\Foundation\Application Object
 
                                                                )
                                                            10 => Illuminate\Notifications\NotificationServiceProvider Object(
                                                                    app => Illuminate\Foundation\Application Object
 
                                                                )
                                                            11 => Illuminate\Pagination\PaginationServiceProvider Object(
                                                                    app => Illuminate\Foundation\Application Object
 
                                                                )
                                                            12 => Illuminate\Session\SessionServiceProvider Object(
                                                                    app => Illuminate\Foundation\Application Object
 
                                                                )
                                                            13 => Illuminate\View\ViewServiceProvider Object(
                                                                    app => Illuminate\Foundation\Application Object
 
                                                                )
                                                            14 => Facade\Ignition\IgnitionServiceProvider Object(
                                                                    app => Illuminate\Foundation\Application Object
 
                                                                )
                                                            15 => Fideloper\Proxy\TrustedProxyServiceProvider Object(
                                                                    app => Illuminate\Foundation\Application Object
 
                                                                )
                                                            16 => Carbon\Laravel\ServiceProvider Object(
                                                                    app => Illuminate\Foundation\Application Object
 
                                                                )
                                                            17 => NunoMaduro\Collision\Adapters\Laravel\CollisionServiceProvider Object(
                                                                    defer => 1
                                                                    app => Illuminate\Foundation\Application Object
 
                                                                )
                                                            18 => App\Providers\AppServiceProvider Object(
                                                                    app => Illuminate\Foundation\Application Object
 
                                                                )
                                                            19 => App\Providers\AuthServiceProvider Object(
                                                                    policies => Array()
                                                                    app => Illuminate\Foundation\Application Object
 
                                                                )
                                                            20 => App\Providers\EventServiceProvider Object(
                                                                    listen => Array(
                                                                            [Illuminate\Auth\Events\Registered] => Array(
                                                                                    0 => Illuminate\Auth\Listeners\SendEmailVerificationNotification
                                                                                )
                                                                        )
                                                                    subscribe => Array()
                                                                    app => Illuminate\Foundation\Application Object
 
                                                                )
                                                            21 => App\Providers\RouteServiceProvider Object(
                                                                    namespace => App\Http\Controllers
                                                                    app => Illuminate\Foundation\Application Object
 
                                                                )
                                                            22 => Illuminate\Queue\QueueServiceProvider Object(
                                                                    app => Illuminate\Foundation\Application Object
 
                                                                )
                                                        )
                                                    loadedProviders => Array(
                                                            [Illuminate\Events\EventServiceProvider] => 1
                                                            [Illuminate\Log\LogServiceProvider] => 1
                                                            [Illuminate\Routing\RoutingServiceProvider] => 1
                                                            [Illuminate\Auth\AuthServiceProvider] => 1
                                                            [Illuminate\Cookie\CookieServiceProvider] => 1
                                                            [Illuminate\Database\DatabaseServiceProvider] => 1
                                                            [Illuminate\Encryption\EncryptionServiceProvider] => 1
                                                            [Illuminate\Filesystem\FilesystemServiceProvider] => 1
                                                            [Illuminate\Foundation\Providers\FormRequestServiceProvider] => 1
                                                            [Illuminate\Foundation\Providers\FoundationServiceProvider] => 1
                                                            [Illuminate\Notifications\NotificationServiceProvider] => 1
                                                            [Illuminate\Pagination\PaginationServiceProvider] => 1
                                                            [Illuminate\Session\SessionServiceProvider] => 1
                                                            [Illuminate\View\ViewServiceProvider] => 1
                                                            [Facade\Ignition\IgnitionServiceProvider] => 1
                                                            [Fideloper\Proxy\TrustedProxyServiceProvider] => 1
                                                            [Carbon\Laravel\ServiceProvider] => 1
                                                            [NunoMaduro\Collision\Adapters\Laravel\CollisionServiceProvider] => 1
                                                            [App\Providers\AppServiceProvider] => 1
                                                            [App\Providers\AuthServiceProvider] => 1
                                                            [App\Providers\EventServiceProvider] => 1
                                                            [App\Providers\RouteServiceProvider] => 1
                                                            [Illuminate\Queue\QueueServiceProvider] => 1
                                                        )
                                                    deferredServices => Array(
                                                            [Illuminate\Broadcasting\BroadcastManager] => Illuminate\Broadcasting\BroadcastServiceProvider
                                                            [Illuminate\Contracts\Broadcasting\Factory] => Illuminate\Broadcasting\BroadcastServiceProvider
                                                            [Illuminate\Contracts\Broadcasting\Broadcaster] => Illuminate\Broadcasting\BroadcastServiceProvider
                                                            [Illuminate\Bus\Dispatcher] => Illuminate\Bus\BusServiceProvider
                                                            [Illuminate\Contracts\Bus\Dispatcher] => Illuminate\Bus\BusServiceProvider
                                                            [Illuminate\Contracts\Bus\QueueingDispatcher] => Illuminate\Bus\BusServiceProvider
                                                            cache => Illuminate\Cache\CacheServiceProvider
                                                            [cache.store] => Illuminate\Cache\CacheServiceProvider
                                                            [cache.psr6] => Illuminate\Cache\CacheServiceProvider
                                                            [memcached.connector] => Illuminate\Cache\CacheServiceProvider
                                                            [command.cache.clear] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                            [command.cache.forget] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                            [command.clear-compiled] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                            [command.auth.resets.clear] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                            [command.config.cache] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                            [command.config.clear] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                            [command.db.wipe] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                            [command.down] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                            [command.environment] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                            [command.event.cache] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                            [command.event.clear] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                            [command.event.list] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                            [command.key.generate] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                            [command.optimize] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                            [command.optimize.clear] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                            [command.package.discover] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                            [command.preset] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                            [command.queue.failed] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                            [command.queue.flush] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                            [command.queue.forget] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                            [command.queue.listen] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                            [command.queue.restart] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                            [command.queue.retry] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                            [command.queue.work] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                            [command.route.cache] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                            [command.route.clear] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                            [command.route.list] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                            [command.seed] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                            [Illuminate\Console\Scheduling\ScheduleFinishCommand] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                            [Illuminate\Console\Scheduling\ScheduleRunCommand] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                            [command.storage.link] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                            [command.up] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                            [command.view.cache] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                            [command.view.clear] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                            [command.cache.table] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                            [command.channel.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                            [command.console.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                            [command.controller.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                            [command.event.generate] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                            [command.event.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                            [command.exception.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                            [command.factory.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                            [command.job.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                            [command.listener.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                            [command.mail.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                            [command.middleware.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                            [command.model.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                            [command.notification.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                            [command.notification.table] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                            [command.observer.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                            [command.policy.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                            [command.provider.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                            [command.queue.failed-table] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                            [command.queue.table] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                            [command.request.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                            [command.resource.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                            [command.rule.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                            [command.seeder.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                            [command.session.table] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                            [command.serve] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                            [command.test.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                            [command.vendor.publish] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                            migrator => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                            [migration.repository] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                            [migration.creator] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                            [command.migrate] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                            [command.migrate.fresh] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                            [command.migrate.install] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                            [command.migrate.refresh] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                            [command.migrate.reset] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                            [command.migrate.rollback] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                            [command.migrate.status] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                            [command.migrate.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                            composer => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                            hash => Illuminate\Hashing\HashServiceProvider
                                                            [hash.driver] => Illuminate\Hashing\HashServiceProvider
                                                            mailer => Illuminate\Mail\MailServiceProvider
                                                            [swift.mailer] => Illuminate\Mail\MailServiceProvider
                                                            [swift.transport] => Illuminate\Mail\MailServiceProvider
                                                            [Illuminate\Mail\Markdown] => Illuminate\Mail\MailServiceProvider
                                                            [Illuminate\Contracts\Pipeline\Hub] => Illuminate\Pipeline\PipelineServiceProvider
                                                            [queue.worker] => Illuminate\Queue\QueueServiceProvider
                                                            [queue.listener] => Illuminate\Queue\QueueServiceProvider
                                                            [queue.failer] => Illuminate\Queue\QueueServiceProvider
                                                            [queue.connection] => Illuminate\Queue\QueueServiceProvider
                                                            redis => Illuminate\Redis\RedisServiceProvider
                                                            [redis.connection] => Illuminate\Redis\RedisServiceProvider
                                                            [auth.password] => Illuminate\Auth\Passwords\PasswordResetServiceProvider
                                                            [auth.password.broker] => Illuminate\Auth\Passwords\PasswordResetServiceProvider
                                                            translator => Illuminate\Translation\TranslationServiceProvider
                                                            [translation.loader] => Illuminate\Translation\TranslationServiceProvider
                                                            validator => Illuminate\Validation\ValidationServiceProvider
                                                            [validation.presence] => Illuminate\Validation\ValidationServiceProvider
                                                            [command.tinker] => Laravel\Tinker\TinkerServiceProvider
                                                        )
                                                    appPath => 
                                                    databasePath => 
                                                    storagePath => 
                                                    environmentPath => 
                                                    environmentFile => .env
                                                    isRunningInConsole => 1
                                                    namespace => 
                                                    resolved => Array(
                                                            events => 1
                                                            [App\Console\Kernel] => 1
                                                            [Illuminate\Contracts\Console\Kernel] => 1
                                                            [Illuminate\Foundation\Bootstrap\LoadEnvironmentVariables] => 1
                                                            [Illuminate\Foundation\Bootstrap\LoadConfiguration] => 1
                                                            [Illuminate\Foundation\Bootstrap\HandleExceptions] => 1
                                                            env => 1
                                                            [Illuminate\Foundation\Bootstrap\RegisterFacades] => 1
                                                            [Illuminate\Foundation\Bootstrap\SetRequestForConsole] => 1
                                                            [Illuminate\Foundation\Bootstrap\RegisterProviders] => 1
                                                            [Facade\Ignition\LogRecorder\LogRecorder] => 1
                                                            [Facade\Ignition\DumpRecorder\DumpRecorder] => 1
                                                            [Facade\Ignition\QueryRecorder\QueryRecorder] => 1
                                                            [flare.http] => 1
                                                            [flare.client] => 1
                                                            [Facade\Ignition\Middleware\SetNotifierName] => 1
                                                            [Facade\Ignition\Middleware\AddEnvironmentInformation] => 1
                                                            [Facade\Ignition\Middleware\AddLogs] => 1
                                                            [Facade\Ignition\Middleware\AddDumps] => 1
                                                            [Facade\Ignition\Middleware\AddQueries] => 1
                                                            [Facade\IgnitionContracts\SolutionProviderRepository] => 1
                                                            [Facade\Ignition\Middleware\AddSolutions] => 1
                                                            [App\Exceptions\Handler] => 1
                                                            [Illuminate\Contracts\Debug\ExceptionHandler] => 1
                                                            [Illuminate\Foundation\Bootstrap\BootProviders] => 1
                                                            [db.factory] => 1
                                                            db => 1
                                                            [view.engine.resolver] => 1
                                                            files => 1
                                                            [blade.compiler] => 1
                                                            log => 1
                                                            queue => 1
                                                            router => 1
                                                            url => 1
                                                        )
                                                    bindings => Array(
                                                            [Illuminate\Foundation\Mix] => Array(
                                                                    concrete => Closure Object(
                                                                            static => Array(
                                                                                    abstract => Illuminate\Foundation\Mix
                                                                                    concrete => Illuminate\Foundation\Mix
                                                                                )
                                                                            this => Illuminate\Foundation\Application Object
 
                                                                            parameter => Array(
                                                                                    [$container] => 
                                                                                    [$parameters] => 
                                                                                )
                                                                        )
                                                                    shared => 1
                                                                )
                                                            events => Array(
                                                                    concrete => Closure Object(
                                                                            this => Illuminate\Events\EventServiceProvider Object
 
                                                                            parameter => Array(
                                                                                    [$app] => 
                                                                                )
                                                                        )
                                                                    shared => 1
                                                                )
                                                            log => Array(
                                                                    concrete => Closure Object(
                                                                            this => Illuminate\Log\LogServiceProvider Object(
                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                )
                                                                        )
                                                                    shared => 1
                                                                )
                                                            router => Array(
                                                                    concrete => Closure Object(
                                                                            this => Illuminate\Routing\RoutingServiceProvider Object(
                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                )
                                                                            parameter => Array(
                                                                                    [$app] => 
                                                                                )
                                                                        )
                                                                    shared => 1
                                                                )
                                                            url => Array(
                                                                    concrete => Closure Object(
                                                                            this => Illuminate\Routing\RoutingServiceProvider Object(
                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                )
                                                                            parameter => Array(
                                                                                    [$app] => 
                                                                                )
                                                                        )
                                                                    shared => 1
                                                                )
                                                            redirect => Array(
                                                                    concrete => Closure Object(
                                                                            this => Illuminate\Routing\RoutingServiceProvider Object(
                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                )
                                                                            parameter => Array(
                                                                                    [$app] => 
                                                                                )
                                                                        )
                                                                    shared => 1
                                                                )
                                                            [Psr\Http\Message\ServerRequestInterface] => Array(
                                                                    concrete => Closure Object(
                                                                            this => Illuminate\Routing\RoutingServiceProvider Object(
                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                )
                                                                            parameter => Array(
                                                                                    [$app] => 
                                                                                )
                                                                        )
                                                                    shared => 
                                                                )
                                                            [Psr\Http\Message\ResponseInterface] => Array(
                                                                    concrete => Closure Object(
                                                                            this => Illuminate\Routing\RoutingServiceProvider Object(
                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                )
                                                                        )
                                                                    shared => 
                                                                )
                                                            [Illuminate\Contracts\Routing\ResponseFactory] => Array(
                                                                    concrete => Closure Object(
                                                                            this => Illuminate\Routing\RoutingServiceProvider Object(
                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                )
                                                                            parameter => Array(
                                                                                    [$app] => 
                                                                                )
                                                                        )
                                                                    shared => 1
                                                                )
                                                            [Illuminate\Routing\Contracts\ControllerDispatcher] => Array(
                                                                    concrete => Closure Object(
                                                                            this => Illuminate\Routing\RoutingServiceProvider Object(
                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                )
                                                                            parameter => Array(
                                                                                    [$app] => 
                                                                                )
                                                                        )
                                                                    shared => 1
                                                                )
                                                            [Illuminate\Contracts\Http\Kernel] => Array(
                                                                    concrete => Closure Object(
                                                                            static => Array(
                                                                                    abstract => Illuminate\Contracts\Http\Kernel
                                                                                    concrete => App\Http\Kernel
                                                                                )
                                                                            this => Illuminate\Foundation\Application Object
 
                                                                            parameter => Array(
                                                                                    [$container] => 
                                                                                    [$parameters] => 
                                                                                )
                                                                        )
                                                                    shared => 1
                                                                )
                                                            [Illuminate\Contracts\Console\Kernel] => Array(
                                                                    concrete => Closure Object(
                                                                            static => Array(
                                                                                    abstract => Illuminate\Contracts\Console\Kernel
                                                                                    concrete => App\Console\Kernel
                                                                                )
                                                                            this => Illuminate\Foundation\Application Object
 
                                                                            parameter => Array(
                                                                                    [$container] => 
                                                                                    [$parameters] => 
                                                                                )
                                                                        )
                                                                    shared => 1
                                                                )
                                                            [Illuminate\Contracts\Debug\ExceptionHandler] => Array(
                                                                    concrete => Closure Object(
                                                                            static => Array(
                                                                                    appExceptionHandler => App\Exceptions\Handler Object(
                                                                                            dontReport => Array()
                                                                                            dontFlash => Array(
                                                                                                    0 => password
                                                                                                    1 => password_confirmation
                                                                                                )
                                                                                            container => Illuminate\Foundation\Application Object
 
                                                                                            internalDontReport => Array(
                                                                                                    0 => Illuminate\Auth\AuthenticationException
                                                                                                    1 => Illuminate\Auth\Access\AuthorizationException
                                                                                                    2 => Symfony\Component\HttpKernel\Exception\HttpException
                                                                                                    3 => Illuminate\Http\Exceptions\HttpResponseException
                                                                                                    4 => Illuminate\Database\Eloquent\ModelNotFoundException
                                                                                                    5 => Symfony\Component\HttpFoundation\Exception\SuspiciousOperationException
                                                                                                    6 => Illuminate\Session\TokenMismatchException
                                                                                                    7 => Illuminate\Validation\ValidationException
                                                                                                )
                                                                                        )
                                                                                )
                                                                            this => NunoMaduro\Collision\Adapters\Laravel\CollisionServiceProvider Object(
                                                                                    defer => 1
                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                )
                                                                            parameter => Array(
                                                                                    [$app] => 
                                                                                )
                                                                        )
                                                                    shared => 1
                                                                )
                                                            env => Array(
                                                                    concrete => Closure Object(
                                                                            static => Array(
                                                                                    value => local
                                                                                )
                                                                            this => Illuminate\Foundation\Application Object
 
                                                                        )
                                                                    shared => 
                                                                )
                                                            auth => Array(
                                                                    concrete => Closure Object(
                                                                            this => Illuminate\Auth\AuthServiceProvider Object(
                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                )
                                                                            parameter => Array(
                                                                                    [$app] => 
                                                                                )
                                                                        )
                                                                    shared => 1
                                                                )
                                                            [auth.driver] => Array(
                                                                    concrete => Closure Object(
                                                                            this => Illuminate\Auth\AuthServiceProvider Object(
                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                )
                                                                            parameter => Array(
                                                                                    [$app] => 
                                                                                )
                                                                        )
                                                                    shared => 1
                                                                )
                                                            [Illuminate\Contracts\Auth\Authenticatable] => Array(
                                                                    concrete => Closure Object(
                                                                            this => Illuminate\Auth\AuthServiceProvider Object(
                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                )
                                                                            parameter => Array(
                                                                                    [$app] => 
                                                                                )
                                                                        )
                                                                    shared => 
                                                                )
                                                            [Illuminate\Contracts\Auth\Access\Gate] => Array(
                                                                    concrete => Closure Object(
                                                                            this => Illuminate\Auth\AuthServiceProvider Object(
                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                )
                                                                            parameter => Array(
                                                                                    [$app] => 
                                                                                )
                                                                        )
                                                                    shared => 1
                                                                )
                                                            cookie => Array(
                                                                    concrete => Closure Object(
                                                                            this => Illuminate\Cookie\CookieServiceProvider Object(
                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                )
                                                                            parameter => Array(
                                                                                    [$app] => 
                                                                                )
                                                                        )
                                                                    shared => 1
                                                                )
                                                            [db.factory] => Array(
                                                                    concrete => Closure Object(
                                                                            this => Illuminate\Database\DatabaseServiceProvider Object(
                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                )
                                                                            parameter => Array(
                                                                                    [$app] => 
                                                                                )
                                                                        )
                                                                    shared => 1
                                                                )
                                                            db => Array(
                                                                    concrete => Closure Object(
                                                                            this => Illuminate\Database\DatabaseServiceProvider Object(
                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                )
                                                                            parameter => Array(
                                                                                    [$app] => 
                                                                                )
                                                                        )
                                                                    shared => 1
                                                                )
                                                            [db.connection] => Array(
                                                                    concrete => Closure Object(
                                                                            this => Illuminate\Database\DatabaseServiceProvider Object(
                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                )
                                                                            parameter => Array(
                                                                                    [$app] => 
                                                                                )
                                                                        )
                                                                    shared => 
                                                                )
                                                            [Faker\Generator] => Array(
                                                                    concrete => Closure Object(
                                                                            this => Illuminate\Database\DatabaseServiceProvider Object(
                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                )
                                                                            parameter => Array(
                                                                                    [$app] => 
                                                                                )
                                                                        )
                                                                    shared => 1
                                                                )
                                                            [Illuminate\Database\Eloquent\Factory] => Array(
                                                                    concrete => Closure Object(
                                                                            this => Illuminate\Database\DatabaseServiceProvider Object(
                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                )
                                                                            parameter => Array(
                                                                                    [$app] => 
                                                                                )
                                                                        )
                                                                    shared => 1
                                                                )
                                                            [Illuminate\Contracts\Queue\EntityResolver] => Array(
                                                                    concrete => Closure Object(
                                                                            this => Illuminate\Database\DatabaseServiceProvider Object(
                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                )
                                                                        )
                                                                    shared => 1
                                                                )
                                                            encrypter => Array(
                                                                    concrete => Closure Object(
                                                                            this => Illuminate\Encryption\EncryptionServiceProvider Object(
                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                )
                                                                            parameter => Array(
                                                                                    [$app] => 
                                                                                )
                                                                        )
                                                                    shared => 1
                                                                )
                                                            files => Array(
                                                                    concrete => Closure Object(
                                                                            this => Illuminate\Filesystem\FilesystemServiceProvider Object(
                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                )
                                                                        )
                                                                    shared => 1
                                                                )
                                                            filesystem => Array(
                                                                    concrete => Closure Object(
                                                                            this => Illuminate\Filesystem\FilesystemServiceProvider Object(
                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                )
                                                                        )
                                                                    shared => 1
                                                                )
                                                            [filesystem.disk] => Array(
                                                                    concrete => Closure Object(
                                                                            this => Illuminate\Filesystem\FilesystemServiceProvider Object(
                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                )
                                                                        )
                                                                    shared => 1
                                                                )
                                                            [filesystem.cloud] => Array(
                                                                    concrete => Closure Object(
                                                                            this => Illuminate\Filesystem\FilesystemServiceProvider Object(
                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                )
                                                                        )
                                                                    shared => 1
                                                                )
                                                            [Illuminate\Notifications\ChannelManager] => Array(
                                                                    concrete => Closure Object(
                                                                            this => Illuminate\Notifications\NotificationServiceProvider Object(
                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                )
                                                                            parameter => Array(
                                                                                    [$app] => 
                                                                                )
                                                                        )
                                                                    shared => 1
                                                                )
                                                            session => Array(
                                                                    concrete => Closure Object(
                                                                            this => Illuminate\Session\SessionServiceProvider Object(
                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                )
                                                                            parameter => Array(
                                                                                    [$app] => 
                                                                                )
                                                                        )
                                                                    shared => 1
                                                                )
                                                            [session.store] => Array(
                                                                    concrete => Closure Object(
                                                                            this => Illuminate\Session\SessionServiceProvider Object(
                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                )
                                                                            parameter => Array(
                                                                                    [$app] => 
                                                                                )
                                                                        )
                                                                    shared => 1
                                                                )
                                                            [Illuminate\Session\Middleware\StartSession] => Array(
                                                                    concrete => Closure Object(
                                                                            static => Array(
                                                                                    abstract => Illuminate\Session\Middleware\StartSession
                                                                                    concrete => Illuminate\Session\Middleware\StartSession
                                                                                )
                                                                            this => Illuminate\Foundation\Application Object
 
                                                                            parameter => Array(
                                                                                    [$container] => 
                                                                                    [$parameters] => 
                                                                                )
                                                                        )
                                                                    shared => 1
                                                                )
                                                            view => Array(
                                                                    concrete => Closure Object(
                                                                            this => Illuminate\View\ViewServiceProvider Object(
                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                )
                                                                            parameter => Array(
                                                                                    [$app] => 
                                                                                )
                                                                        )
                                                                    shared => 1
                                                                )
                                                            [view.finder] => Array(
                                                                    concrete => Closure Object(
                                                                            this => Illuminate\View\ViewServiceProvider Object(
                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                )
                                                                            parameter => Array(
                                                                                    [$app] => 
                                                                                )
                                                                        )
                                                                    shared => 
                                                                )
                                                            [view.engine.resolver] => Array(
                                                                    concrete => Closure Object(
                                                                            this => Illuminate\View\ViewServiceProvider Object(
                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                )
                                                                        )
                                                                    shared => 1
                                                                )
                                                            [Facade\IgnitionContracts\SolutionProviderRepository] => Array(
                                                                    concrete => Closure Object(
                                                                            this => Facade\Ignition\IgnitionServiceProvider Object(
                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                )
                                                                        )
                                                                    shared => 1
                                                                )
                                                            [Facade\Ignition\ErrorPage\Renderer] => Array(
                                                                    concrete => Closure Object(
                                                                            this => Facade\Ignition\IgnitionServiceProvider Object(
                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                )
                                                                        )
                                                                    shared => 
                                                                )
                                                            [Whoops\Handler\HandlerInterface] => Array(
                                                                    concrete => Closure Object(
                                                                            this => Facade\Ignition\IgnitionServiceProvider Object(
                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                )
                                                                            parameter => Array(
                                                                                    [$app] => 
                                                                                )
                                                                        )
                                                                    shared => 
                                                                )
                                                            [Facade\Ignition\IgnitionConfig] => Array(
                                                                    concrete => Closure Object(
                                                                            this => Facade\Ignition\IgnitionServiceProvider Object(
                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                )
                                                                        )
                                                                    shared => 1
                                                                )
                                                            [flare.http] => Array(
                                                                    concrete => Closure Object(
                                                                            this => Facade\Ignition\IgnitionServiceProvider Object(
                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                )
                                                                        )
                                                                    shared => 1
                                                                )
                                                            [flare.client] => Array(
                                                                    concrete => Closure Object(
                                                                            this => Facade\Ignition\IgnitionServiceProvider Object(
                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                )
                                                                        )
                                                                    shared => 1
                                                                )
                                                            [Facade\Ignition\LogRecorder\LogRecorder] => Array(
                                                                    concrete => Closure Object(
                                                                            static => Array(
                                                                                    abstract => Facade\Ignition\LogRecorder\LogRecorder
                                                                                    concrete => Facade\Ignition\LogRecorder\LogRecorder
                                                                                )
                                                                            this => Illuminate\Foundation\Application Object
 
                                                                            parameter => Array(
                                                                                    [$container] => 
                                                                                    [$parameters] => 
                                                                                )
                                                                        )
                                                                    shared => 1
                                                                )
                                                            [Facade\Ignition\DumpRecorder\DumpRecorder] => Array(
                                                                    concrete => Closure Object(
                                                                            static => Array(
                                                                                    abstract => Facade\Ignition\DumpRecorder\DumpRecorder
                                                                                    concrete => Facade\Ignition\DumpRecorder\DumpRecorder
                                                                                )
                                                                            this => Illuminate\Foundation\Application Object
 
                                                                            parameter => Array(
                                                                                    [$container] => 
                                                                                    [$parameters] => 
                                                                                )
                                                                        )
                                                                    shared => 1
                                                                )
                                                            [Facade\Ignition\QueryRecorder\QueryRecorder] => Array(
                                                                    concrete => Closure Object(
                                                                            static => Array(
                                                                                    abstract => Facade\Ignition\QueryRecorder\QueryRecorder
                                                                                    concrete => Facade\Ignition\QueryRecorder\QueryRecorder
                                                                                )
                                                                            this => Illuminate\Foundation\Application Object
 
                                                                            parameter => Array(
                                                                                    [$container] => 
                                                                                    [$parameters] => 
                                                                                )
                                                                        )
                                                                    shared => 1
                                                                )
                                                            [NunoMaduro\Collision\Contracts\Adapters\Phpunit\Listener] => Array(
                                                                    concrete => Closure Object(
                                                                            static => Array(
                                                                                    abstract => NunoMaduro\Collision\Contracts\Adapters\Phpunit\Listener
                                                                                    concrete => NunoMaduro\Collision\Adapters\Phpunit\Listener
                                                                                )
                                                                            this => Illuminate\Foundation\Application Object
 
                                                                            parameter => Array(
                                                                                    [$container] => 
                                                                                    [$parameters] => 
                                                                                )
                                                                        )
                                                                    shared => 1
                                                                )
                                                            [NunoMaduro\Collision\Contracts\Provider] => Array(
                                                                    concrete => Closure Object(
                                                                            static => Array(
                                                                                    abstract => NunoMaduro\Collision\Contracts\Provider
                                                                                    concrete => NunoMaduro\Collision\Provider
                                                                                )
                                                                            this => Illuminate\Foundation\Application Object
 
                                                                            parameter => Array(
                                                                                    [$container] => 
                                                                                    [$parameters] => 
                                                                                )
                                                                        )
                                                                    shared => 
                                                                )
                                                            [blade.compiler] => Array(
                                                                    concrete => Closure Object(
                                                                            this => Illuminate\View\ViewServiceProvider Object(
                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                )
                                                                        )
                                                                    shared => 1
                                                                )
                                                            [flare.logger] => Array(
                                                                    concrete => Closure Object(
                                                                            this => Facade\Ignition\IgnitionServiceProvider Object(
                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                )
                                                                            parameter => Array(
                                                                                    [$app] => 
                                                                                )
                                                                        )
                                                                    shared => 1
                                                                )
                                                            [command.flare:test] => Array(
                                                                    concrete => Closure Object(
                                                                            static => Array(
                                                                                    abstract => command.flare:test
                                                                                    concrete => Facade\Ignition\Commands\TestCommand
                                                                                )
                                                                            this => Illuminate\Foundation\Application Object
 
                                                                            parameter => Array(
                                                                                    [$container] => 
                                                                                    [$parameters] => 
                                                                                )
                                                                        )
                                                                    shared => 
                                                                )
                                                            [command.make:solution] => Array(
                                                                    concrete => Closure Object(
                                                                            static => Array(
                                                                                    abstract => command.make:solution
                                                                                    concrete => Facade\Ignition\Commands\SolutionMakeCommand
                                                                                )
                                                                            this => Illuminate\Foundation\Application Object
 
                                                                            parameter => Array(
                                                                                    [$container] => 
                                                                                    [$parameters] => 
                                                                                )
                                                                        )
                                                                    shared => 
                                                                )
                                                            queue => Array(
                                                                    concrete => Closure Object(
                                                                            this => Illuminate\Queue\QueueServiceProvider Object(
                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                )
                                                                            parameter => Array(
                                                                                    [$app] => 
                                                                                )
                                                                        )
                                                                    shared => 1
                                                                )
                                                            [queue.connection] => Array(
                                                                    concrete => Closure Object(
                                                                            this => Illuminate\Queue\QueueServiceProvider Object(
                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                )
                                                                            parameter => Array(
                                                                                    [$app] => 
                                                                                )
                                                                        )
                                                                    shared => 1
                                                                )
                                                            [queue.worker] => Array(
                                                                    concrete => Closure Object(
                                                                            this => Illuminate\Queue\QueueServiceProvider Object(
                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                )
                                                                        )
                                                                    shared => 1
                                                                )
                                                            [queue.listener] => Array(
                                                                    concrete => Closure Object(
                                                                            this => Illuminate\Queue\QueueServiceProvider Object(
                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                )
                                                                        )
                                                                    shared => 1
                                                                )
                                                            [queue.failer] => Array(
                                                                    concrete => Closure Object(
                                                                            this => Illuminate\Queue\QueueServiceProvider Object(
                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                )
                                                                        )
                                                                    shared => 1
                                                                )
                                                            [Facade\Ignition\DumpRecorder\MultiDumpHandler] => Array(
                                                                    concrete => Closure Object(
                                                                            static => Array(
                                                                                    abstract => Facade\Ignition\DumpRecorder\MultiDumpHandler
                                                                                    concrete => Facade\Ignition\DumpRecorder\MultiDumpHandler Object(
                                                                                            handlers => Array(
                                                                                                    0 => Closure Object(
                                                                                                            this => Facade\Ignition\DumpRecorder\DumpRecorder Object(
                                                                                                                    dumps => Array()
                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                )
                                                                                                            parameter => Array(
                                                                                                                    [$value] => 
                                                                                                                )
                                                                                                        )
                                                                                                    1 => Closure Object(
                                                                                                            this => Facade\Ignition\DumpRecorder\DumpRecorder Object(
                                                                                                                    dumps => Array()
                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                )
                                                                                                            parameter => Array(
                                                                                                                    [$var] => 
                                                                                                                )
                                                                                                        )
                                                                                                )
                                                                                        )
                                                                                )
                                                                            this => Illuminate\Foundation\Application Object
 
                                                                            parameter => Array(
                                                                                    [$container] => 
                                                                                    [$parameters] => 
                                                                                )
                                                                        )
                                                                    shared => 1
                                                                )
                                                        )
                                                    methodBindings => Array()
                                                    instances => Array(
                                                            path => /0000/app
                                                            [path.base] => /0000
                                                            [path.lang] => /0000/resources/lang
                                                            [path.config] => /0000/config
                                                            [path.public] => /0000/public
                                                            [path.storage] => /0000/storage
                                                            [path.database] => /0000/database
                                                            [path.resources] => /0000/resources
                                                            [path.bootstrap] => /0000/bootstrap
                                                            app => Illuminate\Foundation\Application Object
 
                                                            [Illuminate\Container\Container] => Illuminate\Foundation\Application Object
 
                                                            [Illuminate\Foundation\PackageManifest] => Illuminate\Foundation\PackageManifest Object(
                                                                    files => Illuminate\Filesystem\Filesystem Object()
                                                                    basePath => /0000
                                                                    vendorPath => /0000/vendor
                                                                    manifestPath => /0000/bootstrap/cache/packages.php
                                                                    manifest => Array(
                                                                            [facade/ignition] => Array(
                                                                                    providers => Array(
                                                                                            0 => Facade\Ignition\IgnitionServiceProvider
                                                                                        )
                                                                                    aliases => Array(
                                                                                            Flare => Facade\Ignition\Facades\Flare
                                                                                        )
                                                                                )
                                                                            [fideloper/proxy] => Array(
                                                                                    providers => Array(
                                                                                            0 => Fideloper\Proxy\TrustedProxyServiceProvider
                                                                                        )
                                                                                )
                                                                            [laravel/tinker] => Array(
                                                                                    providers => Array(
                                                                                            0 => Laravel\Tinker\TinkerServiceProvider
                                                                                        )
                                                                                )
                                                                            [nesbot/carbon] => Array(
                                                                                    providers => Array(
                                                                                            0 => Carbon\Laravel\ServiceProvider
                                                                                        )
                                                                                )
                                                                            [nunomaduro/collision] => Array(
                                                                                    providers => Array(
                                                                                            0 => NunoMaduro\Collision\Adapters\Laravel\CollisionServiceProvider
                                                                                        )
                                                                                )
                                                                        )
                                                                )
                                                            events => Illuminate\Events\Dispatcher Object
 
                                                            [Illuminate\Contracts\Console\Kernel] => App\Console\Kernel Object(
                                                                    commands => Array()
                                                                    app => Illuminate\Foundation\Application Object
 
                                                                    events => Illuminate\Events\Dispatcher Object
 
                                                                    artisan => 
                                                                    commandsLoaded => 
                                                                    bootstrappers => Array(
                                                                            0 => Illuminate\Foundation\Bootstrap\LoadEnvironmentVariables
                                                                            1 => Illuminate\Foundation\Bootstrap\LoadConfiguration
                                                                            2 => Illuminate\Foundation\Bootstrap\HandleExceptions
                                                                            3 => Illuminate\Foundation\Bootstrap\RegisterFacades
                                                                            4 => Illuminate\Foundation\Bootstrap\SetRequestForConsole
                                                                            5 => Illuminate\Foundation\Bootstrap\RegisterProviders
                                                                            6 => Illuminate\Foundation\Bootstrap\BootProviders
                                                                        )
                                                                )
                                                            config => Illuminate\Config\Repository Object(
                                                                    items => Array(
                                                                            app => Array(
                                                                                    name => 本地测试
                                                                                    env => local
                                                                                    debug => 1
                                                                                    url => http://localhost
                                                                                    asset_url => 
                                                                                    timezone => UTC
                                                                                    locale => en
                                                                                    fallback_locale => en
                                                                                    faker_locale => en_US
                                                                                    key => base64:gIjju1XIlTNS6j8BuifyrL2QAARYlvdKYd31eAqei7g=
                                                                                    cipher => AES-256-CBC
                                                                                    providers => Array(
                                                                                            0 => Illuminate\Auth\AuthServiceProvider
                                                                                            1 => Illuminate\Broadcasting\BroadcastServiceProvider
                                                                                            2 => Illuminate\Bus\BusServiceProvider
                                                                                            3 => Illuminate\Cache\CacheServiceProvider
                                                                                            4 => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                            5 => Illuminate\Cookie\CookieServiceProvider
                                                                                            6 => Illuminate\Database\DatabaseServiceProvider
                                                                                            7 => Illuminate\Encryption\EncryptionServiceProvider
                                                                                            8 => Illuminate\Filesystem\FilesystemServiceProvider
                                                                                            9 => Illuminate\Foundation\Providers\FoundationServiceProvider
                                                                                            10 => Illuminate\Hashing\HashServiceProvider
                                                                                            11 => Illuminate\Mail\MailServiceProvider
                                                                                            12 => Illuminate\Notifications\NotificationServiceProvider
                                                                                            13 => Illuminate\Pagination\PaginationServiceProvider
                                                                                            14 => Illuminate\Pipeline\PipelineServiceProvider
                                                                                            15 => Illuminate\Queue\QueueServiceProvider
                                                                                            16 => Illuminate\Redis\RedisServiceProvider
                                                                                            17 => Illuminate\Auth\Passwords\PasswordResetServiceProvider
                                                                                            18 => Illuminate\Session\SessionServiceProvider
                                                                                            19 => Illuminate\Translation\TranslationServiceProvider
                                                                                            20 => Illuminate\Validation\ValidationServiceProvider
                                                                                            21 => Illuminate\View\ViewServiceProvider
                                                                                            22 => App\Providers\AppServiceProvider
                                                                                            23 => App\Providers\AuthServiceProvider
                                                                                            24 => App\Providers\EventServiceProvider
                                                                                            25 => App\Providers\RouteServiceProvider
                                                                                        )
                                                                                    aliases => Array(
                                                                                            App => Illuminate\Support\Facades\App
                                                                                            Arr => Illuminate\Support\Arr
                                                                                            Artisan => Illuminate\Support\Facades\Artisan
                                                                                            Auth => Illuminate\Support\Facades\Auth
                                                                                            Blade => Illuminate\Support\Facades\Blade
                                                                                            Broadcast => Illuminate\Support\Facades\Broadcast
                                                                                            Bus => Illuminate\Support\Facades\Bus
                                                                                            Cache => Illuminate\Support\Facades\Cache
                                                                                            Config => Illuminate\Support\Facades\Config
                                                                                            Cookie => Illuminate\Support\Facades\Cookie
                                                                                            Crypt => Illuminate\Support\Facades\Crypt
                                                                                            DB => Illuminate\Support\Facades\DB
                                                                                            Eloquent => Illuminate\Database\Eloquent\Model
                                                                                            Event => Illuminate\Support\Facades\Event
                                                                                            File => Illuminate\Support\Facades\File
                                                                                            Gate => Illuminate\Support\Facades\Gate
                                                                                            Hash => Illuminate\Support\Facades\Hash
                                                                                            Lang => Illuminate\Support\Facades\Lang
                                                                                            Log => Illuminate\Support\Facades\Log
                                                                                            Mail => Illuminate\Support\Facades\Mail
                                                                                            Notification => Illuminate\Support\Facades\Notification
                                                                                            Password => Illuminate\Support\Facades\Password
                                                                                            Queue => Illuminate\Support\Facades\Queue
                                                                                            Redirect => Illuminate\Support\Facades\Redirect
                                                                                            Redis => Illuminate\Support\Facades\Redis
                                                                                            Request => Illuminate\Support\Facades\Request
                                                                                            Response => Illuminate\Support\Facades\Response
                                                                                            Route => Illuminate\Support\Facades\Route
                                                                                            Schema => Illuminate\Support\Facades\Schema
                                                                                            Session => Illuminate\Support\Facades\Session
                                                                                            Storage => Illuminate\Support\Facades\Storage
                                                                                            Str => Illuminate\Support\Str
                                                                                            URL => Illuminate\Support\Facades\URL
                                                                                            Validator => Illuminate\Support\Facades\Validator
                                                                                            View => Illuminate\Support\Facades\View
                                                                                        )
                                                                                )
                                                                            auth => Array(
                                                                                    defaults => Array(
                                                                                            guard => web
                                                                                            passwords => users
                                                                                        )
                                                                                    guards => Array(
                                                                                            web => Array(
                                                                                                    driver => session
                                                                                                    provider => users
                                                                                                )
                                                                                            api => Array(
                                                                                                    driver => token
                                                                                                    provider => users
                                                                                                    hash => 
                                                                                                )
                                                                                        )
                                                                                    providers => Array(
                                                                                            users => Array(
                                                                                                    driver => eloquent
                                                                                                    model => App\User
                                                                                                )
                                                                                        )
                                                                                    passwords => Array(
                                                                                            users => Array(
                                                                                                    provider => users
                                                                                                    table => password_resets
                                                                                                    expire => 60
                                                                                                    throttle => 60
                                                                                                )
                                                                                        )
                                                                                    password_timeout => 10800
                                                                                )
                                                                            broadcasting => Array(
                                                                                    default => log
                                                                                    connections => Array(
                                                                                            pusher => Array(
                                                                                                    driver => pusher
                                                                                                    key => 
                                                                                                    secret => 
                                                                                                    app_id => 
                                                                                                    options => Array(
                                                                                                            cluster => mt1
                                                                                                            useTLS => 1
                                                                                                        )
                                                                                                )
                                                                                            redis => Array(
                                                                                                    driver => redis
                                                                                                    connection => default
                                                                                                )
                                                                                            log => Array(
                                                                                                    driver => log
                                                                                                )
                                                                                            null => Array(
                                                                                                    driver => null
                                                                                                )
                                                                                        )
                                                                                )
                                                                            cache => Array(
                                                                                    default => file
                                                                                    stores => Array(
                                                                                            apc => Array(
                                                                                                    driver => apc
                                                                                                )
                                                                                            array => Array(
                                                                                                    driver => array
                                                                                                )
                                                                                            database => Array(
                                                                                                    driver => database
                                                                                                    table => cache
                                                                                                    connection => 
                                                                                                )
                                                                                            file => Array(
                                                                                                    driver => file
                                                                                                    path => /0000/storage/framework/cache/data
                                                                                                )
                                                                                            memcached => Array(
                                                                                                    driver => memcached
                                                                                                    persistent_id => 
                                                                                                    sasl => Array(
                                                                                                            0 => 
                                                                                                            1 => 
                                                                                                        )
                                                                                                    options => Array()
                                                                                                    servers => Array(
                                                                                                            0 => Array(
                                                                                                                    host => 127.0.0.1
                                                                                                                    port => 11211
                                                                                                                    weight => 100
                                                                                                                )
                                                                                                        )
                                                                                                )
                                                                                            redis => Array(
                                                                                                    driver => redis
                                                                                                    connection => cache
                                                                                                )
                                                                                            dynamodb => Array(
                                                                                                    driver => dynamodb
                                                                                                    key => 
                                                                                                    secret => 
                                                                                                    region => us-east-1
                                                                                                    table => cache
                                                                                                    endpoint => 
                                                                                                )
                                                                                        )
                                                                                    prefix => _cache
                                                                                )
                                                                            database => Array(
                                                                                    default => mysql
                                                                                    connections => Array(
                                                                                            sqlite => Array(
                                                                                                    driver => sqlite
                                                                                                    url => 
                                                                                                    database => laravel
                                                                                                    prefix => 
                                                                                                    foreign_key_constraints => 1
                                                                                                )
                                                                                            mysql => Array(
                                                                                                    driver => mysql
                                                                                                    url => 
                                                                                                    host => 127.0.0.1
                                                                                                    port => 3306
                                                                                                    database => laravel
                                                                                                    username => root
                                                                                                    password => 
                                                                                                    unix_socket => 
                                                                                                    charset => utf8mb4
                                                                                                    collation => utf8mb4_unicode_ci
                                                                                                    prefix => 
                                                                                                    prefix_indexes => 1
                                                                                                    strict => 1
                                                                                                    engine => 
                                                                                                    options => Array()
                                                                                                )
                                                                                            pgsql => Array(
                                                                                                    driver => pgsql
                                                                                                    url => 
                                                                                                    host => 127.0.0.1
                                                                                                    port => 3306
                                                                                                    database => laravel
                                                                                                    username => root
                                                                                                    password => 
                                                                                                    charset => utf8
                                                                                                    prefix => 
                                                                                                    prefix_indexes => 1
                                                                                                    schema => public
                                                                                                    sslmode => prefer
                                                                                                )
                                                                                            sqlsrv => Array(
                                                                                                    driver => sqlsrv
                                                                                                    url => 
                                                                                                    host => 127.0.0.1
                                                                                                    port => 3306
                                                                                                    database => laravel
                                                                                                    username => root
                                                                                                    password => 
                                                                                                    charset => utf8
                                                                                                    prefix => 
                                                                                                    prefix_indexes => 1
                                                                                                )
                                                                                        )
                                                                                    migrations => migrations
                                                                                    redis => Array(
                                                                                            client => phpredis
                                                                                            options => Array(
                                                                                                    cluster => redis
                                                                                                    prefix => _database_
                                                                                                )
                                                                                            default => Array(
                                                                                                    url => 
                                                                                                    host => 127.0.0.1
                                                                                                    password => 
                                                                                                    port => 6379
                                                                                                    database => 0
                                                                                                )
                                                                                            cache => Array(
                                                                                                    url => 
                                                                                                    host => 127.0.0.1
                                                                                                    password => 
                                                                                                    port => 6379
                                                                                                    database => 1
                                                                                                )
                                                                                        )
                                                                                )
                                                                            filesystems => Array(
                                                                                    default => local
                                                                                    cloud => s3
                                                                                    disks => Array(
                                                                                            local => Array(
                                                                                                    driver => local
                                                                                                    root => /0000/storage/app
                                                                                                )
                                                                                            public => Array(
                                                                                                    driver => local
                                                                                                    root => /0000/storage/app/public
                                                                                                    url => http://localhost/storage
                                                                                                    visibility => public
                                                                                                )
                                                                                            s3 => Array(
                                                                                                    driver => s3
                                                                                                    key => 
                                                                                                    secret => 
                                                                                                    region => us-east-1
                                                                                                    bucket => 
                                                                                                    url => 
                                                                                                )
                                                                                        )
                                                                                )
                                                                            hashing => Array(
                                                                                    driver => bcrypt
                                                                                    bcrypt => Array(
                                                                                            rounds => 10
                                                                                        )
                                                                                    argon => Array(
                                                                                            memory => 1024
                                                                                            threads => 2
                                                                                            time => 2
                                                                                        )
                                                                                )
                                                                            logging => Array(
                                                                                    default => stack
                                                                                    channels => Array(
                                                                                            stack => Array(
                                                                                                    driver => stack
                                                                                                    channels => Array(
                                                                                                            0 => single
                                                                                                        )
                                                                                                    ignore_exceptions => 
                                                                                                )
                                                                                            single => Array(
                                                                                                    driver => single
                                                                                                    path => /0000/storage/logs/laravel.log
                                                                                                    level => debug
                                                                                                )
                                                                                            daily => Array(
                                                                                                    driver => daily
                                                                                                    path => /0000/storage/logs/laravel.log
                                                                                                    level => debug
                                                                                                    days => 14
                                                                                                )
                                                                                            slack => Array(
                                                                                                    driver => slack
                                                                                                    url => 
                                                                                                    username => Laravel Log
                                                                                                    emoji => :boom:
                                                                                                    level => critical
                                                                                                )
                                                                                            papertrail => Array(
                                                                                                    driver => monolog
                                                                                                    level => debug
                                                                                                    handler => Monolog\Handler\SyslogUdpHandler
                                                                                                    handler_with => Array(
                                                                                                            host => 
                                                                                                            port => 
                                                                                                        )
                                                                                                )
                                                                                            stderr => Array(
                                                                                                    driver => monolog
                                                                                                    handler => Monolog\Handler\StreamHandler
                                                                                                    formatter => 
                                                                                                    with => Array(
                                                                                                            stream => php://stderr
                                                                                                        )
                                                                                                )
                                                                                            syslog => Array(
                                                                                                    driver => syslog
                                                                                                    level => debug
                                                                                                )
                                                                                            errorlog => Array(
                                                                                                    driver => errorlog
                                                                                                    level => debug
                                                                                                )
                                                                                            null => Array(
                                                                                                    driver => monolog
                                                                                                    handler => Monolog\Handler\NullHandler
                                                                                                )
                                                                                            emergency => Array(
                                                                                                    path => /0000/storage/logs/laravel.log
                                                                                                )
                                                                                        )
                                                                                )
                                                                            mail => Array(
                                                                                    driver => smtp
                                                                                    host => smtp.mailtrap.io
                                                                                    port => 2525
                                                                                    from => Array(
                                                                                            address => 
                                                                                            name => 本地测试
                                                                                        )
                                                                                    encryption => 
                                                                                    username => 
                                                                                    password => 
                                                                                    sendmail => /usr/sbin/sendmail -bs
                                                                                    markdown => Array(
                                                                                            theme => default
                                                                                            paths => Array(
                                                                                                    0 => /0000/resources/views/vendor/mail
                                                                                                )
                                                                                        )
                                                                                    log_channel => 
                                                                                )
                                                                            queue => Array(
                                                                                    default => sync
                                                                                    connections => Array(
                                                                                            sync => Array(
                                                                                                    driver => sync
                                                                                                )
                                                                                            database => Array(
                                                                                                    driver => database
                                                                                                    table => jobs
                                                                                                    queue => default
                                                                                                    retry_after => 90
                                                                                                )
                                                                                            beanstalkd => Array(
                                                                                                    driver => beanstalkd
                                                                                                    host => localhost
                                                                                                    queue => default
                                                                                                    retry_after => 90
                                                                                                    block_for => 0
                                                                                                )
                                                                                            sqs => Array(
                                                                                                    driver => sqs
                                                                                                    key => 
                                                                                                    secret => 
                                                                                                    prefix => https://sqs.us-east-1.amazonaws.com/your-account-id
                                                                                                    queue => your-queue-name
                                                                                                    region => us-east-1
                                                                                                )
                                                                                            redis => Array(
                                                                                                    driver => redis
                                                                                                    connection => default
                                                                                                    queue => default
                                                                                                    retry_after => 90
                                                                                                    block_for => 
                                                                                                )
                                                                                        )
                                                                                    failed => Array(
                                                                                            driver => database
                                                                                            database => mysql
                                                                                            table => failed_jobs
                                                                                        )
                                                                                )
                                                                            services => Array(
                                                                                    mailgun => Array(
                                                                                            domain => 
                                                                                            secret => 
                                                                                            endpoint => api.mailgun.net
                                                                                        )
                                                                                    postmark => Array(
                                                                                            token => 
                                                                                        )
                                                                                    ses => Array(
                                                                                            key => 
                                                                                            secret => 
                                                                                            region => us-east-1
                                                                                        )
                                                                                )
                                                                            session => Array(
                                                                                    driver => cookie
                                                                                    lifetime => 120
                                                                                    expire_on_close => 
                                                                                    encrypt => 
                                                                                    files => /0000/storage/framework/sessions
                                                                                    connection => 
                                                                                    table => sessions
                                                                                    store => 
                                                                                    lottery => Array(
                                                                                            0 => 2
                                                                                            1 => 100
                                                                                        )
                                                                                    cookie => _session
                                                                                    path => /
                                                                                    domain => 
                                                                                    secure => 
                                                                                    http_only => 1
                                                                                    same_site => 
                                                                                )
                                                                            view => Array(
                                                                                    paths => Array(
                                                                                            0 => /0000/resources/views
                                                                                        )
                                                                                    compiled => /0000/storage/framework/views
                                                                                )
                                                                            flare => Array(
                                                                                    key => 
                                                                                    reporting => Array(
                                                                                            anonymize_ips => 1
                                                                                            collect_git_information => 1
                                                                                            report_queries => 1
                                                                                            maximum_number_of_collected_queries => 200
                                                                                            report_query_bindings => 1
                                                                                            report_view_data => 1
                                                                                            grouping_type => 
                                                                                        )
                                                                                    send_logs_as_events => 1
                                                                                )
                                                                            ignition => Array(
                                                                                    editor => phpstorm
                                                                                    theme => light
                                                                                    enable_share_button => 1
                                                                                    register_commands => 
                                                                                    ignored_solution_providers => Array()
                                                                                    enable_runnable_solutions => 
                                                                                    remote_sites_path => 
                                                                                    local_sites_path => 
                                                                                    housekeeping_endpoint_prefix => _ignition
                                                                                )
                                                                            trustedproxy => Array(
                                                                                    proxies => 
                                                                                    headers => 30
                                                                                )
                                                                        )
                                                                )
                                                            request => Illuminate\Http\Request Object(
                                                                    json => 
                                                                    convertedFiles => 
                                                                    userResolver => 
                                                                    routeResolver => 
                                                                    attributes => Symfony\Component\HttpFoundation\ParameterBag Object(
                                                                            parameters => Array()
                                                                        )
                                                                    request => Symfony\Component\HttpFoundation\ParameterBag Object(
                                                                            parameters => Array()
                                                                        )
                                                                    query => Symfony\Component\HttpFoundation\ParameterBag Object(
                                                                            parameters => Array()
                                                                        )
                                                                    server => Symfony\Component\HttpFoundation\ServerBag Object(
                                                                            parameters => Array(
                                                                                    SERVER_NAME => localhost
                                                                                    SERVER_PORT => 80
                                                                                    HTTP_HOST => localhost
                                                                                    HTTP_USER_AGENT => Symfony
                                                                                    HTTP_ACCEPT => text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
                                                                                    HTTP_ACCEPT_LANGUAGE => en-us,en;q=0.5
                                                                                    HTTP_ACCEPT_CHARSET => ISO-8859-1,utf-8;q=0.7,*;q=0.7
                                                                                    REMOTE_ADDR => 127.0.0.1
                                                                                    SCRIPT_NAME => artisan
                                                                                    SCRIPT_FILENAME => artisan
                                                                                    SERVER_PROTOCOL => HTTP/1.1
                                                                                    REQUEST_TIME => 1578274354
                                                                                    PHP_EXTRA_CONFIGURE_ARGS => --enable-fpm --with-fpm-user=www-data --with-fpm-group=www-data --disable-cgi
                                                                                    LANGUAGE => C
                                                                                    HOSTNAME => d9d2f135fb85
                                                                                    PHP_INI_DIR => /usr/local/etc/php
                                                                                    GIT_ASKPASS => echo
                                                                                    SHLVL => 2
                                                                                    HOME => /root
                                                                                    OLDPWD => /
                                                                                    PHP_LDFLAGS => -Wl,-O1 -Wl,--hash-style=both -pie
                                                                                    PHP_CFLAGS => -fstack-protector-strong -fpic -fpie -O2
                                                                                    PHP_MD5 => 
                                                                                    PHP_VERSION => 7.2.19
                                                                                    COMPOSER_HOME => /tmp/composer
                                                                                    COMPOSER_BINARY => /usr/bin/composer
                                                                                    GPG_KEYS => 1729F83938DA44E27BA0F4D3DBDB397470D12172 B1B44D8F021E4E2D6021E995DC9FF8D3EE5AF27F
                                                                                    PHP_CPPFLAGS => -fstack-protector-strong -fpic -fpie -O2
                                                                                    PHP_ASC_URL => https://www.php.net/get/php-7.2.19.tar.xz.asc/from/this/mirror
                                                                                    PHP_URL => https://www.php.net/get/php-7.2.19.tar.xz/from/this/mirror
                                                                                    TERM => xterm
                                                                                    PATH => /0000/vendor/bin:/tmp/composer/vendor/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
                                                                                    LD_PRELOAD => /usr/lib/preloadable_libiconv.so php
                                                                                    PHPIZE_DEPS => autoconf 		dpkg-dev dpkg 		file 		g++ 		gcc 		libc-dev 		make 		pkgconf 		re2c
                                                                                    PWD => /0000
                                                                                    PHP_SHA256 => 4ffa2404a88d60e993a9fe69f829ebec3eb1e006de41b6048ce5e91bbeaa9282
                                                                                    PHP_SELF => artisan
                                                                                    PATH_TRANSLATED => artisan
                                                                                    DOCUMENT_ROOT => 
                                                                                    REQUEST_TIME_FLOAT => 1578274354.5135
                                                                                    argv => Array(
                                                                                            0 => artisan
                                                                                            1 => package:discover
                                                                                            2 => --ansi
                                                                                        )
                                                                                    argc => 3
                                                                                    APP_NAME => 本地测试
                                                                                    APP_ENV => local
                                                                                    APP_KEY => base64:gIjju1XIlTNS6j8BuifyrL2QAARYlvdKYd31eAqei7g=
                                                                                    APP_DEBUG => true
                                                                                    APP_URL => http://localhost
                                                                                    LOG_CHANNEL => stack
                                                                                    DB_CONNECTION => mysql
                                                                                    DB_HOST => 127.0.0.1
                                                                                    DB_PORT => 3306
                                                                                    DB_DATABASE => laravel
                                                                                    DB_USERNAME => root
                                                                                    DB_PASSWORD => 
                                                                                    BROADCAST_DRIVER => log
                                                                                    CACHE_DRIVER => file
                                                                                    QUEUE_CONNECTION => sync
                                                                                    SESSION_DRIVER => cookie
                                                                                    SESSION_LIFETIME => 120
                                                                                    REDIS_HOST => 127.0.0.1
                                                                                    REDIS_PASSWORD => null
                                                                                    REDIS_PORT => 6379
                                                                                    MAIL_DRIVER => smtp
                                                                                    MAIL_HOST => smtp.mailtrap.io
                                                                                    MAIL_PORT => 2525
                                                                                    MAIL_USERNAME => null
                                                                                    MAIL_PASSWORD => null
                                                                                    MAIL_ENCRYPTION => null
                                                                                    MAIL_FROM_ADDRESS => null
                                                                                    MAIL_FROM_NAME => 本地测试
                                                                                    AWS_ACCESS_KEY_ID => 
                                                                                    AWS_SECRET_ACCESS_KEY => 
                                                                                    AWS_DEFAULT_REGION => us-east-1
                                                                                    AWS_BUCKET => 
                                                                                    PUSHER_APP_ID => 
                                                                                    PUSHER_APP_KEY => 
                                                                                    PUSHER_APP_SECRET => 
                                                                                    PUSHER_APP_CLUSTER => mt1
                                                                                    MIX_PUSHER_APP_KEY => 
                                                                                    MIX_PUSHER_APP_CLUSTER => mt1
                                                                                    PATH_INFO => 
                                                                                    REQUEST_METHOD => GET
                                                                                    REQUEST_URI => /
                                                                                    QUERY_STRING => 
                                                                                )
                                                                        )
                                                                    files => Symfony\Component\HttpFoundation\FileBag Object(
                                                                            parameters => Array()
                                                                        )
                                                                    cookies => Symfony\Component\HttpFoundation\ParameterBag Object(
                                                                            parameters => Array()
                                                                        )
                                                                    headers => Symfony\Component\HttpFoundation\HeaderBag Object(
                                                                            headers => Array(
                                                                                    host => Array(
                                                                                            0 => localhost
                                                                                        )
                                                                                    [user-agent] => Array(
                                                                                            0 => Symfony
                                                                                        )
                                                                                    accept => Array(
                                                                                            0 => text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
                                                                                        )
                                                                                    [accept-language] => Array(
                                                                                            0 => en-us,en;q=0.5
                                                                                        )
                                                                                    [accept-charset] => Array(
                                                                                            0 => ISO-8859-1,utf-8;q=0.7,*;q=0.7
                                                                                        )
                                                                                )
                                                                            cacheControl => Array()
                                                                        )
                                                                    content => 
                                                                    languages => 
                                                                    charsets => 
                                                                    encodings => 
                                                                    acceptableContentTypes => 
                                                                    pathInfo => 
                                                                    requestUri => 
                                                                    baseUrl => 
                                                                    basePath => 
                                                                    method => 
                                                                    format => 
                                                                    session => 
                                                                    locale => 
                                                                    defaultLocale => en
                                                                    [preferredFormat:Symfony\Component\HttpFoundation\Request:private] => 
                                                                    [isHostValid:Symfony\Component\HttpFoundation\Request:private] => 1
                                                                    [isForwardedValid:Symfony\Component\HttpFoundation\Request:private] => 1
                                                                )
                                                            [Facade\Ignition\LogRecorder\LogRecorder] => Facade\Ignition\LogRecorder\LogRecorder Object(
                                                                    logMessages => Array()
                                                                    app => Illuminate\Foundation\Application Object
 
                                                                )
                                                            [Facade\Ignition\DumpRecorder\DumpRecorder] => Facade\Ignition\DumpRecorder\DumpRecorder Object(
                                                                    dumps => Array()
                                                                    app => Illuminate\Foundation\Application Object
 
                                                                )
                                                            [Facade\Ignition\QueryRecorder\QueryRecorder] => Facade\Ignition\QueryRecorder\QueryRecorder Object(
                                                                    queries => Array()
                                                                    app => Illuminate\Foundation\Application Object
 
                                                                )
                                                            [flare.http] => Facade\FlareClient\Http\Client Object(
                                                                    [apiToken:Facade\FlareClient\Http\Client:private] => 
                                                                    [apiSecret:Facade\FlareClient\Http\Client:private] => 
                                                                    [baseUrl:Facade\FlareClient\Http\Client:private] => https://flareapp.io/api
                                                                    [timeout:Facade\FlareClient\Http\Client:private] => 10
                                                                )
                                                            [flare.client] => Facade\FlareClient\Flare Object(
                                                                    [client:Facade\FlareClient\Flare:private] => Facade\FlareClient\Http\Client Object(
                                                                            [apiToken:Facade\FlareClient\Http\Client:private] => 
                                                                            [apiSecret:Facade\FlareClient\Http\Client:private] => 
                                                                            [baseUrl:Facade\FlareClient\Http\Client:private] => https://flareapp.io/api
                                                                            [timeout:Facade\FlareClient\Http\Client:private] => 10
                                                                        )
                                                                    [api:Facade\FlareClient\Flare:private] => Facade\FlareClient\Api Object(
                                                                            [client:Facade\FlareClient\Api:private] => Facade\FlareClient\Http\Client Object(
                                                                                    [apiToken:Facade\FlareClient\Http\Client:private] => 
                                                                                    [apiSecret:Facade\FlareClient\Http\Client:private] => 
                                                                                    [baseUrl:Facade\FlareClient\Http\Client:private] => https://flareapp.io/api
                                                                                    [timeout:Facade\FlareClient\Http\Client:private] => 10
                                                                                )
                                                                            [queue:Facade\FlareClient\Api:private] => Array()
                                                                        )
                                                                    [middleware:Facade\FlareClient\Flare:private] => Array(
                                                                            0 => Facade\FlareClient\Middleware\AddGlows Object(
                                                                                    [recorder:Facade\FlareClient\Middleware\AddGlows:private] => Facade\FlareClient\Glows\Recorder Object(
                                                                                            [glows:Facade\FlareClient\Glows\Recorder:private] => Array()
                                                                                        )
                                                                                )
                                                                            1 => Facade\FlareClient\Middleware\AnonymizeIp Object()
                                                                            2 => Facade\Ignition\Middleware\SetNotifierName Object()
                                                                            3 => Facade\Ignition\Middleware\AddEnvironmentInformation Object()
                                                                            4 => Facade\Ignition\Middleware\AddLogs Object(
                                                                                    logRecorder => Facade\Ignition\LogRecorder\LogRecorder Object(
                                                                                            logMessages => Array()
                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                        )
                                                                                )
                                                                            5 => Facade\Ignition\Middleware\AddDumps Object(
                                                                                    dumpRecorder => Facade\Ignition\DumpRecorder\DumpRecorder Object(
                                                                                            dumps => Array()
                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                        )
                                                                                )
                                                                            6 => Facade\Ignition\Middleware\AddQueries Object(
                                                                                    queryRecorder => Facade\Ignition\QueryRecorder\QueryRecorder Object(
                                                                                            queries => Array()
                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                        )
                                                                                )
                                                                            7 => Facade\Ignition\Middleware\AddSolutions Object(
                                                                                    solutionProviderRepository => Facade\Ignition\SolutionProviders\SolutionProviderRepository Object(
                                                                                            solutionProviders => Illuminate\Support\Collection Object(
                                                                                                    items => Array(
                                                                                                            0 => Facade\Ignition\SolutionProviders\IncorrectValetDbCredentialsSolutionProvider
                                                                                                            1 => Facade\Ignition\SolutionProviders\MissingAppKeySolutionProvider
                                                                                                            2 => Facade\Ignition\SolutionProviders\DefaultDbNameSolutionProvider
                                                                                                            3 => Facade\Ignition\SolutionProviders\BadMethodCallSolutionProvider
                                                                                                            4 => Facade\Ignition\SolutionProviders\TableNotFoundSolutionProvider
                                                                                                            5 => Facade\Ignition\SolutionProviders\MissingImportSolutionProvider
                                                                                                            6 => Facade\Ignition\SolutionProviders\MissingPackageSolutionProvider
                                                                                                            7 => Facade\Ignition\SolutionProviders\InvalidRouteActionSolutionProvider
                                                                                                            8 => Facade\Ignition\SolutionProviders\ViewNotFoundSolutionProvider
                                                                                                            9 => Facade\Ignition\SolutionProviders\UndefinedVariableSolutionProvider
                                                                                                            10 => Facade\Ignition\SolutionProviders\MergeConflictSolutionProvider
                                                                                                            11 => Facade\Ignition\SolutionProviders\RunningLaravelDuskInProductionProvider
                                                                                                            12 => Facade\Ignition\SolutionProviders\MissingColumnSolutionProvider
                                                                                                            13 => Facade\Ignition\SolutionProviders\UnknownValidationSolutionProvider
                                                                                                        )
                                                                                                )
                                                                                        )
                                                                                )
                                                                            8 => Facade\Ignition\Middleware\AddGitInformation Object()
                                                                        )
                                                                    [recorder:Facade\FlareClient\Flare:private] => Facade\FlareClient\Glows\Recorder Object(
                                                                            [glows:Facade\FlareClient\Glows\Recorder:private] => Array()
                                                                        )
                                                                    [applicationPath:Facade\FlareClient\Flare:private] => /0000
                                                                    [container:Facade\FlareClient\Flare:private] => Illuminate\Foundation\Application Object
 
                                                                    [contextDetector:Facade\FlareClient\Flare:private] => Facade\Ignition\Context\LaravelContextDetector Object()
                                                                    [previousExceptionHandler:Facade\FlareClient\Flare:private] => 
                                                                    [previousErrorHandler:Facade\FlareClient\Flare:private] => 
                                                                    [messageLevel:Facade\FlareClient\Flare:private] => 
                                                                    [stage:Facade\FlareClient\Flare:private] => local
                                                                    [userProvidedContext:Facade\FlareClient\Flare:private] => Array()
                                                                )
                                                            [Facade\IgnitionContracts\SolutionProviderRepository] => Facade\Ignition\SolutionProviders\SolutionProviderRepository Object(
                                                                    solutionProviders => Illuminate\Support\Collection Object(
                                                                            items => Array(
                                                                                    0 => Facade\Ignition\SolutionProviders\IncorrectValetDbCredentialsSolutionProvider
                                                                                    1 => Facade\Ignition\SolutionProviders\MissingAppKeySolutionProvider
                                                                                    2 => Facade\Ignition\SolutionProviders\DefaultDbNameSolutionProvider
                                                                                    3 => Facade\Ignition\SolutionProviders\BadMethodCallSolutionProvider
                                                                                    4 => Facade\Ignition\SolutionProviders\TableNotFoundSolutionProvider
                                                                                    5 => Facade\Ignition\SolutionProviders\MissingImportSolutionProvider
                                                                                    6 => Facade\Ignition\SolutionProviders\MissingPackageSolutionProvider
                                                                                    7 => Facade\Ignition\SolutionProviders\InvalidRouteActionSolutionProvider
                                                                                    8 => Facade\Ignition\SolutionProviders\ViewNotFoundSolutionProvider
                                                                                    9 => Facade\Ignition\SolutionProviders\UndefinedVariableSolutionProvider
                                                                                    10 => Facade\Ignition\SolutionProviders\MergeConflictSolutionProvider
                                                                                    11 => Facade\Ignition\SolutionProviders\RunningLaravelDuskInProductionProvider
                                                                                    12 => Facade\Ignition\SolutionProviders\MissingColumnSolutionProvider
                                                                                    13 => Facade\Ignition\SolutionProviders\UnknownValidationSolutionProvider
                                                                                )
                                                                        )
                                                                )
                                                            [Illuminate\Contracts\Debug\ExceptionHandler] => NunoMaduro\Collision\Adapters\Laravel\ExceptionHandler Object(
                                                                    appExceptionHandler => App\Exceptions\Handler Object(
                                                                            dontReport => Array()
                                                                            dontFlash => Array(
                                                                                    0 => password
                                                                                    1 => password_confirmation
                                                                                )
                                                                            container => Illuminate\Foundation\Application Object
 
                                                                            internalDontReport => Array(
                                                                                    0 => Illuminate\Auth\AuthenticationException
                                                                                    1 => Illuminate\Auth\Access\AuthorizationException
                                                                                    2 => Symfony\Component\HttpKernel\Exception\HttpException
                                                                                    3 => Illuminate\Http\Exceptions\HttpResponseException
                                                                                    4 => Illuminate\Database\Eloquent\ModelNotFoundException
                                                                                    5 => Symfony\Component\HttpFoundation\Exception\SuspiciousOperationException
                                                                                    6 => Illuminate\Session\TokenMismatchException
                                                                                    7 => Illuminate\Validation\ValidationException
                                                                                )
                                                                        )
                                                                    container => Illuminate\Foundation\Application Object
 
                                                                )
                                                            [db.factory] => Illuminate\Database\Connectors\ConnectionFactory Object(
                                                                    container => Illuminate\Foundation\Application Object
 
                                                                )
                                                            db => Illuminate\Database\DatabaseManager Object(
                                                                    app => Illuminate\Foundation\Application Object
 
                                                                    factory => Illuminate\Database\Connectors\ConnectionFactory Object(
                                                                            container => Illuminate\Foundation\Application Object
 
                                                                        )
                                                                    connections => Array()
                                                                    extensions => Array()
                                                                    reconnector => Closure Object(
                                                                            this => Illuminate\Database\DatabaseManager Object
 
                                                                            parameter => Array(
                                                                                    [$connection] => 
                                                                                )
                                                                        )
                                                                )
                                                            [view.engine.resolver] => Illuminate\View\Engines\EngineResolver Object(
                                                                    resolvers => Array(
                                                                            file => Closure Object(
                                                                                    this => Illuminate\View\ViewServiceProvider Object(
                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                        )
                                                                                )
                                                                            php => Closure Object(
                                                                                    this => Facade\Ignition\IgnitionServiceProvider Object(
                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                        )
                                                                                )
                                                                            blade => Closure Object(
                                                                                    this => Facade\Ignition\IgnitionServiceProvider Object(
                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                        )
                                                                                )
                                                                        )
                                                                    resolved => Array()
                                                                )
                                                            files => Illuminate\Filesystem\Filesystem Object()
                                                            [blade.compiler] => Illuminate\View\Compilers\BladeCompiler Object(
                                                                    extensions => Array()
                                                                    customDirectives => Array()
                                                                    conditions => Array()
                                                                    path => 
                                                                    compilers => Array(
                                                                            0 => Comments
                                                                            1 => Extensions
                                                                            2 => Statements
                                                                            3 => Echos
                                                                        )
                                                                    rawTags => Array(
                                                                            0 => {!!
                                                                            1 => !!}
                                                                        )
                                                                    contentTags => Array(
                                                                            0 => {{
                                                                            1 => }}
                                                                        )
                                                                    escapedTags => Array(
                                                                            0 => {{{
                                                                            1 => }}}
                                                                        )
                                                                    echoFormat => e(%s)
                                                                    footer => Array()
                                                                    rawBlocks => Array()
                                                                    files => Illuminate\Filesystem\Filesystem Object()
                                                                    cachePath => /0000/storage/framework/views
                                                                    firstCaseInSwitch => 1
                                                                    [encodingOptions:Illuminate\View\Compilers\BladeCompiler:private] => 15
                                                                    lastSection => 
                                                                    forElseCounter => 0
                                                                )
                                                            log => Illuminate\Log\LogManager Object(
                                                                    app => Illuminate\Foundation\Application Object
 
                                                                    channels => Array()
                                                                    customCreators => Array(
                                                                            flare => Closure Object(
                                                                                    this => Illuminate\Log\LogManager Object
 
                                                                                    parameter => Array(
                                                                                            [$app] => 
                                                                                        )
                                                                                )
                                                                        )
                                                                    dateFormat => Y-m-d H:i:s
                                                                    levels => Array(
                                                                            debug => 100
                                                                            info => 200
                                                                            notice => 250
                                                                            warning => 300
                                                                            error => 400
                                                                            critical => 500
                                                                            alert => 550
                                                                            emergency => 600
                                                                        )
                                                                )
                                                            queue => Illuminate\Queue\QueueManager Object(
                                                                    app => Illuminate\Foundation\Application Object
 
                                                                    connections => Array()
                                                                    connectors => Array(
                                                                            null => Closure Object(
                                                                                    this => Illuminate\Queue\QueueServiceProvider Object(
                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                        )
                                                                                )
                                                                            sync => Closure Object(
                                                                                    this => Illuminate\Queue\QueueServiceProvider Object(
                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                        )
                                                                                )
                                                                            database => Closure Object(
                                                                                    this => Illuminate\Queue\QueueServiceProvider Object(
                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                        )
                                                                                )
                                                                            redis => Closure Object(
                                                                                    this => Illuminate\Queue\QueueServiceProvider Object(
                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                        )
                                                                                )
                                                                            beanstalkd => Closure Object(
                                                                                    this => Illuminate\Queue\QueueServiceProvider Object(
                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                        )
                                                                                )
                                                                            sqs => Closure Object(
                                                                                    this => Illuminate\Queue\QueueServiceProvider Object(
                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                        )
                                                                                )
                                                                        )
                                                                )
                                                            date => Illuminate\Support\DateFactory Object()
                                                            router => Illuminate\Routing\Router Object
 
                                                            routes => Illuminate\Routing\RouteCollection Object(
                                                                    routes => Array()
                                                                    allRoutes => Array()
                                                                    nameList => Array()
                                                                    actionList => Array()
                                                                )
                                                            url => Illuminate\Routing\UrlGenerator Object(
                                                                    routes => Illuminate\Routing\RouteCollection Object(
                                                                            routes => Array()
                                                                            allRoutes => Array()
                                                                            nameList => Array()
                                                                            actionList => Array()
                                                                        )
                                                                    request => Illuminate\Http\Request Object(
                                                                            json => 
                                                                            convertedFiles => 
                                                                            userResolver => 
                                                                            routeResolver => 
                                                                            attributes => Symfony\Component\HttpFoundation\ParameterBag Object(
                                                                                    parameters => Array()
                                                                                )
                                                                            request => Symfony\Component\HttpFoundation\ParameterBag Object(
                                                                                    parameters => Array()
                                                                                )
                                                                            query => Symfony\Component\HttpFoundation\ParameterBag Object(
                                                                                    parameters => Array()
                                                                                )
                                                                            server => Symfony\Component\HttpFoundation\ServerBag Object(
                                                                                    parameters => Array(
                                                                                            SERVER_NAME => localhost
                                                                                            SERVER_PORT => 80
                                                                                            HTTP_HOST => localhost
                                                                                            HTTP_USER_AGENT => Symfony
                                                                                            HTTP_ACCEPT => text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
                                                                                            HTTP_ACCEPT_LANGUAGE => en-us,en;q=0.5
                                                                                            HTTP_ACCEPT_CHARSET => ISO-8859-1,utf-8;q=0.7,*;q=0.7
                                                                                            REMOTE_ADDR => 127.0.0.1
                                                                                            SCRIPT_NAME => artisan
                                                                                            SCRIPT_FILENAME => artisan
                                                                                            SERVER_PROTOCOL => HTTP/1.1
                                                                                            REQUEST_TIME => 1578274354
                                                                                            PHP_EXTRA_CONFIGURE_ARGS => --enable-fpm --with-fpm-user=www-data --with-fpm-group=www-data --disable-cgi
                                                                                            LANGUAGE => C
                                                                                            HOSTNAME => d9d2f135fb85
                                                                                            PHP_INI_DIR => /usr/local/etc/php
                                                                                            GIT_ASKPASS => echo
                                                                                            SHLVL => 2
                                                                                            HOME => /root
                                                                                            OLDPWD => /
                                                                                            PHP_LDFLAGS => -Wl,-O1 -Wl,--hash-style=both -pie
                                                                                            PHP_CFLAGS => -fstack-protector-strong -fpic -fpie -O2
                                                                                            PHP_MD5 => 
                                                                                            PHP_VERSION => 7.2.19
                                                                                            COMPOSER_HOME => /tmp/composer
                                                                                            COMPOSER_BINARY => /usr/bin/composer
                                                                                            GPG_KEYS => 1729F83938DA44E27BA0F4D3DBDB397470D12172 B1B44D8F021E4E2D6021E995DC9FF8D3EE5AF27F
                                                                                            PHP_CPPFLAGS => -fstack-protector-strong -fpic -fpie -O2
                                                                                            PHP_ASC_URL => https://www.php.net/get/php-7.2.19.tar.xz.asc/from/this/mirror
                                                                                            PHP_URL => https://www.php.net/get/php-7.2.19.tar.xz/from/this/mirror
                                                                                            TERM => xterm
                                                                                            PATH => /0000/vendor/bin:/tmp/composer/vendor/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
                                                                                            LD_PRELOAD => /usr/lib/preloadable_libiconv.so php
                                                                                            PHPIZE_DEPS => autoconf 		dpkg-dev dpkg 		file 		g++ 		gcc 		libc-dev 		make 		pkgconf 		re2c
                                                                                            PWD => /0000
                                                                                            PHP_SHA256 => 4ffa2404a88d60e993a9fe69f829ebec3eb1e006de41b6048ce5e91bbeaa9282
                                                                                            PHP_SELF => artisan
                                                                                            PATH_TRANSLATED => artisan
                                                                                            DOCUMENT_ROOT => 
                                                                                            REQUEST_TIME_FLOAT => 1578274354.5135
                                                                                            argv => Array(
                                                                                                    0 => artisan
                                                                                                    1 => package:discover
                                                                                                    2 => --ansi
                                                                                                )
                                                                                            argc => 3
                                                                                            APP_NAME => 本地测试
                                                                                            APP_ENV => local
                                                                                            APP_KEY => base64:gIjju1XIlTNS6j8BuifyrL2QAARYlvdKYd31eAqei7g=
                                                                                            APP_DEBUG => true
                                                                                            APP_URL => http://localhost
                                                                                            LOG_CHANNEL => stack
                                                                                            DB_CONNECTION => mysql
                                                                                            DB_HOST => 127.0.0.1
                                                                                            DB_PORT => 3306
                                                                                            DB_DATABASE => laravel
                                                                                            DB_USERNAME => root
                                                                                            DB_PASSWORD => 
                                                                                            BROADCAST_DRIVER => log
                                                                                            CACHE_DRIVER => file
                                                                                            QUEUE_CONNECTION => sync
                                                                                            SESSION_DRIVER => cookie
                                                                                            SESSION_LIFETIME => 120
                                                                                            REDIS_HOST => 127.0.0.1
                                                                                            REDIS_PASSWORD => null
                                                                                            REDIS_PORT => 6379
                                                                                            MAIL_DRIVER => smtp
                                                                                            MAIL_HOST => smtp.mailtrap.io
                                                                                            MAIL_PORT => 2525
                                                                                            MAIL_USERNAME => null
                                                                                            MAIL_PASSWORD => null
                                                                                            MAIL_ENCRYPTION => null
                                                                                            MAIL_FROM_ADDRESS => null
                                                                                            MAIL_FROM_NAME => 本地测试
                                                                                            AWS_ACCESS_KEY_ID => 
                                                                                            AWS_SECRET_ACCESS_KEY => 
                                                                                            AWS_DEFAULT_REGION => us-east-1
                                                                                            AWS_BUCKET => 
                                                                                            PUSHER_APP_ID => 
                                                                                            PUSHER_APP_KEY => 
                                                                                            PUSHER_APP_SECRET => 
                                                                                            PUSHER_APP_CLUSTER => mt1
                                                                                            MIX_PUSHER_APP_KEY => 
                                                                                            MIX_PUSHER_APP_CLUSTER => mt1
                                                                                            PATH_INFO => 
                                                                                            REQUEST_METHOD => GET
                                                                                            REQUEST_URI => /
                                                                                            QUERY_STRING => 
                                                                                        )
                                                                                )
                                                                            files => Symfony\Component\HttpFoundation\FileBag Object(
                                                                                    parameters => Array()
                                                                                )
                                                                            cookies => Symfony\Component\HttpFoundation\ParameterBag Object(
                                                                                    parameters => Array()
                                                                                )
                                                                            headers => Symfony\Component\HttpFoundation\HeaderBag Object(
                                                                                    headers => Array(
                                                                                            host => Array(
                                                                                                    0 => localhost
                                                                                                )
                                                                                            [user-agent] => Array(
                                                                                                    0 => Symfony
                                                                                                )
                                                                                            accept => Array(
                                                                                                    0 => text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
                                                                                                )
                                                                                            [accept-language] => Array(
                                                                                                    0 => en-us,en;q=0.5
                                                                                                )
                                                                                            [accept-charset] => Array(
                                                                                                    0 => ISO-8859-1,utf-8;q=0.7,*;q=0.7
                                                                                                )
                                                                                        )
                                                                                    cacheControl => Array()
                                                                                )
                                                                            content => 
                                                                            languages => 
                                                                            charsets => 
                                                                            encodings => 
                                                                            acceptableContentTypes => 
                                                                            pathInfo => 
                                                                            requestUri => 
                                                                            baseUrl => 
                                                                            basePath => 
                                                                            method => 
                                                                            format => 
                                                                            session => 
                                                                            locale => 
                                                                            defaultLocale => en
                                                                            [preferredFormat:Symfony\Component\HttpFoundation\Request:private] => 
                                                                            [isHostValid:Symfony\Component\HttpFoundation\Request:private] => 1
                                                                            [isForwardedValid:Symfony\Component\HttpFoundation\Request:private] => 1
                                                                        )
                                                                    assetRoot => 
                                                                    forcedRoot => 
                                                                    forceScheme => 
                                                                    cachedRoot => 
                                                                    cachedScheme => 
                                                                    rootNamespace => App\Http\Controllers
                                                                    sessionResolver => Closure Object(
                                                                            this => Illuminate\Routing\RoutingServiceProvider Object(
                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                )
                                                                        )
                                                                    keyResolver => Closure Object(
                                                                            this => Illuminate\Routing\RoutingServiceProvider Object(
                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                )
                                                                        )
                                                                    formatHostUsing => 
                                                                    formatPathUsing => 
                                                                    routeGenerator => 
                                                                )
                                                        )
                                                    aliases => Array(
                                                            [Illuminate\Foundation\Application] => app
                                                            [Illuminate\Contracts\Container\Container] => app
                                                            [Illuminate\Contracts\Foundation\Application] => app
                                                            [Psr\Container\ContainerInterface] => app
                                                            [Illuminate\Auth\AuthManager] => auth
                                                            [Illuminate\Contracts\Auth\Factory] => auth
                                                            [Illuminate\Contracts\Auth\Guard] => auth.driver
                                                            [Illuminate\View\Compilers\BladeCompiler] => blade.compiler
                                                            [Illuminate\Cache\CacheManager] => cache
                                                            [Illuminate\Contracts\Cache\Factory] => cache
                                                            [Illuminate\Cache\Repository] => cache.store
                                                            [Illuminate\Contracts\Cache\Repository] => cache.store
                                                            [Psr\SimpleCache\CacheInterface] => cache.store
                                                            [Symfony\Component\Cache\Adapter\Psr16Adapter] => cache.psr6
                                                            [Symfony\Component\Cache\Adapter\AdapterInterface] => cache.psr6
                                                            [Psr\Cache\CacheItemPoolInterface] => cache.psr6
                                                            [Illuminate\Config\Repository] => config
                                                            [Illuminate\Contracts\Config\Repository] => config
                                                            [Illuminate\Cookie\CookieJar] => cookie
                                                            [Illuminate\Contracts\Cookie\Factory] => cookie
                                                            [Illuminate\Contracts\Cookie\QueueingFactory] => cookie
                                                            [Illuminate\Encryption\Encrypter] => encrypter
                                                            [Illuminate\Contracts\Encryption\Encrypter] => encrypter
                                                            [Illuminate\Database\DatabaseManager] => db
                                                            [Illuminate\Database\ConnectionResolverInterface] => db
                                                            [Illuminate\Database\Connection] => db.connection
                                                            [Illuminate\Database\ConnectionInterface] => db.connection
                                                            [Illuminate\Events\Dispatcher] => events
                                                            [Illuminate\Contracts\Events\Dispatcher] => events
                                                            [Illuminate\Filesystem\Filesystem] => files
                                                            [Illuminate\Filesystem\FilesystemManager] => filesystem
                                                            [Illuminate\Contracts\Filesystem\Factory] => filesystem
                                                            [Illuminate\Contracts\Filesystem\Filesystem] => filesystem.disk
                                                            [Illuminate\Contracts\Filesystem\Cloud] => filesystem.cloud
                                                            [Illuminate\Hashing\HashManager] => hash
                                                            [Illuminate\Contracts\Hashing\Hasher] => hash.driver
                                                            [Illuminate\Translation\Translator] => translator
                                                            [Illuminate\Contracts\Translation\Translator] => translator
                                                            [Illuminate\Log\LogManager] => log
                                                            [Psr\Log\LoggerInterface] => log
                                                            [Illuminate\Mail\Mailer] => mailer
                                                            [Illuminate\Contracts\Mail\Mailer] => mailer
                                                            [Illuminate\Contracts\Mail\MailQueue] => mailer
                                                            [Illuminate\Auth\Passwords\PasswordBrokerManager] => auth.password
                                                            [Illuminate\Contracts\Auth\PasswordBrokerFactory] => auth.password
                                                            [Illuminate\Auth\Passwords\PasswordBroker] => auth.password.broker
                                                            [Illuminate\Contracts\Auth\PasswordBroker] => auth.password.broker
                                                            [Illuminate\Queue\QueueManager] => queue
                                                            [Illuminate\Contracts\Queue\Factory] => queue
                                                            [Illuminate\Contracts\Queue\Monitor] => queue
                                                            [Illuminate\Contracts\Queue\Queue] => queue.connection
                                                            [Illuminate\Queue\Failed\FailedJobProviderInterface] => queue.failer
                                                            [Illuminate\Routing\Redirector] => redirect
                                                            [Illuminate\Redis\RedisManager] => redis
                                                            [Illuminate\Contracts\Redis\Factory] => redis
                                                            [Illuminate\Http\Request] => request
                                                            [Symfony\Component\HttpFoundation\Request] => request
                                                            [Illuminate\Routing\Router] => router
                                                            [Illuminate\Contracts\Routing\Registrar] => router
                                                            [Illuminate\Contracts\Routing\BindingRegistrar] => router
                                                            [Illuminate\Session\SessionManager] => session
                                                            [Illuminate\Session\Store] => session.store
                                                            [Illuminate\Contracts\Session\Session] => session.store
                                                            [Illuminate\Routing\UrlGenerator] => url
                                                            [Illuminate\Contracts\Routing\UrlGenerator] => url
                                                            [Illuminate\Validation\Factory] => validator
                                                            [Illuminate\Contracts\Validation\Factory] => validator
                                                            [Illuminate\View\Factory] => view
                                                            [Illuminate\Contracts\View\Factory] => view
                                                            [Illuminate\Contracts\Notifications\Dispatcher] => Illuminate\Notifications\ChannelManager
                                                            [Illuminate\Contracts\Notifications\Factory] => Illuminate\Notifications\ChannelManager
                                                            [Facade\FlareClient\Http\Client] => flare.http
                                                            [Facade\FlareClient\Flare] => flare.client
                                                        )
                                                    abstractAliases => Array(
                                                            app => Array(
                                                                    0 => Illuminate\Foundation\Application
                                                                    1 => Illuminate\Contracts\Container\Container
                                                                    2 => Illuminate\Contracts\Foundation\Application
                                                                    3 => Psr\Container\ContainerInterface
                                                                )
                                                            auth => Array(
                                                                    0 => Illuminate\Auth\AuthManager
                                                                    1 => Illuminate\Contracts\Auth\Factory
                                                                )
                                                            [auth.driver] => Array(
                                                                    0 => Illuminate\Contracts\Auth\Guard
                                                                )
                                                            [blade.compiler] => Array(
                                                                    0 => Illuminate\View\Compilers\BladeCompiler
                                                                )
                                                            cache => Array(
                                                                    0 => Illuminate\Cache\CacheManager
                                                                    1 => Illuminate\Contracts\Cache\Factory
                                                                )
                                                            [cache.store] => Array(
                                                                    0 => Illuminate\Cache\Repository
                                                                    1 => Illuminate\Contracts\Cache\Repository
                                                                    2 => Psr\SimpleCache\CacheInterface
                                                                )
                                                            [cache.psr6] => Array(
                                                                    0 => Symfony\Component\Cache\Adapter\Psr16Adapter
                                                                    1 => Symfony\Component\Cache\Adapter\AdapterInterface
                                                                    2 => Psr\Cache\CacheItemPoolInterface
                                                                )
                                                            config => Array(
                                                                    0 => Illuminate\Config\Repository
                                                                    1 => Illuminate\Contracts\Config\Repository
                                                                )
                                                            cookie => Array(
                                                                    0 => Illuminate\Cookie\CookieJar
                                                                    1 => Illuminate\Contracts\Cookie\Factory
                                                                    2 => Illuminate\Contracts\Cookie\QueueingFactory
                                                                )
                                                            encrypter => Array(
                                                                    0 => Illuminate\Encryption\Encrypter
                                                                    1 => Illuminate\Contracts\Encryption\Encrypter
                                                                )
                                                            db => Array(
                                                                    0 => Illuminate\Database\DatabaseManager
                                                                    1 => Illuminate\Database\ConnectionResolverInterface
                                                                )
                                                            [db.connection] => Array(
                                                                    0 => Illuminate\Database\Connection
                                                                    1 => Illuminate\Database\ConnectionInterface
                                                                )
                                                            events => Array(
                                                                    0 => Illuminate\Events\Dispatcher
                                                                    1 => Illuminate\Contracts\Events\Dispatcher
                                                                )
                                                            files => Array(
                                                                    0 => Illuminate\Filesystem\Filesystem
                                                                )
                                                            filesystem => Array(
                                                                    0 => Illuminate\Filesystem\FilesystemManager
                                                                    1 => Illuminate\Contracts\Filesystem\Factory
                                                                )
                                                            [filesystem.disk] => Array(
                                                                    0 => Illuminate\Contracts\Filesystem\Filesystem
                                                                )
                                                            [filesystem.cloud] => Array(
                                                                    0 => Illuminate\Contracts\Filesystem\Cloud
                                                                )
                                                            hash => Array(
                                                                    0 => Illuminate\Hashing\HashManager
                                                                )
                                                            [hash.driver] => Array(
                                                                    0 => Illuminate\Contracts\Hashing\Hasher
                                                                )
                                                            translator => Array(
                                                                    0 => Illuminate\Translation\Translator
                                                                    1 => Illuminate\Contracts\Translation\Translator
                                                                )
                                                            log => Array(
                                                                    0 => Illuminate\Log\LogManager
                                                                    1 => Psr\Log\LoggerInterface
                                                                )
                                                            mailer => Array(
                                                                    0 => Illuminate\Mail\Mailer
                                                                    1 => Illuminate\Contracts\Mail\Mailer
                                                                    2 => Illuminate\Contracts\Mail\MailQueue
                                                                )
                                                            [auth.password] => Array(
                                                                    0 => Illuminate\Auth\Passwords\PasswordBrokerManager
                                                                    1 => Illuminate\Contracts\Auth\PasswordBrokerFactory
                                                                )
                                                            [auth.password.broker] => Array(
                                                                    0 => Illuminate\Auth\Passwords\PasswordBroker
                                                                    1 => Illuminate\Contracts\Auth\PasswordBroker
                                                                )
                                                            queue => Array(
                                                                    0 => Illuminate\Queue\QueueManager
                                                                    1 => Illuminate\Contracts\Queue\Factory
                                                                    2 => Illuminate\Contracts\Queue\Monitor
                                                                )
                                                            [queue.connection] => Array(
                                                                    0 => Illuminate\Contracts\Queue\Queue
                                                                )
                                                            [queue.failer] => Array(
                                                                    0 => Illuminate\Queue\Failed\FailedJobProviderInterface
                                                                )
                                                            redirect => Array(
                                                                    0 => Illuminate\Routing\Redirector
                                                                )
                                                            redis => Array(
                                                                    0 => Illuminate\Redis\RedisManager
                                                                    1 => Illuminate\Contracts\Redis\Factory
                                                                )
                                                            request => Array(
                                                                    0 => Illuminate\Http\Request
                                                                    1 => Symfony\Component\HttpFoundation\Request
                                                                )
                                                            router => Array(
                                                                    0 => Illuminate\Routing\Router
                                                                    1 => Illuminate\Contracts\Routing\Registrar
                                                                    2 => Illuminate\Contracts\Routing\BindingRegistrar
                                                                )
                                                            session => Array(
                                                                    0 => Illuminate\Session\SessionManager
                                                                )
                                                            [session.store] => Array(
                                                                    0 => Illuminate\Session\Store
                                                                    1 => Illuminate\Contracts\Session\Session
                                                                )
                                                            url => Array(
                                                                    0 => Illuminate\Routing\UrlGenerator
                                                                    1 => Illuminate\Contracts\Routing\UrlGenerator
                                                                )
                                                            validator => Array(
                                                                    0 => Illuminate\Validation\Factory
                                                                    1 => Illuminate\Contracts\Validation\Factory
                                                                )
                                                            view => Array(
                                                                    0 => Illuminate\View\Factory
                                                                    1 => Illuminate\Contracts\View\Factory
                                                                )
                                                            [Illuminate\Notifications\ChannelManager] => Array(
                                                                    0 => Illuminate\Contracts\Notifications\Dispatcher
                                                                    1 => Illuminate\Contracts\Notifications\Factory
                                                                )
                                                            [flare.http] => Array(
                                                                    0 => Facade\FlareClient\Http\Client
                                                                )
                                                            [flare.client] => Array(
                                                                    0 => Facade\FlareClient\Flare
                                                                )
                                                        )
                                                    extenders => Array(
                                                            url => Array(
                                                                    0 => Closure Object(
                                                                            this => Illuminate\Routing\RoutingServiceProvider Object(
                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                )
                                                                            parameter => Array(
                                                                                    [$url] => 
                                                                                    [$app] => 
                                                                                )
                                                                        )
                                                                )
                                                        )
                                                    tags => Array()
                                                    buildStack => Array()
                                                    with => Array()
                                                    contextual => Array()
                                                    reboundCallbacks => Array(
                                                            request => Array(
                                                                    0 => Closure Object(
                                                                            this => Illuminate\Auth\AuthServiceProvider Object(
                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                )
                                                                            parameter => Array(
                                                                                    [$app] => 
                                                                                    [$request] => 
                                                                                )
                                                                        )
                                                                    1 => Closure Object(
                                                                            this => Illuminate\Routing\RoutingServiceProvider Object(
                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                )
                                                                            parameter => Array(
                                                                                    [$app] => 
                                                                                    [$request] => 
                                                                                )
                                                                        )
                                                                )
                                                            events => Array(
                                                                    0 => Closure Object(
                                                                            this => Illuminate\Auth\AuthServiceProvider Object(
                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                )
                                                                            parameter => Array(
                                                                                    [$app] => 
                                                                                    [$dispatcher] => 
                                                                                )
                                                                        )
                                                                )
                                                            routes => Array(
                                                                    0 => Closure Object(
                                                                            this => Illuminate\Routing\RoutingServiceProvider Object(
                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                )
                                                                            parameter => Array(
                                                                                    [$app] => 
                                                                                    [$routes] => 
                                                                                )
                                                                        )
                                                                )
                                                        )
                                                    globalResolvingCallbacks => Array()
                                                    globalAfterResolvingCallbacks => Array()
                                                    resolvingCallbacks => Array(
                                                            [Illuminate\Foundation\Http\FormRequest] => Array(
                                                                    0 => Closure Object(
                                                                            this => Illuminate\Foundation\Providers\FormRequestServiceProvider Object(
                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                )
                                                                            parameter => Array(
                                                                                    [$request] => 
                                                                                    [$app] => 
                                                                                )
                                                                        )
                                                                )
                                                        )
                                                    afterResolvingCallbacks => Array(
                                                            [Illuminate\Contracts\Validation\ValidatesWhenResolved] => Array(
                                                                    0 => Closure Object(
                                                                            this => Illuminate\Foundation\Providers\FormRequestServiceProvider Object(
                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                )
                                                                            parameter => Array(
                                                                                    [$resolved] => 
                                                                                )
                                                                        )
                                                                )
                                                            view => Array(
                                                                    0 => Closure Object(
                                                                            static => Array(
                                                                                    path => /tutorials/vendor2/laravel/framework-6.x/src/Illuminate/Notifications/resources/views
                                                                                    namespace => notifications
                                                                                )
                                                                            this => Illuminate\Notifications\NotificationServiceProvider Object(
                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                )
                                                                            parameter => Array(
                                                                                    [$view] => 
                                                                                )
                                                                        )
                                                                    1 => Closure Object(
                                                                            static => Array(
                                                                                    path => /tutorials/vendor2/laravel/framework-6.x/src/Illuminate/Pagination/resources/views
                                                                                    namespace => pagination
                                                                                )
                                                                            this => Illuminate\Pagination\PaginationServiceProvider Object(
                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                )
                                                                            parameter => Array(
                                                                                    [$view] => 
                                                                                )
                                                                        )
                                                                )
                                                        )
                                                )
                                        )
                                )
                        )
                    container => Illuminate\Foundation\Application Object(
                            basePath => /0000
                            hasBeenBootstrapped => 1
                            booted => 
                            bootingCallbacks => Array(
                                    0 => Closure Object(
                                            static => Array(
                                                    instance => Illuminate\Queue\QueueServiceProvider Object(
                                                            app => Illuminate\Foundation\Application Object
 
                                                        )
                                                )
                                            this => Illuminate\Foundation\Application Object
 
                                        )
                                )
                            bootedCallbacks => Array(
                                    0 => Closure Object(
                                            this => App\Console\Kernel Object(
                                                    commands => Array()
                                                    app => Illuminate\Foundation\Application Object
 
                                                    events => Illuminate\Events\Dispatcher Object(
                                                            container => Illuminate\Foundation\Application Object
 
                                                            listeners => Array(
                                                                    [Illuminate\Queue\Events\Looping] => Array(
                                                                            0 => Closure Object(
                                                                                    static => Array(
                                                                                            listener => Closure Object(
                                                                                                    this => Facade\Ignition\IgnitionServiceProvider Object(
                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                        )
                                                                                                )
                                                                                            wildcard => 
                                                                                        )
                                                                                    this => Illuminate\Events\Dispatcher Object
 
                                                                                    parameter => Array(
                                                                                            [$event] => 
                                                                                            [$payload] => 
                                                                                        )
                                                                                )
                                                                        )
                                                                    [Illuminate\Database\Events\QueryExecuted] => Array(
                                                                            0 => Closure Object(
                                                                                    static => Array(
                                                                                            listener => Array(
                                                                                                    0 => Facade\Ignition\QueryRecorder\QueryRecorder Object(
                                                                                                            queries => Array()
                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                        )
                                                                                                    1 => record
                                                                                                )
                                                                                            wildcard => 
                                                                                        )
                                                                                    this => Illuminate\Events\Dispatcher Object
 
                                                                                    parameter => Array(
                                                                                            [$event] => 
                                                                                            [$payload] => 
                                                                                        )
                                                                                )
                                                                        )
                                                                    [Illuminate\Log\Events\MessageLogged] => Array(
                                                                            0 => Closure Object(
                                                                                    static => Array(
                                                                                            listener => Array(
                                                                                                    0 => Facade\Ignition\LogRecorder\LogRecorder Object(
                                                                                                            logMessages => Array()
                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                        )
                                                                                                    1 => record
                                                                                                )
                                                                                            wildcard => 
                                                                                        )
                                                                                    this => Illuminate\Events\Dispatcher Object
 
                                                                                    parameter => Array(
                                                                                            [$event] => 
                                                                                            [$payload] => 
                                                                                        )
                                                                                )
                                                                        )
                                                                    [Illuminate\Foundation\Events\LocaleUpdated] => Array(
                                                                            0 => Closure Object(
                                                                                    static => Array(
                                                                                            listener => Closure Object(
                                                                                                    static => Array(
                                                                                                            service => Carbon\Laravel\ServiceProvider Object(
                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                )
                                                                                                        )
                                                                                                    this => Carbon\Laravel\ServiceProvider Object(
                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                        )
                                                                                                )
                                                                                            wildcard => 
                                                                                        )
                                                                                    this => Illuminate\Events\Dispatcher Object
 
                                                                                    parameter => Array(
                                                                                            [$event] => 
                                                                                            [$payload] => 
                                                                                        )
                                                                                )
                                                                        )
                                                                    [Illuminate\Auth\Events\Registered] => Array(
                                                                            0 => Closure Object(
                                                                                    static => Array(
                                                                                            listener => Illuminate\Auth\Listeners\SendEmailVerificationNotification
                                                                                            wildcard => 
                                                                                        )
                                                                                    this => Illuminate\Events\Dispatcher Object
 
                                                                                    parameter => Array(
                                                                                            [$event] => 
                                                                                            [$payload] => 
                                                                                        )
                                                                                )
                                                                        )
                                                                )
                                                            wildcards => Array()
                                                            wildcardsCache => Array(
                                                                    [bootstrapping: Illuminate\Foundation\Bootstrap\LoadEnvironmentVariables] => Array()
                                                                    [bootstrapped: Illuminate\Foundation\Bootstrap\LoadEnvironmentVariables] => Array()
                                                                    [bootstrapping: Illuminate\Foundation\Bootstrap\LoadConfiguration] => Array()
                                                                    [bootstrapped: Illuminate\Foundation\Bootstrap\LoadConfiguration] => Array()
                                                                    [bootstrapping: Illuminate\Foundation\Bootstrap\HandleExceptions] => Array()
                                                                    [bootstrapped: Illuminate\Foundation\Bootstrap\HandleExceptions] => Array()
                                                                    [bootstrapping: Illuminate\Foundation\Bootstrap\RegisterFacades] => Array()
                                                                    [bootstrapped: Illuminate\Foundation\Bootstrap\RegisterFacades] => Array()
                                                                    [bootstrapping: Illuminate\Foundation\Bootstrap\SetRequestForConsole] => Array()
                                                                    [bootstrapped: Illuminate\Foundation\Bootstrap\SetRequestForConsole] => Array()
                                                                    [bootstrapping: Illuminate\Foundation\Bootstrap\RegisterProviders] => Array()
                                                                    [bootstrapped: Illuminate\Foundation\Bootstrap\RegisterProviders] => Array()
                                                                    [bootstrapping: Illuminate\Foundation\Bootstrap\BootProviders] => Array()
                                                                )
                                                            queueResolver => Closure Object(
                                                                    static => Array(
                                                                            app => Illuminate\Foundation\Application Object
 
                                                                        )
                                                                    this => Illuminate\Events\EventServiceProvider Object(
                                                                            app => Illuminate\Foundation\Application Object
 
                                                                        )
                                                                )
                                                        )
                                                    artisan => 
                                                    commandsLoaded => 
                                                    bootstrappers => Array(
                                                            0 => Illuminate\Foundation\Bootstrap\LoadEnvironmentVariables
                                                            1 => Illuminate\Foundation\Bootstrap\LoadConfiguration
                                                            2 => Illuminate\Foundation\Bootstrap\HandleExceptions
                                                            3 => Illuminate\Foundation\Bootstrap\RegisterFacades
                                                            4 => Illuminate\Foundation\Bootstrap\SetRequestForConsole
                                                            5 => Illuminate\Foundation\Bootstrap\RegisterProviders
                                                            6 => Illuminate\Foundation\Bootstrap\BootProviders
                                                        )
                                                )
                                        )
                                )
                            terminatingCallbacks => Array()
                            serviceProviders => Array(
                                    0 => Illuminate\Events\EventServiceProvider Object(
                                            app => Illuminate\Foundation\Application Object
 
                                        )
                                    1 => Illuminate\Log\LogServiceProvider Object(
                                            app => Illuminate\Foundation\Application Object
 
                                        )
                                    2 => Illuminate\Routing\RoutingServiceProvider Object(
                                            app => Illuminate\Foundation\Application Object
 
                                        )
                                    3 => Illuminate\Auth\AuthServiceProvider Object(
                                            app => Illuminate\Foundation\Application Object
 
                                        )
                                    4 => Illuminate\Cookie\CookieServiceProvider Object(
                                            app => Illuminate\Foundation\Application Object
 
                                        )
                                    5 => Illuminate\Database\DatabaseServiceProvider Object(
                                            app => Illuminate\Foundation\Application Object
 
                                        )
                                    6 => Illuminate\Encryption\EncryptionServiceProvider Object(
                                            app => Illuminate\Foundation\Application Object
 
                                        )
                                    7 => Illuminate\Filesystem\FilesystemServiceProvider Object(
                                            app => Illuminate\Foundation\Application Object
 
                                        )
                                    8 => Illuminate\Foundation\Providers\FormRequestServiceProvider Object(
                                            app => Illuminate\Foundation\Application Object
 
                                        )
                                    9 => Illuminate\Foundation\Providers\FoundationServiceProvider Object(
                                            providers => Array(
                                                    0 => Illuminate\Foundation\Providers\FormRequestServiceProvider
                                                )
                                            instances => Array(
                                                    0 => Illuminate\Foundation\Providers\FormRequestServiceProvider Object(
                                                            app => Illuminate\Foundation\Application Object
 
                                                        )
                                                )
                                            app => Illuminate\Foundation\Application Object
 
                                        )
                                    10 => Illuminate\Notifications\NotificationServiceProvider Object(
                                            app => Illuminate\Foundation\Application Object
 
                                        )
                                    11 => Illuminate\Pagination\PaginationServiceProvider Object(
                                            app => Illuminate\Foundation\Application Object
 
                                        )
                                    12 => Illuminate\Session\SessionServiceProvider Object(
                                            app => Illuminate\Foundation\Application Object
 
                                        )
                                    13 => Illuminate\View\ViewServiceProvider Object(
                                            app => Illuminate\Foundation\Application Object
 
                                        )
                                    14 => Facade\Ignition\IgnitionServiceProvider Object(
                                            app => Illuminate\Foundation\Application Object
 
                                        )
                                    15 => Fideloper\Proxy\TrustedProxyServiceProvider Object(
                                            app => Illuminate\Foundation\Application Object
 
                                        )
                                    16 => Carbon\Laravel\ServiceProvider Object(
                                            app => Illuminate\Foundation\Application Object
 
                                        )
                                    17 => NunoMaduro\Collision\Adapters\Laravel\CollisionServiceProvider Object(
                                            defer => 1
                                            app => Illuminate\Foundation\Application Object
 
                                        )
                                    18 => App\Providers\AppServiceProvider Object(
                                            app => Illuminate\Foundation\Application Object
 
                                        )
                                    19 => App\Providers\AuthServiceProvider Object(
                                            policies => Array()
                                            app => Illuminate\Foundation\Application Object
 
                                        )
                                    20 => App\Providers\EventServiceProvider Object(
                                            listen => Array(
                                                    [Illuminate\Auth\Events\Registered] => Array(
                                                            0 => Illuminate\Auth\Listeners\SendEmailVerificationNotification
                                                        )
                                                )
                                            subscribe => Array()
                                            app => Illuminate\Foundation\Application Object
 
                                        )
                                    21 => App\Providers\RouteServiceProvider Object(
                                            namespace => App\Http\Controllers
                                            app => Illuminate\Foundation\Application Object
 
                                        )
                                    22 => Illuminate\Queue\QueueServiceProvider Object(
                                            app => Illuminate\Foundation\Application Object
 
                                        )
                                )
                            loadedProviders => Array(
                                    [Illuminate\Events\EventServiceProvider] => 1
                                    [Illuminate\Log\LogServiceProvider] => 1
                                    [Illuminate\Routing\RoutingServiceProvider] => 1
                                    [Illuminate\Auth\AuthServiceProvider] => 1
                                    [Illuminate\Cookie\CookieServiceProvider] => 1
                                    [Illuminate\Database\DatabaseServiceProvider] => 1
                                    [Illuminate\Encryption\EncryptionServiceProvider] => 1
                                    [Illuminate\Filesystem\FilesystemServiceProvider] => 1
                                    [Illuminate\Foundation\Providers\FormRequestServiceProvider] => 1
                                    [Illuminate\Foundation\Providers\FoundationServiceProvider] => 1
                                    [Illuminate\Notifications\NotificationServiceProvider] => 1
                                    [Illuminate\Pagination\PaginationServiceProvider] => 1
                                    [Illuminate\Session\SessionServiceProvider] => 1
                                    [Illuminate\View\ViewServiceProvider] => 1
                                    [Facade\Ignition\IgnitionServiceProvider] => 1
                                    [Fideloper\Proxy\TrustedProxyServiceProvider] => 1
                                    [Carbon\Laravel\ServiceProvider] => 1
                                    [NunoMaduro\Collision\Adapters\Laravel\CollisionServiceProvider] => 1
                                    [App\Providers\AppServiceProvider] => 1
                                    [App\Providers\AuthServiceProvider] => 1
                                    [App\Providers\EventServiceProvider] => 1
                                    [App\Providers\RouteServiceProvider] => 1
                                    [Illuminate\Queue\QueueServiceProvider] => 1
                                )
                            deferredServices => Array(
                                    [Illuminate\Broadcasting\BroadcastManager] => Illuminate\Broadcasting\BroadcastServiceProvider
                                    [Illuminate\Contracts\Broadcasting\Factory] => Illuminate\Broadcasting\BroadcastServiceProvider
                                    [Illuminate\Contracts\Broadcasting\Broadcaster] => Illuminate\Broadcasting\BroadcastServiceProvider
                                    [Illuminate\Bus\Dispatcher] => Illuminate\Bus\BusServiceProvider
                                    [Illuminate\Contracts\Bus\Dispatcher] => Illuminate\Bus\BusServiceProvider
                                    [Illuminate\Contracts\Bus\QueueingDispatcher] => Illuminate\Bus\BusServiceProvider
                                    cache => Illuminate\Cache\CacheServiceProvider
                                    [cache.store] => Illuminate\Cache\CacheServiceProvider
                                    [cache.psr6] => Illuminate\Cache\CacheServiceProvider
                                    [memcached.connector] => Illuminate\Cache\CacheServiceProvider
                                    [command.cache.clear] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                    [command.cache.forget] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                    [command.clear-compiled] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                    [command.auth.resets.clear] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                    [command.config.cache] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                    [command.config.clear] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                    [command.db.wipe] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                    [command.down] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                    [command.environment] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                    [command.event.cache] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                    [command.event.clear] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                    [command.event.list] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                    [command.key.generate] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                    [command.optimize] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                    [command.optimize.clear] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                    [command.package.discover] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                    [command.preset] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                    [command.queue.failed] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                    [command.queue.flush] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                    [command.queue.forget] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                    [command.queue.listen] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                    [command.queue.restart] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                    [command.queue.retry] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                    [command.queue.work] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                    [command.route.cache] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                    [command.route.clear] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                    [command.route.list] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                    [command.seed] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                    [Illuminate\Console\Scheduling\ScheduleFinishCommand] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                    [Illuminate\Console\Scheduling\ScheduleRunCommand] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                    [command.storage.link] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                    [command.up] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                    [command.view.cache] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                    [command.view.clear] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                    [command.cache.table] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                    [command.channel.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                    [command.console.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                    [command.controller.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                    [command.event.generate] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                    [command.event.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                    [command.exception.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                    [command.factory.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                    [command.job.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                    [command.listener.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                    [command.mail.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                    [command.middleware.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                    [command.model.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                    [command.notification.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                    [command.notification.table] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                    [command.observer.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                    [command.policy.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                    [command.provider.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                    [command.queue.failed-table] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                    [command.queue.table] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                    [command.request.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                    [command.resource.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                    [command.rule.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                    [command.seeder.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                    [command.session.table] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                    [command.serve] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                    [command.test.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                    [command.vendor.publish] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                    migrator => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                    [migration.repository] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                    [migration.creator] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                    [command.migrate] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                    [command.migrate.fresh] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                    [command.migrate.install] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                    [command.migrate.refresh] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                    [command.migrate.reset] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                    [command.migrate.rollback] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                    [command.migrate.status] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                    [command.migrate.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                    composer => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                    hash => Illuminate\Hashing\HashServiceProvider
                                    [hash.driver] => Illuminate\Hashing\HashServiceProvider
                                    mailer => Illuminate\Mail\MailServiceProvider
                                    [swift.mailer] => Illuminate\Mail\MailServiceProvider
                                    [swift.transport] => Illuminate\Mail\MailServiceProvider
                                    [Illuminate\Mail\Markdown] => Illuminate\Mail\MailServiceProvider
                                    [Illuminate\Contracts\Pipeline\Hub] => Illuminate\Pipeline\PipelineServiceProvider
                                    [queue.worker] => Illuminate\Queue\QueueServiceProvider
                                    [queue.listener] => Illuminate\Queue\QueueServiceProvider
                                    [queue.failer] => Illuminate\Queue\QueueServiceProvider
                                    [queue.connection] => Illuminate\Queue\QueueServiceProvider
                                    redis => Illuminate\Redis\RedisServiceProvider
                                    [redis.connection] => Illuminate\Redis\RedisServiceProvider
                                    [auth.password] => Illuminate\Auth\Passwords\PasswordResetServiceProvider
                                    [auth.password.broker] => Illuminate\Auth\Passwords\PasswordResetServiceProvider
                                    translator => Illuminate\Translation\TranslationServiceProvider
                                    [translation.loader] => Illuminate\Translation\TranslationServiceProvider
                                    validator => Illuminate\Validation\ValidationServiceProvider
                                    [validation.presence] => Illuminate\Validation\ValidationServiceProvider
                                    [command.tinker] => Laravel\Tinker\TinkerServiceProvider
                                )
                            appPath => 
                            databasePath => 
                            storagePath => 
                            environmentPath => 
                            environmentFile => .env
                            isRunningInConsole => 1
                            namespace => 
                            resolved => Array(
                                    events => 1
                                    [App\Console\Kernel] => 1
                                    [Illuminate\Contracts\Console\Kernel] => 1
                                    [Illuminate\Foundation\Bootstrap\LoadEnvironmentVariables] => 1
                                    [Illuminate\Foundation\Bootstrap\LoadConfiguration] => 1
                                    [Illuminate\Foundation\Bootstrap\HandleExceptions] => 1
                                    env => 1
                                    [Illuminate\Foundation\Bootstrap\RegisterFacades] => 1
                                    [Illuminate\Foundation\Bootstrap\SetRequestForConsole] => 1
                                    [Illuminate\Foundation\Bootstrap\RegisterProviders] => 1
                                    [Facade\Ignition\LogRecorder\LogRecorder] => 1
                                    [Facade\Ignition\DumpRecorder\DumpRecorder] => 1
                                    [Facade\Ignition\QueryRecorder\QueryRecorder] => 1
                                    [flare.http] => 1
                                    [flare.client] => 1
                                    [Facade\Ignition\Middleware\SetNotifierName] => 1
                                    [Facade\Ignition\Middleware\AddEnvironmentInformation] => 1
                                    [Facade\Ignition\Middleware\AddLogs] => 1
                                    [Facade\Ignition\Middleware\AddDumps] => 1
                                    [Facade\Ignition\Middleware\AddQueries] => 1
                                    [Facade\IgnitionContracts\SolutionProviderRepository] => 1
                                    [Facade\Ignition\Middleware\AddSolutions] => 1
                                    [App\Exceptions\Handler] => 1
                                    [Illuminate\Contracts\Debug\ExceptionHandler] => 1
                                    [Illuminate\Foundation\Bootstrap\BootProviders] => 1
                                    [db.factory] => 1
                                    db => 1
                                    [view.engine.resolver] => 1
                                    files => 1
                                    [blade.compiler] => 1
                                    log => 1
                                    queue => 1
                                    router => 1
                                    url => 1
                                )
                            bindings => Array(
                                    [Illuminate\Foundation\Mix] => Array(
                                            concrete => Closure Object(
                                                    static => Array(
                                                            abstract => Illuminate\Foundation\Mix
                                                            concrete => Illuminate\Foundation\Mix
                                                        )
                                                    this => Illuminate\Foundation\Application Object
 
                                                    parameter => Array(
                                                            [$container] => 
                                                            [$parameters] => 
                                                        )
                                                )
                                            shared => 1
                                        )
                                    events => Array(
                                            concrete => Closure Object(
                                                    this => Illuminate\Events\EventServiceProvider Object(
                                                            app => Illuminate\Foundation\Application Object
 
                                                        )
                                                    parameter => Array(
                                                            [$app] => 
                                                        )
                                                )
                                            shared => 1
                                        )
                                    log => Array(
                                            concrete => Closure Object(
                                                    this => Illuminate\Log\LogServiceProvider Object(
                                                            app => Illuminate\Foundation\Application Object
 
                                                        )
                                                )
                                            shared => 1
                                        )
                                    router => Array(
                                            concrete => Closure Object(
                                                    this => Illuminate\Routing\RoutingServiceProvider Object(
                                                            app => Illuminate\Foundation\Application Object
 
                                                        )
                                                    parameter => Array(
                                                            [$app] => 
                                                        )
                                                )
                                            shared => 1
                                        )
                                    url => Array(
                                            concrete => Closure Object(
                                                    this => Illuminate\Routing\RoutingServiceProvider Object(
                                                            app => Illuminate\Foundation\Application Object
 
                                                        )
                                                    parameter => Array(
                                                            [$app] => 
                                                        )
                                                )
                                            shared => 1
                                        )
                                    redirect => Array(
                                            concrete => Closure Object(
                                                    this => Illuminate\Routing\RoutingServiceProvider Object(
                                                            app => Illuminate\Foundation\Application Object
 
                                                        )
                                                    parameter => Array(
                                                            [$app] => 
                                                        )
                                                )
                                            shared => 1
                                        )
                                    [Psr\Http\Message\ServerRequestInterface] => Array(
                                            concrete => Closure Object(
                                                    this => Illuminate\Routing\RoutingServiceProvider Object(
                                                            app => Illuminate\Foundation\Application Object
 
                                                        )
                                                    parameter => Array(
                                                            [$app] => 
                                                        )
                                                )
                                            shared => 
                                        )
                                    [Psr\Http\Message\ResponseInterface] => Array(
                                            concrete => Closure Object(
                                                    this => Illuminate\Routing\RoutingServiceProvider Object(
                                                            app => Illuminate\Foundation\Application Object
 
                                                        )
                                                )
                                            shared => 
                                        )
                                    [Illuminate\Contracts\Routing\ResponseFactory] => Array(
                                            concrete => Closure Object(
                                                    this => Illuminate\Routing\RoutingServiceProvider Object(
                                                            app => Illuminate\Foundation\Application Object
 
                                                        )
                                                    parameter => Array(
                                                            [$app] => 
                                                        )
                                                )
                                            shared => 1
                                        )
                                    [Illuminate\Routing\Contracts\ControllerDispatcher] => Array(
                                            concrete => Closure Object(
                                                    this => Illuminate\Routing\RoutingServiceProvider Object(
                                                            app => Illuminate\Foundation\Application Object
 
                                                        )
                                                    parameter => Array(
                                                            [$app] => 
                                                        )
                                                )
                                            shared => 1
                                        )
                                    [Illuminate\Contracts\Http\Kernel] => Array(
                                            concrete => Closure Object(
                                                    static => Array(
                                                            abstract => Illuminate\Contracts\Http\Kernel
                                                            concrete => App\Http\Kernel
                                                        )
                                                    this => Illuminate\Foundation\Application Object
 
                                                    parameter => Array(
                                                            [$container] => 
                                                            [$parameters] => 
                                                        )
                                                )
                                            shared => 1
                                        )
                                    [Illuminate\Contracts\Console\Kernel] => Array(
                                            concrete => Closure Object(
                                                    static => Array(
                                                            abstract => Illuminate\Contracts\Console\Kernel
                                                            concrete => App\Console\Kernel
                                                        )
                                                    this => Illuminate\Foundation\Application Object
 
                                                    parameter => Array(
                                                            [$container] => 
                                                            [$parameters] => 
                                                        )
                                                )
                                            shared => 1
                                        )
                                    [Illuminate\Contracts\Debug\ExceptionHandler] => Array(
                                            concrete => Closure Object(
                                                    static => Array(
                                                            appExceptionHandler => App\Exceptions\Handler Object(
                                                                    dontReport => Array()
                                                                    dontFlash => Array(
                                                                            0 => password
                                                                            1 => password_confirmation
                                                                        )
                                                                    container => Illuminate\Foundation\Application Object
 
                                                                    internalDontReport => Array(
                                                                            0 => Illuminate\Auth\AuthenticationException
                                                                            1 => Illuminate\Auth\Access\AuthorizationException
                                                                            2 => Symfony\Component\HttpKernel\Exception\HttpException
                                                                            3 => Illuminate\Http\Exceptions\HttpResponseException
                                                                            4 => Illuminate\Database\Eloquent\ModelNotFoundException
                                                                            5 => Symfony\Component\HttpFoundation\Exception\SuspiciousOperationException
                                                                            6 => Illuminate\Session\TokenMismatchException
                                                                            7 => Illuminate\Validation\ValidationException
                                                                        )
                                                                )
                                                        )
                                                    this => NunoMaduro\Collision\Adapters\Laravel\CollisionServiceProvider Object(
                                                            defer => 1
                                                            app => Illuminate\Foundation\Application Object
 
                                                        )
                                                    parameter => Array(
                                                            [$app] => 
                                                        )
                                                )
                                            shared => 1
                                        )
                                    env => Array(
                                            concrete => Closure Object(
                                                    static => Array(
                                                            value => local
                                                        )
                                                    this => Illuminate\Foundation\Application Object
 
                                                )
                                            shared => 
                                        )
                                    auth => Array(
                                            concrete => Closure Object(
                                                    this => Illuminate\Auth\AuthServiceProvider Object(
                                                            app => Illuminate\Foundation\Application Object
 
                                                        )
                                                    parameter => Array(
                                                            [$app] => 
                                                        )
                                                )
                                            shared => 1
                                        )
                                    [auth.driver] => Array(
                                            concrete => Closure Object(
                                                    this => Illuminate\Auth\AuthServiceProvider Object(
                                                            app => Illuminate\Foundation\Application Object
 
                                                        )
                                                    parameter => Array(
                                                            [$app] => 
                                                        )
                                                )
                                            shared => 1
                                        )
                                    [Illuminate\Contracts\Auth\Authenticatable] => Array(
                                            concrete => Closure Object(
                                                    this => Illuminate\Auth\AuthServiceProvider Object(
                                                            app => Illuminate\Foundation\Application Object
 
                                                        )
                                                    parameter => Array(
                                                            [$app] => 
                                                        )
                                                )
                                            shared => 
                                        )
                                    [Illuminate\Contracts\Auth\Access\Gate] => Array(
                                            concrete => Closure Object(
                                                    this => Illuminate\Auth\AuthServiceProvider Object(
                                                            app => Illuminate\Foundation\Application Object
 
                                                        )
                                                    parameter => Array(
                                                            [$app] => 
                                                        )
                                                )
                                            shared => 1
                                        )
                                    cookie => Array(
                                            concrete => Closure Object(
                                                    this => Illuminate\Cookie\CookieServiceProvider Object(
                                                            app => Illuminate\Foundation\Application Object
 
                                                        )
                                                    parameter => Array(
                                                            [$app] => 
                                                        )
                                                )
                                            shared => 1
                                        )
                                    [db.factory] => Array(
                                            concrete => Closure Object(
                                                    this => Illuminate\Database\DatabaseServiceProvider Object(
                                                            app => Illuminate\Foundation\Application Object
 
                                                        )
                                                    parameter => Array(
                                                            [$app] => 
                                                        )
                                                )
                                            shared => 1
                                        )
                                    db => Array(
                                            concrete => Closure Object(
                                                    this => Illuminate\Database\DatabaseServiceProvider Object(
                                                            app => Illuminate\Foundation\Application Object
 
                                                        )
                                                    parameter => Array(
                                                            [$app] => 
                                                        )
                                                )
                                            shared => 1
                                        )
                                    [db.connection] => Array(
                                            concrete => Closure Object(
                                                    this => Illuminate\Database\DatabaseServiceProvider Object(
                                                            app => Illuminate\Foundation\Application Object
 
                                                        )
                                                    parameter => Array(
                                                            [$app] => 
                                                        )
                                                )
                                            shared => 
                                        )
                                    [Faker\Generator] => Array(
                                            concrete => Closure Object(
                                                    this => Illuminate\Database\DatabaseServiceProvider Object(
                                                            app => Illuminate\Foundation\Application Object
 
                                                        )
                                                    parameter => Array(
                                                            [$app] => 
                                                        )
                                                )
                                            shared => 1
                                        )
                                    [Illuminate\Database\Eloquent\Factory] => Array(
                                            concrete => Closure Object(
                                                    this => Illuminate\Database\DatabaseServiceProvider Object(
                                                            app => Illuminate\Foundation\Application Object
 
                                                        )
                                                    parameter => Array(
                                                            [$app] => 
                                                        )
                                                )
                                            shared => 1
                                        )
                                    [Illuminate\Contracts\Queue\EntityResolver] => Array(
                                            concrete => Closure Object(
                                                    this => Illuminate\Database\DatabaseServiceProvider Object(
                                                            app => Illuminate\Foundation\Application Object
 
                                                        )
                                                )
                                            shared => 1
                                        )
                                    encrypter => Array(
                                            concrete => Closure Object(
                                                    this => Illuminate\Encryption\EncryptionServiceProvider Object(
                                                            app => Illuminate\Foundation\Application Object
 
                                                        )
                                                    parameter => Array(
                                                            [$app] => 
                                                        )
                                                )
                                            shared => 1
                                        )
                                    files => Array(
                                            concrete => Closure Object(
                                                    this => Illuminate\Filesystem\FilesystemServiceProvider Object(
                                                            app => Illuminate\Foundation\Application Object
 
                                                        )
                                                )
                                            shared => 1
                                        )
                                    filesystem => Array(
                                            concrete => Closure Object(
                                                    this => Illuminate\Filesystem\FilesystemServiceProvider Object(
                                                            app => Illuminate\Foundation\Application Object
 
                                                        )
                                                )
                                            shared => 1
                                        )
                                    [filesystem.disk] => Array(
                                            concrete => Closure Object(
                                                    this => Illuminate\Filesystem\FilesystemServiceProvider Object(
                                                            app => Illuminate\Foundation\Application Object
 
                                                        )
                                                )
                                            shared => 1
                                        )
                                    [filesystem.cloud] => Array(
                                            concrete => Closure Object(
                                                    this => Illuminate\Filesystem\FilesystemServiceProvider Object(
                                                            app => Illuminate\Foundation\Application Object
 
                                                        )
                                                )
                                            shared => 1
                                        )
                                    [Illuminate\Notifications\ChannelManager] => Array(
                                            concrete => Closure Object(
                                                    this => Illuminate\Notifications\NotificationServiceProvider Object(
                                                            app => Illuminate\Foundation\Application Object
 
                                                        )
                                                    parameter => Array(
                                                            [$app] => 
                                                        )
                                                )
                                            shared => 1
                                        )
                                    session => Array(
                                            concrete => Closure Object(
                                                    this => Illuminate\Session\SessionServiceProvider Object(
                                                            app => Illuminate\Foundation\Application Object
 
                                                        )
                                                    parameter => Array(
                                                            [$app] => 
                                                        )
                                                )
                                            shared => 1
                                        )
                                    [session.store] => Array(
                                            concrete => Closure Object(
                                                    this => Illuminate\Session\SessionServiceProvider Object(
                                                            app => Illuminate\Foundation\Application Object
 
                                                        )
                                                    parameter => Array(
                                                            [$app] => 
                                                        )
                                                )
                                            shared => 1
                                        )
                                    [Illuminate\Session\Middleware\StartSession] => Array(
                                            concrete => Closure Object(
                                                    static => Array(
                                                            abstract => Illuminate\Session\Middleware\StartSession
                                                            concrete => Illuminate\Session\Middleware\StartSession
                                                        )
                                                    this => Illuminate\Foundation\Application Object
 
                                                    parameter => Array(
                                                            [$container] => 
                                                            [$parameters] => 
                                                        )
                                                )
                                            shared => 1
                                        )
                                    view => Array(
                                            concrete => Closure Object(
                                                    this => Illuminate\View\ViewServiceProvider Object(
                                                            app => Illuminate\Foundation\Application Object
 
                                                        )
                                                    parameter => Array(
                                                            [$app] => 
                                                        )
                                                )
                                            shared => 1
                                        )
                                    [view.finder] => Array(
                                            concrete => Closure Object(
                                                    this => Illuminate\View\ViewServiceProvider Object(
                                                            app => Illuminate\Foundation\Application Object
 
                                                        )
                                                    parameter => Array(
                                                            [$app] => 
                                                        )
                                                )
                                            shared => 
                                        )
                                    [view.engine.resolver] => Array(
                                            concrete => Closure Object(
                                                    this => Illuminate\View\ViewServiceProvider Object(
                                                            app => Illuminate\Foundation\Application Object
 
                                                        )
                                                )
                                            shared => 1
                                        )
                                    [Facade\IgnitionContracts\SolutionProviderRepository] => Array(
                                            concrete => Closure Object(
                                                    this => Facade\Ignition\IgnitionServiceProvider Object(
                                                            app => Illuminate\Foundation\Application Object
 
                                                        )
                                                )
                                            shared => 1
                                        )
                                    [Facade\Ignition\ErrorPage\Renderer] => Array(
                                            concrete => Closure Object(
                                                    this => Facade\Ignition\IgnitionServiceProvider Object(
                                                            app => Illuminate\Foundation\Application Object
 
                                                        )
                                                )
                                            shared => 
                                        )
                                    [Whoops\Handler\HandlerInterface] => Array(
                                            concrete => Closure Object(
                                                    this => Facade\Ignition\IgnitionServiceProvider Object(
                                                            app => Illuminate\Foundation\Application Object
 
                                                        )
                                                    parameter => Array(
                                                            [$app] => 
                                                        )
                                                )
                                            shared => 
                                        )
                                    [Facade\Ignition\IgnitionConfig] => Array(
                                            concrete => Closure Object(
                                                    this => Facade\Ignition\IgnitionServiceProvider Object(
                                                            app => Illuminate\Foundation\Application Object
 
                                                        )
                                                )
                                            shared => 1
                                        )
                                    [flare.http] => Array(
                                            concrete => Closure Object(
                                                    this => Facade\Ignition\IgnitionServiceProvider Object(
                                                            app => Illuminate\Foundation\Application Object
 
                                                        )
                                                )
                                            shared => 1
                                        )
                                    [flare.client] => Array(
                                            concrete => Closure Object(
                                                    this => Facade\Ignition\IgnitionServiceProvider Object(
                                                            app => Illuminate\Foundation\Application Object
 
                                                        )
                                                )
                                            shared => 1
                                        )
                                    [Facade\Ignition\LogRecorder\LogRecorder] => Array(
                                            concrete => Closure Object(
                                                    static => Array(
                                                            abstract => Facade\Ignition\LogRecorder\LogRecorder
                                                            concrete => Facade\Ignition\LogRecorder\LogRecorder
                                                        )
                                                    this => Illuminate\Foundation\Application Object
 
                                                    parameter => Array(
                                                            [$container] => 
                                                            [$parameters] => 
                                                        )
                                                )
                                            shared => 1
                                        )
                                    [Facade\Ignition\DumpRecorder\DumpRecorder] => Array(
                                            concrete => Closure Object(
                                                    static => Array(
                                                            abstract => Facade\Ignition\DumpRecorder\DumpRecorder
                                                            concrete => Facade\Ignition\DumpRecorder\DumpRecorder
                                                        )
                                                    this => Illuminate\Foundation\Application Object
 
                                                    parameter => Array(
                                                            [$container] => 
                                                            [$parameters] => 
                                                        )
                                                )
                                            shared => 1
                                        )
                                    [Facade\Ignition\QueryRecorder\QueryRecorder] => Array(
                                            concrete => Closure Object(
                                                    static => Array(
                                                            abstract => Facade\Ignition\QueryRecorder\QueryRecorder
                                                            concrete => Facade\Ignition\QueryRecorder\QueryRecorder
                                                        )
                                                    this => Illuminate\Foundation\Application Object
 
                                                    parameter => Array(
                                                            [$container] => 
                                                            [$parameters] => 
                                                        )
                                                )
                                            shared => 1
                                        )
                                    [NunoMaduro\Collision\Contracts\Adapters\Phpunit\Listener] => Array(
                                            concrete => Closure Object(
                                                    static => Array(
                                                            abstract => NunoMaduro\Collision\Contracts\Adapters\Phpunit\Listener
                                                            concrete => NunoMaduro\Collision\Adapters\Phpunit\Listener
                                                        )
                                                    this => Illuminate\Foundation\Application Object
 
                                                    parameter => Array(
                                                            [$container] => 
                                                            [$parameters] => 
                                                        )
                                                )
                                            shared => 1
                                        )
                                    [NunoMaduro\Collision\Contracts\Provider] => Array(
                                            concrete => Closure Object(
                                                    static => Array(
                                                            abstract => NunoMaduro\Collision\Contracts\Provider
                                                            concrete => NunoMaduro\Collision\Provider
                                                        )
                                                    this => Illuminate\Foundation\Application Object
 
                                                    parameter => Array(
                                                            [$container] => 
                                                            [$parameters] => 
                                                        )
                                                )
                                            shared => 
                                        )
                                    [blade.compiler] => Array(
                                            concrete => Closure Object(
                                                    this => Illuminate\View\ViewServiceProvider Object(
                                                            app => Illuminate\Foundation\Application Object
 
                                                        )
                                                )
                                            shared => 1
                                        )
                                    [flare.logger] => Array(
                                            concrete => Closure Object(
                                                    this => Facade\Ignition\IgnitionServiceProvider Object(
                                                            app => Illuminate\Foundation\Application Object
 
                                                        )
                                                    parameter => Array(
                                                            [$app] => 
                                                        )
                                                )
                                            shared => 1
                                        )
                                    [command.flare:test] => Array(
                                            concrete => Closure Object(
                                                    static => Array(
                                                            abstract => command.flare:test
                                                            concrete => Facade\Ignition\Commands\TestCommand
                                                        )
                                                    this => Illuminate\Foundation\Application Object
 
                                                    parameter => Array(
                                                            [$container] => 
                                                            [$parameters] => 
                                                        )
                                                )
                                            shared => 
                                        )
                                    [command.make:solution] => Array(
                                            concrete => Closure Object(
                                                    static => Array(
                                                            abstract => command.make:solution
                                                            concrete => Facade\Ignition\Commands\SolutionMakeCommand
                                                        )
                                                    this => Illuminate\Foundation\Application Object
 
                                                    parameter => Array(
                                                            [$container] => 
                                                            [$parameters] => 
                                                        )
                                                )
                                            shared => 
                                        )
                                    queue => Array(
                                            concrete => Closure Object(
                                                    this => Illuminate\Queue\QueueServiceProvider Object(
                                                            app => Illuminate\Foundation\Application Object
 
                                                        )
                                                    parameter => Array(
                                                            [$app] => 
                                                        )
                                                )
                                            shared => 1
                                        )
                                    [queue.connection] => Array(
                                            concrete => Closure Object(
                                                    this => Illuminate\Queue\QueueServiceProvider Object(
                                                            app => Illuminate\Foundation\Application Object
 
                                                        )
                                                    parameter => Array(
                                                            [$app] => 
                                                        )
                                                )
                                            shared => 1
                                        )
                                    [queue.worker] => Array(
                                            concrete => Closure Object(
                                                    this => Illuminate\Queue\QueueServiceProvider Object(
                                                            app => Illuminate\Foundation\Application Object
 
                                                        )
                                                )
                                            shared => 1
                                        )
                                    [queue.listener] => Array(
                                            concrete => Closure Object(
                                                    this => Illuminate\Queue\QueueServiceProvider Object(
                                                            app => Illuminate\Foundation\Application Object
 
                                                        )
                                                )
                                            shared => 1
                                        )
                                    [queue.failer] => Array(
                                            concrete => Closure Object(
                                                    this => Illuminate\Queue\QueueServiceProvider Object(
                                                            app => Illuminate\Foundation\Application Object
 
                                                        )
                                                )
                                            shared => 1
                                        )
                                    [Facade\Ignition\DumpRecorder\MultiDumpHandler] => Array(
                                            concrete => Closure Object(
                                                    static => Array(
                                                            abstract => Facade\Ignition\DumpRecorder\MultiDumpHandler
                                                            concrete => Facade\Ignition\DumpRecorder\MultiDumpHandler Object(
                                                                    handlers => Array(
                                                                            0 => Closure Object(
                                                                                    this => Facade\Ignition\DumpRecorder\DumpRecorder Object(
                                                                                            dumps => Array()
                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                        )
                                                                                    parameter => Array(
                                                                                            [$value] => 
                                                                                        )
                                                                                )
                                                                            1 => Closure Object(
                                                                                    this => Facade\Ignition\DumpRecorder\DumpRecorder Object(
                                                                                            dumps => Array()
                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                        )
                                                                                    parameter => Array(
                                                                                            [$var] => 
                                                                                        )
                                                                                )
                                                                        )
                                                                )
                                                        )
                                                    this => Illuminate\Foundation\Application Object
 
                                                    parameter => Array(
                                                            [$container] => 
                                                            [$parameters] => 
                                                        )
                                                )
                                            shared => 1
                                        )
                                )
                            methodBindings => Array()
                            instances => Array(
                                    path => /0000/app
                                    [path.base] => /0000
                                    [path.lang] => /0000/resources/lang
                                    [path.config] => /0000/config
                                    [path.public] => /0000/public
                                    [path.storage] => /0000/storage
                                    [path.database] => /0000/database
                                    [path.resources] => /0000/resources
                                    [path.bootstrap] => /0000/bootstrap
                                    app => Illuminate\Foundation\Application Object
 
                                    [Illuminate\Container\Container] => Illuminate\Foundation\Application Object
 
                                    [Illuminate\Foundation\PackageManifest] => Illuminate\Foundation\PackageManifest Object(
                                            files => Illuminate\Filesystem\Filesystem Object()
                                            basePath => /0000
                                            vendorPath => /0000/vendor
                                            manifestPath => /0000/bootstrap/cache/packages.php
                                            manifest => Array(
                                                    [facade/ignition] => Array(
                                                            providers => Array(
                                                                    0 => Facade\Ignition\IgnitionServiceProvider
                                                                )
                                                            aliases => Array(
                                                                    Flare => Facade\Ignition\Facades\Flare
                                                                )
                                                        )
                                                    [fideloper/proxy] => Array(
                                                            providers => Array(
                                                                    0 => Fideloper\Proxy\TrustedProxyServiceProvider
                                                                )
                                                        )
                                                    [laravel/tinker] => Array(
                                                            providers => Array(
                                                                    0 => Laravel\Tinker\TinkerServiceProvider
                                                                )
                                                        )
                                                    [nesbot/carbon] => Array(
                                                            providers => Array(
                                                                    0 => Carbon\Laravel\ServiceProvider
                                                                )
                                                        )
                                                    [nunomaduro/collision] => Array(
                                                            providers => Array(
                                                                    0 => NunoMaduro\Collision\Adapters\Laravel\CollisionServiceProvider
                                                                )
                                                        )
                                                )
                                        )
                                    events => Illuminate\Events\Dispatcher Object(
                                            container => Illuminate\Foundation\Application Object
 
                                            listeners => Array(
                                                    [Illuminate\Queue\Events\Looping] => Array(
                                                            0 => Closure Object(
                                                                    static => Array(
                                                                            listener => Closure Object(
                                                                                    this => Facade\Ignition\IgnitionServiceProvider Object(
                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                        )
                                                                                )
                                                                            wildcard => 
                                                                        )
                                                                    this => Illuminate\Events\Dispatcher Object
 
                                                                    parameter => Array(
                                                                            [$event] => 
                                                                            [$payload] => 
                                                                        )
                                                                )
                                                        )
                                                    [Illuminate\Database\Events\QueryExecuted] => Array(
                                                            0 => Closure Object(
                                                                    static => Array(
                                                                            listener => Array(
                                                                                    0 => Facade\Ignition\QueryRecorder\QueryRecorder Object(
                                                                                            queries => Array()
                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                        )
                                                                                    1 => record
                                                                                )
                                                                            wildcard => 
                                                                        )
                                                                    this => Illuminate\Events\Dispatcher Object
 
                                                                    parameter => Array(
                                                                            [$event] => 
                                                                            [$payload] => 
                                                                        )
                                                                )
                                                        )
                                                    [Illuminate\Log\Events\MessageLogged] => Array(
                                                            0 => Closure Object(
                                                                    static => Array(
                                                                            listener => Array(
                                                                                    0 => Facade\Ignition\LogRecorder\LogRecorder Object(
                                                                                            logMessages => Array()
                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                        )
                                                                                    1 => record
                                                                                )
                                                                            wildcard => 
                                                                        )
                                                                    this => Illuminate\Events\Dispatcher Object
 
                                                                    parameter => Array(
                                                                            [$event] => 
                                                                            [$payload] => 
                                                                        )
                                                                )
                                                        )
                                                    [Illuminate\Foundation\Events\LocaleUpdated] => Array(
                                                            0 => Closure Object(
                                                                    static => Array(
                                                                            listener => Closure Object(
                                                                                    static => Array(
                                                                                            service => Carbon\Laravel\ServiceProvider Object(
                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                )
                                                                                        )
                                                                                    this => Carbon\Laravel\ServiceProvider Object(
                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                        )
                                                                                )
                                                                            wildcard => 
                                                                        )
                                                                    this => Illuminate\Events\Dispatcher Object
 
                                                                    parameter => Array(
                                                                            [$event] => 
                                                                            [$payload] => 
                                                                        )
                                                                )
                                                        )
                                                    [Illuminate\Auth\Events\Registered] => Array(
                                                            0 => Closure Object(
                                                                    static => Array(
                                                                            listener => Illuminate\Auth\Listeners\SendEmailVerificationNotification
                                                                            wildcard => 
                                                                        )
                                                                    this => Illuminate\Events\Dispatcher Object
 
                                                                    parameter => Array(
                                                                            [$event] => 
                                                                            [$payload] => 
                                                                        )
                                                                )
                                                        )
                                                )
                                            wildcards => Array()
                                            wildcardsCache => Array(
                                                    [bootstrapping: Illuminate\Foundation\Bootstrap\LoadEnvironmentVariables] => Array()
                                                    [bootstrapped: Illuminate\Foundation\Bootstrap\LoadEnvironmentVariables] => Array()
                                                    [bootstrapping: Illuminate\Foundation\Bootstrap\LoadConfiguration] => Array()
                                                    [bootstrapped: Illuminate\Foundation\Bootstrap\LoadConfiguration] => Array()
                                                    [bootstrapping: Illuminate\Foundation\Bootstrap\HandleExceptions] => Array()
                                                    [bootstrapped: Illuminate\Foundation\Bootstrap\HandleExceptions] => Array()
                                                    [bootstrapping: Illuminate\Foundation\Bootstrap\RegisterFacades] => Array()
                                                    [bootstrapped: Illuminate\Foundation\Bootstrap\RegisterFacades] => Array()
                                                    [bootstrapping: Illuminate\Foundation\Bootstrap\SetRequestForConsole] => Array()
                                                    [bootstrapped: Illuminate\Foundation\Bootstrap\SetRequestForConsole] => Array()
                                                    [bootstrapping: Illuminate\Foundation\Bootstrap\RegisterProviders] => Array()
                                                    [bootstrapped: Illuminate\Foundation\Bootstrap\RegisterProviders] => Array()
                                                    [bootstrapping: Illuminate\Foundation\Bootstrap\BootProviders] => Array()
                                                )
                                            queueResolver => Closure Object(
                                                    static => Array(
                                                            app => Illuminate\Foundation\Application Object
 
                                                        )
                                                    this => Illuminate\Events\EventServiceProvider Object(
                                                            app => Illuminate\Foundation\Application Object
 
                                                        )
                                                )
                                        )
                                    [Illuminate\Contracts\Console\Kernel] => App\Console\Kernel Object(
                                            commands => Array()
                                            app => Illuminate\Foundation\Application Object
 
                                            events => Illuminate\Events\Dispatcher Object(
                                                    container => Illuminate\Foundation\Application Object
 
                                                    listeners => Array(
                                                            [Illuminate\Queue\Events\Looping] => Array(
                                                                    0 => Closure Object(
                                                                            static => Array(
                                                                                    listener => Closure Object(
                                                                                            this => Facade\Ignition\IgnitionServiceProvider Object(
                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                )
                                                                                        )
                                                                                    wildcard => 
                                                                                )
                                                                            this => Illuminate\Events\Dispatcher Object
 
                                                                            parameter => Array(
                                                                                    [$event] => 
                                                                                    [$payload] => 
                                                                                )
                                                                        )
                                                                )
                                                            [Illuminate\Database\Events\QueryExecuted] => Array(
                                                                    0 => Closure Object(
                                                                            static => Array(
                                                                                    listener => Array(
                                                                                            0 => Facade\Ignition\QueryRecorder\QueryRecorder Object(
                                                                                                    queries => Array()
                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                )
                                                                                            1 => record
                                                                                        )
                                                                                    wildcard => 
                                                                                )
                                                                            this => Illuminate\Events\Dispatcher Object
 
                                                                            parameter => Array(
                                                                                    [$event] => 
                                                                                    [$payload] => 
                                                                                )
                                                                        )
                                                                )
                                                            [Illuminate\Log\Events\MessageLogged] => Array(
                                                                    0 => Closure Object(
                                                                            static => Array(
                                                                                    listener => Array(
                                                                                            0 => Facade\Ignition\LogRecorder\LogRecorder Object(
                                                                                                    logMessages => Array()
                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                )
                                                                                            1 => record
                                                                                        )
                                                                                    wildcard => 
                                                                                )
                                                                            this => Illuminate\Events\Dispatcher Object
 
                                                                            parameter => Array(
                                                                                    [$event] => 
                                                                                    [$payload] => 
                                                                                )
                                                                        )
                                                                )
                                                            [Illuminate\Foundation\Events\LocaleUpdated] => Array(
                                                                    0 => Closure Object(
                                                                            static => Array(
                                                                                    listener => Closure Object(
                                                                                            static => Array(
                                                                                                    service => Carbon\Laravel\ServiceProvider Object(
                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                        )
                                                                                                )
                                                                                            this => Carbon\Laravel\ServiceProvider Object(
                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                )
                                                                                        )
                                                                                    wildcard => 
                                                                                )
                                                                            this => Illuminate\Events\Dispatcher Object
 
                                                                            parameter => Array(
                                                                                    [$event] => 
                                                                                    [$payload] => 
                                                                                )
                                                                        )
                                                                )
                                                            [Illuminate\Auth\Events\Registered] => Array(
                                                                    0 => Closure Object(
                                                                            static => Array(
                                                                                    listener => Illuminate\Auth\Listeners\SendEmailVerificationNotification
                                                                                    wildcard => 
                                                                                )
                                                                            this => Illuminate\Events\Dispatcher Object
 
                                                                            parameter => Array(
                                                                                    [$event] => 
                                                                                    [$payload] => 
                                                                                )
                                                                        )
                                                                )
                                                        )
                                                    wildcards => Array()
                                                    wildcardsCache => Array(
                                                            [bootstrapping: Illuminate\Foundation\Bootstrap\LoadEnvironmentVariables] => Array()
                                                            [bootstrapped: Illuminate\Foundation\Bootstrap\LoadEnvironmentVariables] => Array()
                                                            [bootstrapping: Illuminate\Foundation\Bootstrap\LoadConfiguration] => Array()
                                                            [bootstrapped: Illuminate\Foundation\Bootstrap\LoadConfiguration] => Array()
                                                            [bootstrapping: Illuminate\Foundation\Bootstrap\HandleExceptions] => Array()
                                                            [bootstrapped: Illuminate\Foundation\Bootstrap\HandleExceptions] => Array()
                                                            [bootstrapping: Illuminate\Foundation\Bootstrap\RegisterFacades] => Array()
                                                            [bootstrapped: Illuminate\Foundation\Bootstrap\RegisterFacades] => Array()
                                                            [bootstrapping: Illuminate\Foundation\Bootstrap\SetRequestForConsole] => Array()
                                                            [bootstrapped: Illuminate\Foundation\Bootstrap\SetRequestForConsole] => Array()
                                                            [bootstrapping: Illuminate\Foundation\Bootstrap\RegisterProviders] => Array()
                                                            [bootstrapped: Illuminate\Foundation\Bootstrap\RegisterProviders] => Array()
                                                            [bootstrapping: Illuminate\Foundation\Bootstrap\BootProviders] => Array()
                                                        )
                                                    queueResolver => Closure Object(
                                                            static => Array(
                                                                    app => Illuminate\Foundation\Application Object
 
                                                                )
                                                            this => Illuminate\Events\EventServiceProvider Object(
                                                                    app => Illuminate\Foundation\Application Object
 
                                                                )
                                                        )
                                                )
                                            artisan => 
                                            commandsLoaded => 
                                            bootstrappers => Array(
                                                    0 => Illuminate\Foundation\Bootstrap\LoadEnvironmentVariables
                                                    1 => Illuminate\Foundation\Bootstrap\LoadConfiguration
                                                    2 => Illuminate\Foundation\Bootstrap\HandleExceptions
                                                    3 => Illuminate\Foundation\Bootstrap\RegisterFacades
                                                    4 => Illuminate\Foundation\Bootstrap\SetRequestForConsole
                                                    5 => Illuminate\Foundation\Bootstrap\RegisterProviders
                                                    6 => Illuminate\Foundation\Bootstrap\BootProviders
                                                )
                                        )
                                    config => Illuminate\Config\Repository Object(
                                            items => Array(
                                                    app => Array(
                                                            name => 本地测试
                                                            env => local
                                                            debug => 1
                                                            url => http://localhost
                                                            asset_url => 
                                                            timezone => UTC
                                                            locale => en
                                                            fallback_locale => en
                                                            faker_locale => en_US
                                                            key => base64:gIjju1XIlTNS6j8BuifyrL2QAARYlvdKYd31eAqei7g=
                                                            cipher => AES-256-CBC
                                                            providers => Array(
                                                                    0 => Illuminate\Auth\AuthServiceProvider
                                                                    1 => Illuminate\Broadcasting\BroadcastServiceProvider
                                                                    2 => Illuminate\Bus\BusServiceProvider
                                                                    3 => Illuminate\Cache\CacheServiceProvider
                                                                    4 => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                    5 => Illuminate\Cookie\CookieServiceProvider
                                                                    6 => Illuminate\Database\DatabaseServiceProvider
                                                                    7 => Illuminate\Encryption\EncryptionServiceProvider
                                                                    8 => Illuminate\Filesystem\FilesystemServiceProvider
                                                                    9 => Illuminate\Foundation\Providers\FoundationServiceProvider
                                                                    10 => Illuminate\Hashing\HashServiceProvider
                                                                    11 => Illuminate\Mail\MailServiceProvider
                                                                    12 => Illuminate\Notifications\NotificationServiceProvider
                                                                    13 => Illuminate\Pagination\PaginationServiceProvider
                                                                    14 => Illuminate\Pipeline\PipelineServiceProvider
                                                                    15 => Illuminate\Queue\QueueServiceProvider
                                                                    16 => Illuminate\Redis\RedisServiceProvider
                                                                    17 => Illuminate\Auth\Passwords\PasswordResetServiceProvider
                                                                    18 => Illuminate\Session\SessionServiceProvider
                                                                    19 => Illuminate\Translation\TranslationServiceProvider
                                                                    20 => Illuminate\Validation\ValidationServiceProvider
                                                                    21 => Illuminate\View\ViewServiceProvider
                                                                    22 => App\Providers\AppServiceProvider
                                                                    23 => App\Providers\AuthServiceProvider
                                                                    24 => App\Providers\EventServiceProvider
                                                                    25 => App\Providers\RouteServiceProvider
                                                                )
                                                            aliases => Array(
                                                                    App => Illuminate\Support\Facades\App
                                                                    Arr => Illuminate\Support\Arr
                                                                    Artisan => Illuminate\Support\Facades\Artisan
                                                                    Auth => Illuminate\Support\Facades\Auth
                                                                    Blade => Illuminate\Support\Facades\Blade
                                                                    Broadcast => Illuminate\Support\Facades\Broadcast
                                                                    Bus => Illuminate\Support\Facades\Bus
                                                                    Cache => Illuminate\Support\Facades\Cache
                                                                    Config => Illuminate\Support\Facades\Config
                                                                    Cookie => Illuminate\Support\Facades\Cookie
                                                                    Crypt => Illuminate\Support\Facades\Crypt
                                                                    DB => Illuminate\Support\Facades\DB
                                                                    Eloquent => Illuminate\Database\Eloquent\Model
                                                                    Event => Illuminate\Support\Facades\Event
                                                                    File => Illuminate\Support\Facades\File
                                                                    Gate => Illuminate\Support\Facades\Gate
                                                                    Hash => Illuminate\Support\Facades\Hash
                                                                    Lang => Illuminate\Support\Facades\Lang
                                                                    Log => Illuminate\Support\Facades\Log
                                                                    Mail => Illuminate\Support\Facades\Mail
                                                                    Notification => Illuminate\Support\Facades\Notification
                                                                    Password => Illuminate\Support\Facades\Password
                                                                    Queue => Illuminate\Support\Facades\Queue
                                                                    Redirect => Illuminate\Support\Facades\Redirect
                                                                    Redis => Illuminate\Support\Facades\Redis
                                                                    Request => Illuminate\Support\Facades\Request
                                                                    Response => Illuminate\Support\Facades\Response
                                                                    Route => Illuminate\Support\Facades\Route
                                                                    Schema => Illuminate\Support\Facades\Schema
                                                                    Session => Illuminate\Support\Facades\Session
                                                                    Storage => Illuminate\Support\Facades\Storage
                                                                    Str => Illuminate\Support\Str
                                                                    URL => Illuminate\Support\Facades\URL
                                                                    Validator => Illuminate\Support\Facades\Validator
                                                                    View => Illuminate\Support\Facades\View
                                                                )
                                                        )
                                                    auth => Array(
                                                            defaults => Array(
                                                                    guard => web
                                                                    passwords => users
                                                                )
                                                            guards => Array(
                                                                    web => Array(
                                                                            driver => session
                                                                            provider => users
                                                                        )
                                                                    api => Array(
                                                                            driver => token
                                                                            provider => users
                                                                            hash => 
                                                                        )
                                                                )
                                                            providers => Array(
                                                                    users => Array(
                                                                            driver => eloquent
                                                                            model => App\User
                                                                        )
                                                                )
                                                            passwords => Array(
                                                                    users => Array(
                                                                            provider => users
                                                                            table => password_resets
                                                                            expire => 60
                                                                            throttle => 60
                                                                        )
                                                                )
                                                            password_timeout => 10800
                                                        )
                                                    broadcasting => Array(
                                                            default => log
                                                            connections => Array(
                                                                    pusher => Array(
                                                                            driver => pusher
                                                                            key => 
                                                                            secret => 
                                                                            app_id => 
                                                                            options => Array(
                                                                                    cluster => mt1
                                                                                    useTLS => 1
                                                                                )
                                                                        )
                                                                    redis => Array(
                                                                            driver => redis
                                                                            connection => default
                                                                        )
                                                                    log => Array(
                                                                            driver => log
                                                                        )
                                                                    null => Array(
                                                                            driver => null
                                                                        )
                                                                )
                                                        )
                                                    cache => Array(
                                                            default => file
                                                            stores => Array(
                                                                    apc => Array(
                                                                            driver => apc
                                                                        )
                                                                    array => Array(
                                                                            driver => array
                                                                        )
                                                                    database => Array(
                                                                            driver => database
                                                                            table => cache
                                                                            connection => 
                                                                        )
                                                                    file => Array(
                                                                            driver => file
                                                                            path => /0000/storage/framework/cache/data
                                                                        )
                                                                    memcached => Array(
                                                                            driver => memcached
                                                                            persistent_id => 
                                                                            sasl => Array(
                                                                                    0 => 
                                                                                    1 => 
                                                                                )
                                                                            options => Array()
                                                                            servers => Array(
                                                                                    0 => Array(
                                                                                            host => 127.0.0.1
                                                                                            port => 11211
                                                                                            weight => 100
                                                                                        )
                                                                                )
                                                                        )
                                                                    redis => Array(
                                                                            driver => redis
                                                                            connection => cache
                                                                        )
                                                                    dynamodb => Array(
                                                                            driver => dynamodb
                                                                            key => 
                                                                            secret => 
                                                                            region => us-east-1
                                                                            table => cache
                                                                            endpoint => 
                                                                        )
                                                                )
                                                            prefix => _cache
                                                        )
                                                    database => Array(
                                                            default => mysql
                                                            connections => Array(
                                                                    sqlite => Array(
                                                                            driver => sqlite
                                                                            url => 
                                                                            database => laravel
                                                                            prefix => 
                                                                            foreign_key_constraints => 1
                                                                        )
                                                                    mysql => Array(
                                                                            driver => mysql
                                                                            url => 
                                                                            host => 127.0.0.1
                                                                            port => 3306
                                                                            database => laravel
                                                                            username => root
                                                                            password => 
                                                                            unix_socket => 
                                                                            charset => utf8mb4
                                                                            collation => utf8mb4_unicode_ci
                                                                            prefix => 
                                                                            prefix_indexes => 1
                                                                            strict => 1
                                                                            engine => 
                                                                            options => Array()
                                                                        )
                                                                    pgsql => Array(
                                                                            driver => pgsql
                                                                            url => 
                                                                            host => 127.0.0.1
                                                                            port => 3306
                                                                            database => laravel
                                                                            username => root
                                                                            password => 
                                                                            charset => utf8
                                                                            prefix => 
                                                                            prefix_indexes => 1
                                                                            schema => public
                                                                            sslmode => prefer
                                                                        )
                                                                    sqlsrv => Array(
                                                                            driver => sqlsrv
                                                                            url => 
                                                                            host => 127.0.0.1
                                                                            port => 3306
                                                                            database => laravel
                                                                            username => root
                                                                            password => 
                                                                            charset => utf8
                                                                            prefix => 
                                                                            prefix_indexes => 1
                                                                        )
                                                                )
                                                            migrations => migrations
                                                            redis => Array(
                                                                    client => phpredis
                                                                    options => Array(
                                                                            cluster => redis
                                                                            prefix => _database_
                                                                        )
                                                                    default => Array(
                                                                            url => 
                                                                            host => 127.0.0.1
                                                                            password => 
                                                                            port => 6379
                                                                            database => 0
                                                                        )
                                                                    cache => Array(
                                                                            url => 
                                                                            host => 127.0.0.1
                                                                            password => 
                                                                            port => 6379
                                                                            database => 1
                                                                        )
                                                                )
                                                        )
                                                    filesystems => Array(
                                                            default => local
                                                            cloud => s3
                                                            disks => Array(
                                                                    local => Array(
                                                                            driver => local
                                                                            root => /0000/storage/app
                                                                        )
                                                                    public => Array(
                                                                            driver => local
                                                                            root => /0000/storage/app/public
                                                                            url => http://localhost/storage
                                                                            visibility => public
                                                                        )
                                                                    s3 => Array(
                                                                            driver => s3
                                                                            key => 
                                                                            secret => 
                                                                            region => us-east-1
                                                                            bucket => 
                                                                            url => 
                                                                        )
                                                                )
                                                        )
                                                    hashing => Array(
                                                            driver => bcrypt
                                                            bcrypt => Array(
                                                                    rounds => 10
                                                                )
                                                            argon => Array(
                                                                    memory => 1024
                                                                    threads => 2
                                                                    time => 2
                                                                )
                                                        )
                                                    logging => Array(
                                                            default => stack
                                                            channels => Array(
                                                                    stack => Array(
                                                                            driver => stack
                                                                            channels => Array(
                                                                                    0 => single
                                                                                )
                                                                            ignore_exceptions => 
                                                                        )
                                                                    single => Array(
                                                                            driver => single
                                                                            path => /0000/storage/logs/laravel.log
                                                                            level => debug
                                                                        )
                                                                    daily => Array(
                                                                            driver => daily
                                                                            path => /0000/storage/logs/laravel.log
                                                                            level => debug
                                                                            days => 14
                                                                        )
                                                                    slack => Array(
                                                                            driver => slack
                                                                            url => 
                                                                            username => Laravel Log
                                                                            emoji => :boom:
                                                                            level => critical
                                                                        )
                                                                    papertrail => Array(
                                                                            driver => monolog
                                                                            level => debug
                                                                            handler => Monolog\Handler\SyslogUdpHandler
                                                                            handler_with => Array(
                                                                                    host => 
                                                                                    port => 
                                                                                )
                                                                        )
                                                                    stderr => Array(
                                                                            driver => monolog
                                                                            handler => Monolog\Handler\StreamHandler
                                                                            formatter => 
                                                                            with => Array(
                                                                                    stream => php://stderr
                                                                                )
                                                                        )
                                                                    syslog => Array(
                                                                            driver => syslog
                                                                            level => debug
                                                                        )
                                                                    errorlog => Array(
                                                                            driver => errorlog
                                                                            level => debug
                                                                        )
                                                                    null => Array(
                                                                            driver => monolog
                                                                            handler => Monolog\Handler\NullHandler
                                                                        )
                                                                    emergency => Array(
                                                                            path => /0000/storage/logs/laravel.log
                                                                        )
                                                                )
                                                        )
                                                    mail => Array(
                                                            driver => smtp
                                                            host => smtp.mailtrap.io
                                                            port => 2525
                                                            from => Array(
                                                                    address => 
                                                                    name => 本地测试
                                                                )
                                                            encryption => 
                                                            username => 
                                                            password => 
                                                            sendmail => /usr/sbin/sendmail -bs
                                                            markdown => Array(
                                                                    theme => default
                                                                    paths => Array(
                                                                            0 => /0000/resources/views/vendor/mail
                                                                        )
                                                                )
                                                            log_channel => 
                                                        )
                                                    queue => Array(
                                                            default => sync
                                                            connections => Array(
                                                                    sync => Array(
                                                                            driver => sync
                                                                        )
                                                                    database => Array(
                                                                            driver => database
                                                                            table => jobs
                                                                            queue => default
                                                                            retry_after => 90
                                                                        )
                                                                    beanstalkd => Array(
                                                                            driver => beanstalkd
                                                                            host => localhost
                                                                            queue => default
                                                                            retry_after => 90
                                                                            block_for => 0
                                                                        )
                                                                    sqs => Array(
                                                                            driver => sqs
                                                                            key => 
                                                                            secret => 
                                                                            prefix => https://sqs.us-east-1.amazonaws.com/your-account-id
                                                                            queue => your-queue-name
                                                                            region => us-east-1
                                                                        )
                                                                    redis => Array(
                                                                            driver => redis
                                                                            connection => default
                                                                            queue => default
                                                                            retry_after => 90
                                                                            block_for => 
                                                                        )
                                                                )
                                                            failed => Array(
                                                                    driver => database
                                                                    database => mysql
                                                                    table => failed_jobs
                                                                )
                                                        )
                                                    services => Array(
                                                            mailgun => Array(
                                                                    domain => 
                                                                    secret => 
                                                                    endpoint => api.mailgun.net
                                                                )
                                                            postmark => Array(
                                                                    token => 
                                                                )
                                                            ses => Array(
                                                                    key => 
                                                                    secret => 
                                                                    region => us-east-1
                                                                )
                                                        )
                                                    session => Array(
                                                            driver => cookie
                                                            lifetime => 120
                                                            expire_on_close => 
                                                            encrypt => 
                                                            files => /0000/storage/framework/sessions
                                                            connection => 
                                                            table => sessions
                                                            store => 
                                                            lottery => Array(
                                                                    0 => 2
                                                                    1 => 100
                                                                )
                                                            cookie => _session
                                                            path => /
                                                            domain => 
                                                            secure => 
                                                            http_only => 1
                                                            same_site => 
                                                        )
                                                    view => Array(
                                                            paths => Array(
                                                                    0 => /0000/resources/views
                                                                )
                                                            compiled => /0000/storage/framework/views
                                                        )
                                                    flare => Array(
                                                            key => 
                                                            reporting => Array(
                                                                    anonymize_ips => 1
                                                                    collect_git_information => 1
                                                                    report_queries => 1
                                                                    maximum_number_of_collected_queries => 200
                                                                    report_query_bindings => 1
                                                                    report_view_data => 1
                                                                    grouping_type => 
                                                                )
                                                            send_logs_as_events => 1
                                                        )
                                                    ignition => Array(
                                                            editor => phpstorm
                                                            theme => light
                                                            enable_share_button => 1
                                                            register_commands => 
                                                            ignored_solution_providers => Array()
                                                            enable_runnable_solutions => 
                                                            remote_sites_path => 
                                                            local_sites_path => 
                                                            housekeeping_endpoint_prefix => _ignition
                                                        )
                                                    trustedproxy => Array(
                                                            proxies => 
                                                            headers => 30
                                                        )
                                                )
                                        )
                                    request => Illuminate\Http\Request Object(
                                            json => 
                                            convertedFiles => 
                                            userResolver => 
                                            routeResolver => 
                                            attributes => Symfony\Component\HttpFoundation\ParameterBag Object(
                                                    parameters => Array()
                                                )
                                            request => Symfony\Component\HttpFoundation\ParameterBag Object(
                                                    parameters => Array()
                                                )
                                            query => Symfony\Component\HttpFoundation\ParameterBag Object(
                                                    parameters => Array()
                                                )
                                            server => Symfony\Component\HttpFoundation\ServerBag Object(
                                                    parameters => Array(
                                                            SERVER_NAME => localhost
                                                            SERVER_PORT => 80
                                                            HTTP_HOST => localhost
                                                            HTTP_USER_AGENT => Symfony
                                                            HTTP_ACCEPT => text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
                                                            HTTP_ACCEPT_LANGUAGE => en-us,en;q=0.5
                                                            HTTP_ACCEPT_CHARSET => ISO-8859-1,utf-8;q=0.7,*;q=0.7
                                                            REMOTE_ADDR => 127.0.0.1
                                                            SCRIPT_NAME => artisan
                                                            SCRIPT_FILENAME => artisan
                                                            SERVER_PROTOCOL => HTTP/1.1
                                                            REQUEST_TIME => 1578274354
                                                            PHP_EXTRA_CONFIGURE_ARGS => --enable-fpm --with-fpm-user=www-data --with-fpm-group=www-data --disable-cgi
                                                            LANGUAGE => C
                                                            HOSTNAME => d9d2f135fb85
                                                            PHP_INI_DIR => /usr/local/etc/php
                                                            GIT_ASKPASS => echo
                                                            SHLVL => 2
                                                            HOME => /root
                                                            OLDPWD => /
                                                            PHP_LDFLAGS => -Wl,-O1 -Wl,--hash-style=both -pie
                                                            PHP_CFLAGS => -fstack-protector-strong -fpic -fpie -O2
                                                            PHP_MD5 => 
                                                            PHP_VERSION => 7.2.19
                                                            COMPOSER_HOME => /tmp/composer
                                                            COMPOSER_BINARY => /usr/bin/composer
                                                            GPG_KEYS => 1729F83938DA44E27BA0F4D3DBDB397470D12172 B1B44D8F021E4E2D6021E995DC9FF8D3EE5AF27F
                                                            PHP_CPPFLAGS => -fstack-protector-strong -fpic -fpie -O2
                                                            PHP_ASC_URL => https://www.php.net/get/php-7.2.19.tar.xz.asc/from/this/mirror
                                                            PHP_URL => https://www.php.net/get/php-7.2.19.tar.xz/from/this/mirror
                                                            TERM => xterm
                                                            PATH => /0000/vendor/bin:/tmp/composer/vendor/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
                                                            LD_PRELOAD => /usr/lib/preloadable_libiconv.so php
                                                            PHPIZE_DEPS => autoconf 		dpkg-dev dpkg 		file 		g++ 		gcc 		libc-dev 		make 		pkgconf 		re2c
                                                            PWD => /0000
                                                            PHP_SHA256 => 4ffa2404a88d60e993a9fe69f829ebec3eb1e006de41b6048ce5e91bbeaa9282
                                                            PHP_SELF => artisan
                                                            PATH_TRANSLATED => artisan
                                                            DOCUMENT_ROOT => 
                                                            REQUEST_TIME_FLOAT => 1578274354.5135
                                                            argv => Array(
                                                                    0 => artisan
                                                                    1 => package:discover
                                                                    2 => --ansi
                                                                )
                                                            argc => 3
                                                            APP_NAME => 本地测试
                                                            APP_ENV => local
                                                            APP_KEY => base64:gIjju1XIlTNS6j8BuifyrL2QAARYlvdKYd31eAqei7g=
                                                            APP_DEBUG => true
                                                            APP_URL => http://localhost
                                                            LOG_CHANNEL => stack
                                                            DB_CONNECTION => mysql
                                                            DB_HOST => 127.0.0.1
                                                            DB_PORT => 3306
                                                            DB_DATABASE => laravel
                                                            DB_USERNAME => root
                                                            DB_PASSWORD => 
                                                            BROADCAST_DRIVER => log
                                                            CACHE_DRIVER => file
                                                            QUEUE_CONNECTION => sync
                                                            SESSION_DRIVER => cookie
                                                            SESSION_LIFETIME => 120
                                                            REDIS_HOST => 127.0.0.1
                                                            REDIS_PASSWORD => null
                                                            REDIS_PORT => 6379
                                                            MAIL_DRIVER => smtp
                                                            MAIL_HOST => smtp.mailtrap.io
                                                            MAIL_PORT => 2525
                                                            MAIL_USERNAME => null
                                                            MAIL_PASSWORD => null
                                                            MAIL_ENCRYPTION => null
                                                            MAIL_FROM_ADDRESS => null
                                                            MAIL_FROM_NAME => 本地测试
                                                            AWS_ACCESS_KEY_ID => 
                                                            AWS_SECRET_ACCESS_KEY => 
                                                            AWS_DEFAULT_REGION => us-east-1
                                                            AWS_BUCKET => 
                                                            PUSHER_APP_ID => 
                                                            PUSHER_APP_KEY => 
                                                            PUSHER_APP_SECRET => 
                                                            PUSHER_APP_CLUSTER => mt1
                                                            MIX_PUSHER_APP_KEY => 
                                                            MIX_PUSHER_APP_CLUSTER => mt1
                                                            PATH_INFO => 
                                                            REQUEST_METHOD => GET
                                                            REQUEST_URI => /
                                                            QUERY_STRING => 
                                                        )
                                                )
                                            files => Symfony\Component\HttpFoundation\FileBag Object(
                                                    parameters => Array()
                                                )
                                            cookies => Symfony\Component\HttpFoundation\ParameterBag Object(
                                                    parameters => Array()
                                                )
                                            headers => Symfony\Component\HttpFoundation\HeaderBag Object(
                                                    headers => Array(
                                                            host => Array(
                                                                    0 => localhost
                                                                )
                                                            [user-agent] => Array(
                                                                    0 => Symfony
                                                                )
                                                            accept => Array(
                                                                    0 => text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
                                                                )
                                                            [accept-language] => Array(
                                                                    0 => en-us,en;q=0.5
                                                                )
                                                            [accept-charset] => Array(
                                                                    0 => ISO-8859-1,utf-8;q=0.7,*;q=0.7
                                                                )
                                                        )
                                                    cacheControl => Array()
                                                )
                                            content => 
                                            languages => 
                                            charsets => 
                                            encodings => 
                                            acceptableContentTypes => 
                                            pathInfo => 
                                            requestUri => 
                                            baseUrl => 
                                            basePath => 
                                            method => 
                                            format => 
                                            session => 
                                            locale => 
                                            defaultLocale => en
                                            [preferredFormat:Symfony\Component\HttpFoundation\Request:private] => 
                                            [isHostValid:Symfony\Component\HttpFoundation\Request:private] => 1
                                            [isForwardedValid:Symfony\Component\HttpFoundation\Request:private] => 1
                                        )
                                    [Facade\Ignition\LogRecorder\LogRecorder] => Facade\Ignition\LogRecorder\LogRecorder Object(
                                            logMessages => Array()
                                            app => Illuminate\Foundation\Application Object
 
                                        )
                                    [Facade\Ignition\DumpRecorder\DumpRecorder] => Facade\Ignition\DumpRecorder\DumpRecorder Object(
                                            dumps => Array()
                                            app => Illuminate\Foundation\Application Object
 
                                        )
                                    [Facade\Ignition\QueryRecorder\QueryRecorder] => Facade\Ignition\QueryRecorder\QueryRecorder Object(
                                            queries => Array()
                                            app => Illuminate\Foundation\Application Object
 
                                        )
                                    [flare.http] => Facade\FlareClient\Http\Client Object(
                                            [apiToken:Facade\FlareClient\Http\Client:private] => 
                                            [apiSecret:Facade\FlareClient\Http\Client:private] => 
                                            [baseUrl:Facade\FlareClient\Http\Client:private] => https://flareapp.io/api
                                            [timeout:Facade\FlareClient\Http\Client:private] => 10
                                        )
                                    [flare.client] => Facade\FlareClient\Flare Object(
                                            [client:Facade\FlareClient\Flare:private] => Facade\FlareClient\Http\Client Object(
                                                    [apiToken:Facade\FlareClient\Http\Client:private] => 
                                                    [apiSecret:Facade\FlareClient\Http\Client:private] => 
                                                    [baseUrl:Facade\FlareClient\Http\Client:private] => https://flareapp.io/api
                                                    [timeout:Facade\FlareClient\Http\Client:private] => 10
                                                )
                                            [api:Facade\FlareClient\Flare:private] => Facade\FlareClient\Api Object(
                                                    [client:Facade\FlareClient\Api:private] => Facade\FlareClient\Http\Client Object(
                                                            [apiToken:Facade\FlareClient\Http\Client:private] => 
                                                            [apiSecret:Facade\FlareClient\Http\Client:private] => 
                                                            [baseUrl:Facade\FlareClient\Http\Client:private] => https://flareapp.io/api
                                                            [timeout:Facade\FlareClient\Http\Client:private] => 10
                                                        )
                                                    [queue:Facade\FlareClient\Api:private] => Array()
                                                )
                                            [middleware:Facade\FlareClient\Flare:private] => Array(
                                                    0 => Facade\FlareClient\Middleware\AddGlows Object(
                                                            [recorder:Facade\FlareClient\Middleware\AddGlows:private] => Facade\FlareClient\Glows\Recorder Object(
                                                                    [glows:Facade\FlareClient\Glows\Recorder:private] => Array()
                                                                )
                                                        )
                                                    1 => Facade\FlareClient\Middleware\AnonymizeIp Object()
                                                    2 => Facade\Ignition\Middleware\SetNotifierName Object()
                                                    3 => Facade\Ignition\Middleware\AddEnvironmentInformation Object()
                                                    4 => Facade\Ignition\Middleware\AddLogs Object(
                                                            logRecorder => Facade\Ignition\LogRecorder\LogRecorder Object(
                                                                    logMessages => Array()
                                                                    app => Illuminate\Foundation\Application Object
 
                                                                )
                                                        )
                                                    5 => Facade\Ignition\Middleware\AddDumps Object(
                                                            dumpRecorder => Facade\Ignition\DumpRecorder\DumpRecorder Object(
                                                                    dumps => Array()
                                                                    app => Illuminate\Foundation\Application Object
 
                                                                )
                                                        )
                                                    6 => Facade\Ignition\Middleware\AddQueries Object(
                                                            queryRecorder => Facade\Ignition\QueryRecorder\QueryRecorder Object(
                                                                    queries => Array()
                                                                    app => Illuminate\Foundation\Application Object
 
                                                                )
                                                        )
                                                    7 => Facade\Ignition\Middleware\AddSolutions Object(
                                                            solutionProviderRepository => Facade\Ignition\SolutionProviders\SolutionProviderRepository Object(
                                                                    solutionProviders => Illuminate\Support\Collection Object(
                                                                            items => Array(
                                                                                    0 => Facade\Ignition\SolutionProviders\IncorrectValetDbCredentialsSolutionProvider
                                                                                    1 => Facade\Ignition\SolutionProviders\MissingAppKeySolutionProvider
                                                                                    2 => Facade\Ignition\SolutionProviders\DefaultDbNameSolutionProvider
                                                                                    3 => Facade\Ignition\SolutionProviders\BadMethodCallSolutionProvider
                                                                                    4 => Facade\Ignition\SolutionProviders\TableNotFoundSolutionProvider
                                                                                    5 => Facade\Ignition\SolutionProviders\MissingImportSolutionProvider
                                                                                    6 => Facade\Ignition\SolutionProviders\MissingPackageSolutionProvider
                                                                                    7 => Facade\Ignition\SolutionProviders\InvalidRouteActionSolutionProvider
                                                                                    8 => Facade\Ignition\SolutionProviders\ViewNotFoundSolutionProvider
                                                                                    9 => Facade\Ignition\SolutionProviders\UndefinedVariableSolutionProvider
                                                                                    10 => Facade\Ignition\SolutionProviders\MergeConflictSolutionProvider
                                                                                    11 => Facade\Ignition\SolutionProviders\RunningLaravelDuskInProductionProvider
                                                                                    12 => Facade\Ignition\SolutionProviders\MissingColumnSolutionProvider
                                                                                    13 => Facade\Ignition\SolutionProviders\UnknownValidationSolutionProvider
                                                                                )
                                                                        )
                                                                )
                                                        )
                                                    8 => Facade\Ignition\Middleware\AddGitInformation Object()
                                                )
                                            [recorder:Facade\FlareClient\Flare:private] => Facade\FlareClient\Glows\Recorder Object(
                                                    [glows:Facade\FlareClient\Glows\Recorder:private] => Array()
                                                )
                                            [applicationPath:Facade\FlareClient\Flare:private] => /0000
                                            [container:Facade\FlareClient\Flare:private] => Illuminate\Foundation\Application Object
 
                                            [contextDetector:Facade\FlareClient\Flare:private] => Facade\Ignition\Context\LaravelContextDetector Object()
                                            [previousExceptionHandler:Facade\FlareClient\Flare:private] => 
                                            [previousErrorHandler:Facade\FlareClient\Flare:private] => 
                                            [messageLevel:Facade\FlareClient\Flare:private] => 
                                            [stage:Facade\FlareClient\Flare:private] => local
                                            [userProvidedContext:Facade\FlareClient\Flare:private] => Array()
                                        )
                                    [Facade\IgnitionContracts\SolutionProviderRepository] => Facade\Ignition\SolutionProviders\SolutionProviderRepository Object(
                                            solutionProviders => Illuminate\Support\Collection Object(
                                                    items => Array(
                                                            0 => Facade\Ignition\SolutionProviders\IncorrectValetDbCredentialsSolutionProvider
                                                            1 => Facade\Ignition\SolutionProviders\MissingAppKeySolutionProvider
                                                            2 => Facade\Ignition\SolutionProviders\DefaultDbNameSolutionProvider
                                                            3 => Facade\Ignition\SolutionProviders\BadMethodCallSolutionProvider
                                                            4 => Facade\Ignition\SolutionProviders\TableNotFoundSolutionProvider
                                                            5 => Facade\Ignition\SolutionProviders\MissingImportSolutionProvider
                                                            6 => Facade\Ignition\SolutionProviders\MissingPackageSolutionProvider
                                                            7 => Facade\Ignition\SolutionProviders\InvalidRouteActionSolutionProvider
                                                            8 => Facade\Ignition\SolutionProviders\ViewNotFoundSolutionProvider
                                                            9 => Facade\Ignition\SolutionProviders\UndefinedVariableSolutionProvider
                                                            10 => Facade\Ignition\SolutionProviders\MergeConflictSolutionProvider
                                                            11 => Facade\Ignition\SolutionProviders\RunningLaravelDuskInProductionProvider
                                                            12 => Facade\Ignition\SolutionProviders\MissingColumnSolutionProvider
                                                            13 => Facade\Ignition\SolutionProviders\UnknownValidationSolutionProvider
                                                        )
                                                )
                                        )
                                    [Illuminate\Contracts\Debug\ExceptionHandler] => NunoMaduro\Collision\Adapters\Laravel\ExceptionHandler Object(
                                            appExceptionHandler => App\Exceptions\Handler Object(
                                                    dontReport => Array()
                                                    dontFlash => Array(
                                                            0 => password
                                                            1 => password_confirmation
                                                        )
                                                    container => Illuminate\Foundation\Application Object
 
                                                    internalDontReport => Array(
                                                            0 => Illuminate\Auth\AuthenticationException
                                                            1 => Illuminate\Auth\Access\AuthorizationException
                                                            2 => Symfony\Component\HttpKernel\Exception\HttpException
                                                            3 => Illuminate\Http\Exceptions\HttpResponseException
                                                            4 => Illuminate\Database\Eloquent\ModelNotFoundException
                                                            5 => Symfony\Component\HttpFoundation\Exception\SuspiciousOperationException
                                                            6 => Illuminate\Session\TokenMismatchException
                                                            7 => Illuminate\Validation\ValidationException
                                                        )
                                                )
                                            container => Illuminate\Foundation\Application Object
 
                                        )
                                    [db.factory] => Illuminate\Database\Connectors\ConnectionFactory Object(
                                            container => Illuminate\Foundation\Application Object
 
                                        )
                                    db => Illuminate\Database\DatabaseManager Object(
                                            app => Illuminate\Foundation\Application Object
 
                                            factory => Illuminate\Database\Connectors\ConnectionFactory Object(
                                                    container => Illuminate\Foundation\Application Object
 
                                                )
                                            connections => Array()
                                            extensions => Array()
                                            reconnector => Closure Object(
                                                    this => Illuminate\Database\DatabaseManager Object
 
                                                    parameter => Array(
                                                            [$connection] => 
                                                        )
                                                )
                                        )
                                    [view.engine.resolver] => Illuminate\View\Engines\EngineResolver Object(
                                            resolvers => Array(
                                                    file => Closure Object(
                                                            this => Illuminate\View\ViewServiceProvider Object(
                                                                    app => Illuminate\Foundation\Application Object
 
                                                                )
                                                        )
                                                    php => Closure Object(
                                                            this => Facade\Ignition\IgnitionServiceProvider Object(
                                                                    app => Illuminate\Foundation\Application Object
 
                                                                )
                                                        )
                                                    blade => Closure Object(
                                                            this => Facade\Ignition\IgnitionServiceProvider Object(
                                                                    app => Illuminate\Foundation\Application Object
 
                                                                )
                                                        )
                                                )
                                            resolved => Array()
                                        )
                                    files => Illuminate\Filesystem\Filesystem Object()
                                    [blade.compiler] => Illuminate\View\Compilers\BladeCompiler Object(
                                            extensions => Array()
                                            customDirectives => Array()
                                            conditions => Array()
                                            path => 
                                            compilers => Array(
                                                    0 => Comments
                                                    1 => Extensions
                                                    2 => Statements
                                                    3 => Echos
                                                )
                                            rawTags => Array(
                                                    0 => {!!
                                                    1 => !!}
                                                )
                                            contentTags => Array(
                                                    0 => {{
                                                    1 => }}
                                                )
                                            escapedTags => Array(
                                                    0 => {{{
                                                    1 => }}}
                                                )
                                            echoFormat => e(%s)
                                            footer => Array()
                                            rawBlocks => Array()
                                            files => Illuminate\Filesystem\Filesystem Object()
                                            cachePath => /0000/storage/framework/views
                                            firstCaseInSwitch => 1
                                            [encodingOptions:Illuminate\View\Compilers\BladeCompiler:private] => 15
                                            lastSection => 
                                            forElseCounter => 0
                                        )
                                    log => Illuminate\Log\LogManager Object(
                                            app => Illuminate\Foundation\Application Object
 
                                            channels => Array()
                                            customCreators => Array(
                                                    flare => Closure Object(
                                                            this => Illuminate\Log\LogManager Object
 
                                                            parameter => Array(
                                                                    [$app] => 
                                                                )
                                                        )
                                                )
                                            dateFormat => Y-m-d H:i:s
                                            levels => Array(
                                                    debug => 100
                                                    info => 200
                                                    notice => 250
                                                    warning => 300
                                                    error => 400
                                                    critical => 500
                                                    alert => 550
                                                    emergency => 600
                                                )
                                        )
                                    queue => Illuminate\Queue\QueueManager Object(
                                            app => Illuminate\Foundation\Application Object
 
                                            connections => Array()
                                            connectors => Array(
                                                    null => Closure Object(
                                                            this => Illuminate\Queue\QueueServiceProvider Object(
                                                                    app => Illuminate\Foundation\Application Object
 
                                                                )
                                                        )
                                                    sync => Closure Object(
                                                            this => Illuminate\Queue\QueueServiceProvider Object(
                                                                    app => Illuminate\Foundation\Application Object
 
                                                                )
                                                        )
                                                    database => Closure Object(
                                                            this => Illuminate\Queue\QueueServiceProvider Object(
                                                                    app => Illuminate\Foundation\Application Object
 
                                                                )
                                                        )
                                                    redis => Closure Object(
                                                            this => Illuminate\Queue\QueueServiceProvider Object(
                                                                    app => Illuminate\Foundation\Application Object
 
                                                                )
                                                        )
                                                    beanstalkd => Closure Object(
                                                            this => Illuminate\Queue\QueueServiceProvider Object(
                                                                    app => Illuminate\Foundation\Application Object
 
                                                                )
                                                        )
                                                    sqs => Closure Object(
                                                            this => Illuminate\Queue\QueueServiceProvider Object(
                                                                    app => Illuminate\Foundation\Application Object
 
                                                                )
                                                        )
                                                )
                                        )
                                    date => Illuminate\Support\DateFactory Object()
                                    router => Illuminate\Routing\Router Object
 
                                    routes => Illuminate\Routing\RouteCollection Object(
                                            routes => Array()
                                            allRoutes => Array()
                                            nameList => Array()
                                            actionList => Array()
                                        )
                                    url => Illuminate\Routing\UrlGenerator Object(
                                            routes => Illuminate\Routing\RouteCollection Object(
                                                    routes => Array()
                                                    allRoutes => Array()
                                                    nameList => Array()
                                                    actionList => Array()
                                                )
                                            request => Illuminate\Http\Request Object(
                                                    json => 
                                                    convertedFiles => 
                                                    userResolver => 
                                                    routeResolver => 
                                                    attributes => Symfony\Component\HttpFoundation\ParameterBag Object(
                                                            parameters => Array()
                                                        )
                                                    request => Symfony\Component\HttpFoundation\ParameterBag Object(
                                                            parameters => Array()
                                                        )
                                                    query => Symfony\Component\HttpFoundation\ParameterBag Object(
                                                            parameters => Array()
                                                        )
                                                    server => Symfony\Component\HttpFoundation\ServerBag Object(
                                                            parameters => Array(
                                                                    SERVER_NAME => localhost
                                                                    SERVER_PORT => 80
                                                                    HTTP_HOST => localhost
                                                                    HTTP_USER_AGENT => Symfony
                                                                    HTTP_ACCEPT => text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
                                                                    HTTP_ACCEPT_LANGUAGE => en-us,en;q=0.5
                                                                    HTTP_ACCEPT_CHARSET => ISO-8859-1,utf-8;q=0.7,*;q=0.7
                                                                    REMOTE_ADDR => 127.0.0.1
                                                                    SCRIPT_NAME => artisan
                                                                    SCRIPT_FILENAME => artisan
                                                                    SERVER_PROTOCOL => HTTP/1.1
                                                                    REQUEST_TIME => 1578274354
                                                                    PHP_EXTRA_CONFIGURE_ARGS => --enable-fpm --with-fpm-user=www-data --with-fpm-group=www-data --disable-cgi
                                                                    LANGUAGE => C
                                                                    HOSTNAME => d9d2f135fb85
                                                                    PHP_INI_DIR => /usr/local/etc/php
                                                                    GIT_ASKPASS => echo
                                                                    SHLVL => 2
                                                                    HOME => /root
                                                                    OLDPWD => /
                                                                    PHP_LDFLAGS => -Wl,-O1 -Wl,--hash-style=both -pie
                                                                    PHP_CFLAGS => -fstack-protector-strong -fpic -fpie -O2
                                                                    PHP_MD5 => 
                                                                    PHP_VERSION => 7.2.19
                                                                    COMPOSER_HOME => /tmp/composer
                                                                    COMPOSER_BINARY => /usr/bin/composer
                                                                    GPG_KEYS => 1729F83938DA44E27BA0F4D3DBDB397470D12172 B1B44D8F021E4E2D6021E995DC9FF8D3EE5AF27F
                                                                    PHP_CPPFLAGS => -fstack-protector-strong -fpic -fpie -O2
                                                                    PHP_ASC_URL => https://www.php.net/get/php-7.2.19.tar.xz.asc/from/this/mirror
                                                                    PHP_URL => https://www.php.net/get/php-7.2.19.tar.xz/from/this/mirror
                                                                    TERM => xterm
                                                                    PATH => /0000/vendor/bin:/tmp/composer/vendor/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
                                                                    LD_PRELOAD => /usr/lib/preloadable_libiconv.so php
                                                                    PHPIZE_DEPS => autoconf 		dpkg-dev dpkg 		file 		g++ 		gcc 		libc-dev 		make 		pkgconf 		re2c
                                                                    PWD => /0000
                                                                    PHP_SHA256 => 4ffa2404a88d60e993a9fe69f829ebec3eb1e006de41b6048ce5e91bbeaa9282
                                                                    PHP_SELF => artisan
                                                                    PATH_TRANSLATED => artisan
                                                                    DOCUMENT_ROOT => 
                                                                    REQUEST_TIME_FLOAT => 1578274354.5135
                                                                    argv => Array(
                                                                            0 => artisan
                                                                            1 => package:discover
                                                                            2 => --ansi
                                                                        )
                                                                    argc => 3
                                                                    APP_NAME => 本地测试
                                                                    APP_ENV => local
                                                                    APP_KEY => base64:gIjju1XIlTNS6j8BuifyrL2QAARYlvdKYd31eAqei7g=
                                                                    APP_DEBUG => true
                                                                    APP_URL => http://localhost
                                                                    LOG_CHANNEL => stack
                                                                    DB_CONNECTION => mysql
                                                                    DB_HOST => 127.0.0.1
                                                                    DB_PORT => 3306
                                                                    DB_DATABASE => laravel
                                                                    DB_USERNAME => root
                                                                    DB_PASSWORD => 
                                                                    BROADCAST_DRIVER => log
                                                                    CACHE_DRIVER => file
                                                                    QUEUE_CONNECTION => sync
                                                                    SESSION_DRIVER => cookie
                                                                    SESSION_LIFETIME => 120
                                                                    REDIS_HOST => 127.0.0.1
                                                                    REDIS_PASSWORD => null
                                                                    REDIS_PORT => 6379
                                                                    MAIL_DRIVER => smtp
                                                                    MAIL_HOST => smtp.mailtrap.io
                                                                    MAIL_PORT => 2525
                                                                    MAIL_USERNAME => null
                                                                    MAIL_PASSWORD => null
                                                                    MAIL_ENCRYPTION => null
                                                                    MAIL_FROM_ADDRESS => null
                                                                    MAIL_FROM_NAME => 本地测试
                                                                    AWS_ACCESS_KEY_ID => 
                                                                    AWS_SECRET_ACCESS_KEY => 
                                                                    AWS_DEFAULT_REGION => us-east-1
                                                                    AWS_BUCKET => 
                                                                    PUSHER_APP_ID => 
                                                                    PUSHER_APP_KEY => 
                                                                    PUSHER_APP_SECRET => 
                                                                    PUSHER_APP_CLUSTER => mt1
                                                                    MIX_PUSHER_APP_KEY => 
                                                                    MIX_PUSHER_APP_CLUSTER => mt1
                                                                    PATH_INFO => 
                                                                    REQUEST_METHOD => GET
                                                                    REQUEST_URI => /
                                                                    QUERY_STRING => 
                                                                )
                                                        )
                                                    files => Symfony\Component\HttpFoundation\FileBag Object(
                                                            parameters => Array()
                                                        )
                                                    cookies => Symfony\Component\HttpFoundation\ParameterBag Object(
                                                            parameters => Array()
                                                        )
                                                    headers => Symfony\Component\HttpFoundation\HeaderBag Object(
                                                            headers => Array(
                                                                    host => Array(
                                                                            0 => localhost
                                                                        )
                                                                    [user-agent] => Array(
                                                                            0 => Symfony
                                                                        )
                                                                    accept => Array(
                                                                            0 => text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
                                                                        )
                                                                    [accept-language] => Array(
                                                                            0 => en-us,en;q=0.5
                                                                        )
                                                                    [accept-charset] => Array(
                                                                            0 => ISO-8859-1,utf-8;q=0.7,*;q=0.7
                                                                        )
                                                                )
                                                            cacheControl => Array()
                                                        )
                                                    content => 
                                                    languages => 
                                                    charsets => 
                                                    encodings => 
                                                    acceptableContentTypes => 
                                                    pathInfo => 
                                                    requestUri => 
                                                    baseUrl => 
                                                    basePath => 
                                                    method => 
                                                    format => 
                                                    session => 
                                                    locale => 
                                                    defaultLocale => en
                                                    [preferredFormat:Symfony\Component\HttpFoundation\Request:private] => 
                                                    [isHostValid:Symfony\Component\HttpFoundation\Request:private] => 1
                                                    [isForwardedValid:Symfony\Component\HttpFoundation\Request:private] => 1
                                                )
                                            assetRoot => 
                                            forcedRoot => 
                                            forceScheme => 
                                            cachedRoot => 
                                            cachedScheme => 
                                            rootNamespace => App\Http\Controllers
                                            sessionResolver => Closure Object(
                                                    this => Illuminate\Routing\RoutingServiceProvider Object(
                                                            app => Illuminate\Foundation\Application Object
 
                                                        )
                                                )
                                            keyResolver => Closure Object(
                                                    this => Illuminate\Routing\RoutingServiceProvider Object(
                                                            app => Illuminate\Foundation\Application Object
 
                                                        )
                                                )
                                            formatHostUsing => 
                                            formatPathUsing => 
                                            routeGenerator => 
                                        )
                                )
                            aliases => Array(
                                    [Illuminate\Foundation\Application] => app
                                    [Illuminate\Contracts\Container\Container] => app
                                    [Illuminate\Contracts\Foundation\Application] => app
                                    [Psr\Container\ContainerInterface] => app
                                    [Illuminate\Auth\AuthManager] => auth
                                    [Illuminate\Contracts\Auth\Factory] => auth
                                    [Illuminate\Contracts\Auth\Guard] => auth.driver
                                    [Illuminate\View\Compilers\BladeCompiler] => blade.compiler
                                    [Illuminate\Cache\CacheManager] => cache
                                    [Illuminate\Contracts\Cache\Factory] => cache
                                    [Illuminate\Cache\Repository] => cache.store
                                    [Illuminate\Contracts\Cache\Repository] => cache.store
                                    [Psr\SimpleCache\CacheInterface] => cache.store
                                    [Symfony\Component\Cache\Adapter\Psr16Adapter] => cache.psr6
                                    [Symfony\Component\Cache\Adapter\AdapterInterface] => cache.psr6
                                    [Psr\Cache\CacheItemPoolInterface] => cache.psr6
                                    [Illuminate\Config\Repository] => config
                                    [Illuminate\Contracts\Config\Repository] => config
                                    [Illuminate\Cookie\CookieJar] => cookie
                                    [Illuminate\Contracts\Cookie\Factory] => cookie
                                    [Illuminate\Contracts\Cookie\QueueingFactory] => cookie
                                    [Illuminate\Encryption\Encrypter] => encrypter
                                    [Illuminate\Contracts\Encryption\Encrypter] => encrypter
                                    [Illuminate\Database\DatabaseManager] => db
                                    [Illuminate\Database\ConnectionResolverInterface] => db
                                    [Illuminate\Database\Connection] => db.connection
                                    [Illuminate\Database\ConnectionInterface] => db.connection
                                    [Illuminate\Events\Dispatcher] => events
                                    [Illuminate\Contracts\Events\Dispatcher] => events
                                    [Illuminate\Filesystem\Filesystem] => files
                                    [Illuminate\Filesystem\FilesystemManager] => filesystem
                                    [Illuminate\Contracts\Filesystem\Factory] => filesystem
                                    [Illuminate\Contracts\Filesystem\Filesystem] => filesystem.disk
                                    [Illuminate\Contracts\Filesystem\Cloud] => filesystem.cloud
                                    [Illuminate\Hashing\HashManager] => hash
                                    [Illuminate\Contracts\Hashing\Hasher] => hash.driver
                                    [Illuminate\Translation\Translator] => translator
                                    [Illuminate\Contracts\Translation\Translator] => translator
                                    [Illuminate\Log\LogManager] => log
                                    [Psr\Log\LoggerInterface] => log
                                    [Illuminate\Mail\Mailer] => mailer
                                    [Illuminate\Contracts\Mail\Mailer] => mailer
                                    [Illuminate\Contracts\Mail\MailQueue] => mailer
                                    [Illuminate\Auth\Passwords\PasswordBrokerManager] => auth.password
                                    [Illuminate\Contracts\Auth\PasswordBrokerFactory] => auth.password
                                    [Illuminate\Auth\Passwords\PasswordBroker] => auth.password.broker
                                    [Illuminate\Contracts\Auth\PasswordBroker] => auth.password.broker
                                    [Illuminate\Queue\QueueManager] => queue
                                    [Illuminate\Contracts\Queue\Factory] => queue
                                    [Illuminate\Contracts\Queue\Monitor] => queue
                                    [Illuminate\Contracts\Queue\Queue] => queue.connection
                                    [Illuminate\Queue\Failed\FailedJobProviderInterface] => queue.failer
                                    [Illuminate\Routing\Redirector] => redirect
                                    [Illuminate\Redis\RedisManager] => redis
                                    [Illuminate\Contracts\Redis\Factory] => redis
                                    [Illuminate\Http\Request] => request
                                    [Symfony\Component\HttpFoundation\Request] => request
                                    [Illuminate\Routing\Router] => router
                                    [Illuminate\Contracts\Routing\Registrar] => router
                                    [Illuminate\Contracts\Routing\BindingRegistrar] => router
                                    [Illuminate\Session\SessionManager] => session
                                    [Illuminate\Session\Store] => session.store
                                    [Illuminate\Contracts\Session\Session] => session.store
                                    [Illuminate\Routing\UrlGenerator] => url
                                    [Illuminate\Contracts\Routing\UrlGenerator] => url
                                    [Illuminate\Validation\Factory] => validator
                                    [Illuminate\Contracts\Validation\Factory] => validator
                                    [Illuminate\View\Factory] => view
                                    [Illuminate\Contracts\View\Factory] => view
                                    [Illuminate\Contracts\Notifications\Dispatcher] => Illuminate\Notifications\ChannelManager
                                    [Illuminate\Contracts\Notifications\Factory] => Illuminate\Notifications\ChannelManager
                                    [Facade\FlareClient\Http\Client] => flare.http
                                    [Facade\FlareClient\Flare] => flare.client
                                )
                            abstractAliases => Array(
                                    app => Array(
                                            0 => Illuminate\Foundation\Application
                                            1 => Illuminate\Contracts\Container\Container
                                            2 => Illuminate\Contracts\Foundation\Application
                                            3 => Psr\Container\ContainerInterface
                                        )
                                    auth => Array(
                                            0 => Illuminate\Auth\AuthManager
                                            1 => Illuminate\Contracts\Auth\Factory
                                        )
                                    [auth.driver] => Array(
                                            0 => Illuminate\Contracts\Auth\Guard
                                        )
                                    [blade.compiler] => Array(
                                            0 => Illuminate\View\Compilers\BladeCompiler
                                        )
                                    cache => Array(
                                            0 => Illuminate\Cache\CacheManager
                                            1 => Illuminate\Contracts\Cache\Factory
                                        )
                                    [cache.store] => Array(
                                            0 => Illuminate\Cache\Repository
                                            1 => Illuminate\Contracts\Cache\Repository
                                            2 => Psr\SimpleCache\CacheInterface
                                        )
                                    [cache.psr6] => Array(
                                            0 => Symfony\Component\Cache\Adapter\Psr16Adapter
                                            1 => Symfony\Component\Cache\Adapter\AdapterInterface
                                            2 => Psr\Cache\CacheItemPoolInterface
                                        )
                                    config => Array(
                                            0 => Illuminate\Config\Repository
                                            1 => Illuminate\Contracts\Config\Repository
                                        )
                                    cookie => Array(
                                            0 => Illuminate\Cookie\CookieJar
                                            1 => Illuminate\Contracts\Cookie\Factory
                                            2 => Illuminate\Contracts\Cookie\QueueingFactory
                                        )
                                    encrypter => Array(
                                            0 => Illuminate\Encryption\Encrypter
                                            1 => Illuminate\Contracts\Encryption\Encrypter
                                        )
                                    db => Array(
                                            0 => Illuminate\Database\DatabaseManager
                                            1 => Illuminate\Database\ConnectionResolverInterface
                                        )
                                    [db.connection] => Array(
                                            0 => Illuminate\Database\Connection
                                            1 => Illuminate\Database\ConnectionInterface
                                        )
                                    events => Array(
                                            0 => Illuminate\Events\Dispatcher
                                            1 => Illuminate\Contracts\Events\Dispatcher
                                        )
                                    files => Array(
                                            0 => Illuminate\Filesystem\Filesystem
                                        )
                                    filesystem => Array(
                                            0 => Illuminate\Filesystem\FilesystemManager
                                            1 => Illuminate\Contracts\Filesystem\Factory
                                        )
                                    [filesystem.disk] => Array(
                                            0 => Illuminate\Contracts\Filesystem\Filesystem
                                        )
                                    [filesystem.cloud] => Array(
                                            0 => Illuminate\Contracts\Filesystem\Cloud
                                        )
                                    hash => Array(
                                            0 => Illuminate\Hashing\HashManager
                                        )
                                    [hash.driver] => Array(
                                            0 => Illuminate\Contracts\Hashing\Hasher
                                        )
                                    translator => Array(
                                            0 => Illuminate\Translation\Translator
                                            1 => Illuminate\Contracts\Translation\Translator
                                        )
                                    log => Array(
                                            0 => Illuminate\Log\LogManager
                                            1 => Psr\Log\LoggerInterface
                                        )
                                    mailer => Array(
                                            0 => Illuminate\Mail\Mailer
                                            1 => Illuminate\Contracts\Mail\Mailer
                                            2 => Illuminate\Contracts\Mail\MailQueue
                                        )
                                    [auth.password] => Array(
                                            0 => Illuminate\Auth\Passwords\PasswordBrokerManager
                                            1 => Illuminate\Contracts\Auth\PasswordBrokerFactory
                                        )
                                    [auth.password.broker] => Array(
                                            0 => Illuminate\Auth\Passwords\PasswordBroker
                                            1 => Illuminate\Contracts\Auth\PasswordBroker
                                        )
                                    queue => Array(
                                            0 => Illuminate\Queue\QueueManager
                                            1 => Illuminate\Contracts\Queue\Factory
                                            2 => Illuminate\Contracts\Queue\Monitor
                                        )
                                    [queue.connection] => Array(
                                            0 => Illuminate\Contracts\Queue\Queue
                                        )
                                    [queue.failer] => Array(
                                            0 => Illuminate\Queue\Failed\FailedJobProviderInterface
                                        )
                                    redirect => Array(
                                            0 => Illuminate\Routing\Redirector
                                        )
                                    redis => Array(
                                            0 => Illuminate\Redis\RedisManager
                                            1 => Illuminate\Contracts\Redis\Factory
                                        )
                                    request => Array(
                                            0 => Illuminate\Http\Request
                                            1 => Symfony\Component\HttpFoundation\Request
                                        )
                                    router => Array(
                                            0 => Illuminate\Routing\Router
                                            1 => Illuminate\Contracts\Routing\Registrar
                                            2 => Illuminate\Contracts\Routing\BindingRegistrar
                                        )
                                    session => Array(
                                            0 => Illuminate\Session\SessionManager
                                        )
                                    [session.store] => Array(
                                            0 => Illuminate\Session\Store
                                            1 => Illuminate\Contracts\Session\Session
                                        )
                                    url => Array(
                                            0 => Illuminate\Routing\UrlGenerator
                                            1 => Illuminate\Contracts\Routing\UrlGenerator
                                        )
                                    validator => Array(
                                            0 => Illuminate\Validation\Factory
                                            1 => Illuminate\Contracts\Validation\Factory
                                        )
                                    view => Array(
                                            0 => Illuminate\View\Factory
                                            1 => Illuminate\Contracts\View\Factory
                                        )
                                    [Illuminate\Notifications\ChannelManager] => Array(
                                            0 => Illuminate\Contracts\Notifications\Dispatcher
                                            1 => Illuminate\Contracts\Notifications\Factory
                                        )
                                    [flare.http] => Array(
                                            0 => Facade\FlareClient\Http\Client
                                        )
                                    [flare.client] => Array(
                                            0 => Facade\FlareClient\Flare
                                        )
                                )
                            extenders => Array(
                                    url => Array(
                                            0 => Closure Object(
                                                    this => Illuminate\Routing\RoutingServiceProvider Object(
                                                            app => Illuminate\Foundation\Application Object
 
                                                        )
                                                    parameter => Array(
                                                            [$url] => 
                                                            [$app] => 
                                                        )
                                                )
                                        )
                                )
                            tags => Array()
                            buildStack => Array()
                            with => Array()
                            contextual => Array()
                            reboundCallbacks => Array(
                                    request => Array(
                                            0 => Closure Object(
                                                    this => Illuminate\Auth\AuthServiceProvider Object(
                                                            app => Illuminate\Foundation\Application Object
 
                                                        )
                                                    parameter => Array(
                                                            [$app] => 
                                                            [$request] => 
                                                        )
                                                )
                                            1 => Closure Object(
                                                    this => Illuminate\Routing\RoutingServiceProvider Object(
                                                            app => Illuminate\Foundation\Application Object
 
                                                        )
                                                    parameter => Array(
                                                            [$app] => 
                                                            [$request] => 
                                                        )
                                                )
                                        )
                                    events => Array(
                                            0 => Closure Object(
                                                    this => Illuminate\Auth\AuthServiceProvider Object(
                                                            app => Illuminate\Foundation\Application Object
 
                                                        )
                                                    parameter => Array(
                                                            [$app] => 
                                                            [$dispatcher] => 
                                                        )
                                                )
                                        )
                                    routes => Array(
                                            0 => Closure Object(
                                                    this => Illuminate\Routing\RoutingServiceProvider Object(
                                                            app => Illuminate\Foundation\Application Object
 
                                                        )
                                                    parameter => Array(
                                                            [$app] => 
                                                            [$routes] => 
                                                        )
                                                )
                                        )
                                )
                            globalResolvingCallbacks => Array()
                            globalAfterResolvingCallbacks => Array()
                            resolvingCallbacks => Array(
                                    [Illuminate\Foundation\Http\FormRequest] => Array(
                                            0 => Closure Object(
                                                    this => Illuminate\Foundation\Providers\FormRequestServiceProvider Object(
                                                            app => Illuminate\Foundation\Application Object
 
                                                        )
                                                    parameter => Array(
                                                            [$request] => 
                                                            [$app] => 
                                                        )
                                                )
                                        )
                                )
                            afterResolvingCallbacks => Array(
                                    [Illuminate\Contracts\Validation\ValidatesWhenResolved] => Array(
                                            0 => Closure Object(
                                                    this => Illuminate\Foundation\Providers\FormRequestServiceProvider Object(
                                                            app => Illuminate\Foundation\Application Object
 
                                                        )
                                                    parameter => Array(
                                                            [$resolved] => 
                                                        )
                                                )
                                        )
                                    view => Array(
                                            0 => Closure Object(
                                                    static => Array(
                                                            path => /tutorials/vendor2/laravel/framework-6.x/src/Illuminate/Notifications/resources/views
                                                            namespace => notifications
                                                        )
                                                    this => Illuminate\Notifications\NotificationServiceProvider Object(
                                                            app => Illuminate\Foundation\Application Object
 
                                                        )
                                                    parameter => Array(
                                                            [$view] => 
                                                        )
                                                )
                                            1 => Closure Object(
                                                    static => Array(
                                                            path => /tutorials/vendor2/laravel/framework-6.x/src/Illuminate/Pagination/resources/views
                                                            namespace => pagination
                                                        )
                                                    this => Illuminate\Pagination\PaginationServiceProvider Object(
                                                            app => Illuminate\Foundation\Application Object
 
                                                        )
                                                    parameter => Array(
                                                            [$view] => 
                                                        )
                                                )
                                        )
                                )
                        )
                    routes => Illuminate\Routing\RouteCollection Object(
                            routes => Array()
                            allRoutes => Array()
                            nameList => Array()
                            actionList => Array()
                        )
                    current => 
                    currentRequest => 
                    middleware => Array()
                    middlewareGroups => Array()
                    middlewarePriority => Array()
                    binders => Array()
                    patterns => Array()
                    groupStack => Array(
                            0 => Array(
                                    middleware => Array(
                                            0 => web
                                        )
                                    namespace => App\Http\Controllers
                                )
                        )
                )
        )
)
调试位置:/tutorials/vendor2/laravel/framework-6.x/src/Illuminate/Routing/Router.php556

 
================================
调试位置:/tutorials/vendor2/laravel/framework-6.x/src/Illuminate/Routing/Router.php554

 
api/user
调试位置:/tutorials/vendor2/laravel/framework-6.x/src/Illuminate/Routing/Router.php555

 
Array(
    middleware => Array(
            0 => auth:api
        )
    uses => Closure Object(
            this => Illuminate\Routing\RouteFileRegistrar Object(
                    router => Illuminate\Routing\Router Object(
                            events => Illuminate\Events\Dispatcher Object(
                                    container => Illuminate\Foundation\Application Object(
                                            basePath => /0000
                                            hasBeenBootstrapped => 1
                                            booted => 
                                            bootingCallbacks => Array(
                                                    0 => Closure Object(
                                                            static => Array(
                                                                    instance => Illuminate\Queue\QueueServiceProvider Object(
                                                                            app => Illuminate\Foundation\Application Object
 
                                                                        )
                                                                )
                                                            this => Illuminate\Foundation\Application Object
 
                                                        )
                                                )
                                            bootedCallbacks => Array(
                                                    0 => Closure Object(
                                                            this => App\Console\Kernel Object(
                                                                    commands => Array()
                                                                    app => Illuminate\Foundation\Application Object
 
                                                                    events => Illuminate\Events\Dispatcher Object
 
                                                                    artisan => 
                                                                    commandsLoaded => 
                                                                    bootstrappers => Array(
                                                                            0 => Illuminate\Foundation\Bootstrap\LoadEnvironmentVariables
                                                                            1 => Illuminate\Foundation\Bootstrap\LoadConfiguration
                                                                            2 => Illuminate\Foundation\Bootstrap\HandleExceptions
                                                                            3 => Illuminate\Foundation\Bootstrap\RegisterFacades
                                                                            4 => Illuminate\Foundation\Bootstrap\SetRequestForConsole
                                                                            5 => Illuminate\Foundation\Bootstrap\RegisterProviders
                                                                            6 => Illuminate\Foundation\Bootstrap\BootProviders
                                                                        )
                                                                )
                                                        )
                                                )
                                            terminatingCallbacks => Array()
                                            serviceProviders => Array(
                                                    0 => Illuminate\Events\EventServiceProvider Object(
                                                            app => Illuminate\Foundation\Application Object
 
                                                        )
                                                    1 => Illuminate\Log\LogServiceProvider Object(
                                                            app => Illuminate\Foundation\Application Object
 
                                                        )
                                                    2 => Illuminate\Routing\RoutingServiceProvider Object(
                                                            app => Illuminate\Foundation\Application Object
 
                                                        )
                                                    3 => Illuminate\Auth\AuthServiceProvider Object(
                                                            app => Illuminate\Foundation\Application Object
 
                                                        )
                                                    4 => Illuminate\Cookie\CookieServiceProvider Object(
                                                            app => Illuminate\Foundation\Application Object
 
                                                        )
                                                    5 => Illuminate\Database\DatabaseServiceProvider Object(
                                                            app => Illuminate\Foundation\Application Object
 
                                                        )
                                                    6 => Illuminate\Encryption\EncryptionServiceProvider Object(
                                                            app => Illuminate\Foundation\Application Object
 
                                                        )
                                                    7 => Illuminate\Filesystem\FilesystemServiceProvider Object(
                                                            app => Illuminate\Foundation\Application Object
 
                                                        )
                                                    8 => Illuminate\Foundation\Providers\FormRequestServiceProvider Object(
                                                            app => Illuminate\Foundation\Application Object
 
                                                        )
                                                    9 => Illuminate\Foundation\Providers\FoundationServiceProvider Object(
                                                            providers => Array(
                                                                    0 => Illuminate\Foundation\Providers\FormRequestServiceProvider
                                                                )
                                                            instances => Array(
                                                                    0 => Illuminate\Foundation\Providers\FormRequestServiceProvider Object(
                                                                            app => Illuminate\Foundation\Application Object
 
                                                                        )
                                                                )
                                                            app => Illuminate\Foundation\Application Object
 
                                                        )
                                                    10 => Illuminate\Notifications\NotificationServiceProvider Object(
                                                            app => Illuminate\Foundation\Application Object
 
                                                        )
                                                    11 => Illuminate\Pagination\PaginationServiceProvider Object(
                                                            app => Illuminate\Foundation\Application Object
 
                                                        )
                                                    12 => Illuminate\Session\SessionServiceProvider Object(
                                                            app => Illuminate\Foundation\Application Object
 
                                                        )
                                                    13 => Illuminate\View\ViewServiceProvider Object(
                                                            app => Illuminate\Foundation\Application Object
 
                                                        )
                                                    14 => Facade\Ignition\IgnitionServiceProvider Object(
                                                            app => Illuminate\Foundation\Application Object
 
                                                        )
                                                    15 => Fideloper\Proxy\TrustedProxyServiceProvider Object(
                                                            app => Illuminate\Foundation\Application Object
 
                                                        )
                                                    16 => Carbon\Laravel\ServiceProvider Object(
                                                            app => Illuminate\Foundation\Application Object
 
                                                        )
                                                    17 => NunoMaduro\Collision\Adapters\Laravel\CollisionServiceProvider Object(
                                                            defer => 1
                                                            app => Illuminate\Foundation\Application Object
 
                                                        )
                                                    18 => App\Providers\AppServiceProvider Object(
                                                            app => Illuminate\Foundation\Application Object
 
                                                        )
                                                    19 => App\Providers\AuthServiceProvider Object(
                                                            policies => Array()
                                                            app => Illuminate\Foundation\Application Object
 
                                                        )
                                                    20 => App\Providers\EventServiceProvider Object(
                                                            listen => Array(
                                                                    [Illuminate\Auth\Events\Registered] => Array(
                                                                            0 => Illuminate\Auth\Listeners\SendEmailVerificationNotification
                                                                        )
                                                                )
                                                            subscribe => Array()
                                                            app => Illuminate\Foundation\Application Object
 
                                                        )
                                                    21 => App\Providers\RouteServiceProvider Object(
                                                            namespace => App\Http\Controllers
                                                            app => Illuminate\Foundation\Application Object
 
                                                        )
                                                    22 => Illuminate\Queue\QueueServiceProvider Object(
                                                            app => Illuminate\Foundation\Application Object
 
                                                        )
                                                )
                                            loadedProviders => Array(
                                                    [Illuminate\Events\EventServiceProvider] => 1
                                                    [Illuminate\Log\LogServiceProvider] => 1
                                                    [Illuminate\Routing\RoutingServiceProvider] => 1
                                                    [Illuminate\Auth\AuthServiceProvider] => 1
                                                    [Illuminate\Cookie\CookieServiceProvider] => 1
                                                    [Illuminate\Database\DatabaseServiceProvider] => 1
                                                    [Illuminate\Encryption\EncryptionServiceProvider] => 1
                                                    [Illuminate\Filesystem\FilesystemServiceProvider] => 1
                                                    [Illuminate\Foundation\Providers\FormRequestServiceProvider] => 1
                                                    [Illuminate\Foundation\Providers\FoundationServiceProvider] => 1
                                                    [Illuminate\Notifications\NotificationServiceProvider] => 1
                                                    [Illuminate\Pagination\PaginationServiceProvider] => 1
                                                    [Illuminate\Session\SessionServiceProvider] => 1
                                                    [Illuminate\View\ViewServiceProvider] => 1
                                                    [Facade\Ignition\IgnitionServiceProvider] => 1
                                                    [Fideloper\Proxy\TrustedProxyServiceProvider] => 1
                                                    [Carbon\Laravel\ServiceProvider] => 1
                                                    [NunoMaduro\Collision\Adapters\Laravel\CollisionServiceProvider] => 1
                                                    [App\Providers\AppServiceProvider] => 1
                                                    [App\Providers\AuthServiceProvider] => 1
                                                    [App\Providers\EventServiceProvider] => 1
                                                    [App\Providers\RouteServiceProvider] => 1
                                                    [Illuminate\Queue\QueueServiceProvider] => 1
                                                )
                                            deferredServices => Array(
                                                    [Illuminate\Broadcasting\BroadcastManager] => Illuminate\Broadcasting\BroadcastServiceProvider
                                                    [Illuminate\Contracts\Broadcasting\Factory] => Illuminate\Broadcasting\BroadcastServiceProvider
                                                    [Illuminate\Contracts\Broadcasting\Broadcaster] => Illuminate\Broadcasting\BroadcastServiceProvider
                                                    [Illuminate\Bus\Dispatcher] => Illuminate\Bus\BusServiceProvider
                                                    [Illuminate\Contracts\Bus\Dispatcher] => Illuminate\Bus\BusServiceProvider
                                                    [Illuminate\Contracts\Bus\QueueingDispatcher] => Illuminate\Bus\BusServiceProvider
                                                    cache => Illuminate\Cache\CacheServiceProvider
                                                    [cache.store] => Illuminate\Cache\CacheServiceProvider
                                                    [cache.psr6] => Illuminate\Cache\CacheServiceProvider
                                                    [memcached.connector] => Illuminate\Cache\CacheServiceProvider
                                                    [command.cache.clear] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                    [command.cache.forget] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                    [command.clear-compiled] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                    [command.auth.resets.clear] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                    [command.config.cache] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                    [command.config.clear] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                    [command.db.wipe] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                    [command.down] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                    [command.environment] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                    [command.event.cache] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                    [command.event.clear] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                    [command.event.list] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                    [command.key.generate] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                    [command.optimize] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                    [command.optimize.clear] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                    [command.package.discover] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                    [command.preset] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                    [command.queue.failed] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                    [command.queue.flush] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                    [command.queue.forget] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                    [command.queue.listen] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                    [command.queue.restart] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                    [command.queue.retry] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                    [command.queue.work] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                    [command.route.cache] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                    [command.route.clear] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                    [command.route.list] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                    [command.seed] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                    [Illuminate\Console\Scheduling\ScheduleFinishCommand] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                    [Illuminate\Console\Scheduling\ScheduleRunCommand] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                    [command.storage.link] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                    [command.up] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                    [command.view.cache] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                    [command.view.clear] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                    [command.cache.table] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                    [command.channel.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                    [command.console.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                    [command.controller.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                    [command.event.generate] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                    [command.event.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                    [command.exception.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                    [command.factory.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                    [command.job.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                    [command.listener.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                    [command.mail.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                    [command.middleware.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                    [command.model.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                    [command.notification.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                    [command.notification.table] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                    [command.observer.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                    [command.policy.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                    [command.provider.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                    [command.queue.failed-table] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                    [command.queue.table] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                    [command.request.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                    [command.resource.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                    [command.rule.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                    [command.seeder.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                    [command.session.table] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                    [command.serve] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                    [command.test.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                    [command.vendor.publish] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                    migrator => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                    [migration.repository] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                    [migration.creator] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                    [command.migrate] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                    [command.migrate.fresh] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                    [command.migrate.install] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                    [command.migrate.refresh] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                    [command.migrate.reset] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                    [command.migrate.rollback] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                    [command.migrate.status] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                    [command.migrate.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                    composer => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                    hash => Illuminate\Hashing\HashServiceProvider
                                                    [hash.driver] => Illuminate\Hashing\HashServiceProvider
                                                    mailer => Illuminate\Mail\MailServiceProvider
                                                    [swift.mailer] => Illuminate\Mail\MailServiceProvider
                                                    [swift.transport] => Illuminate\Mail\MailServiceProvider
                                                    [Illuminate\Mail\Markdown] => Illuminate\Mail\MailServiceProvider
                                                    [Illuminate\Contracts\Pipeline\Hub] => Illuminate\Pipeline\PipelineServiceProvider
                                                    [queue.worker] => Illuminate\Queue\QueueServiceProvider
                                                    [queue.listener] => Illuminate\Queue\QueueServiceProvider
                                                    [queue.failer] => Illuminate\Queue\QueueServiceProvider
                                                    [queue.connection] => Illuminate\Queue\QueueServiceProvider
                                                    redis => Illuminate\Redis\RedisServiceProvider
                                                    [redis.connection] => Illuminate\Redis\RedisServiceProvider
                                                    [auth.password] => Illuminate\Auth\Passwords\PasswordResetServiceProvider
                                                    [auth.password.broker] => Illuminate\Auth\Passwords\PasswordResetServiceProvider
                                                    translator => Illuminate\Translation\TranslationServiceProvider
                                                    [translation.loader] => Illuminate\Translation\TranslationServiceProvider
                                                    validator => Illuminate\Validation\ValidationServiceProvider
                                                    [validation.presence] => Illuminate\Validation\ValidationServiceProvider
                                                    [command.tinker] => Laravel\Tinker\TinkerServiceProvider
                                                )
                                            appPath => 
                                            databasePath => 
                                            storagePath => 
                                            environmentPath => 
                                            environmentFile => .env
                                            isRunningInConsole => 1
                                            namespace => 
                                            resolved => Array(
                                                    events => 1
                                                    [App\Console\Kernel] => 1
                                                    [Illuminate\Contracts\Console\Kernel] => 1
                                                    [Illuminate\Foundation\Bootstrap\LoadEnvironmentVariables] => 1
                                                    [Illuminate\Foundation\Bootstrap\LoadConfiguration] => 1
                                                    [Illuminate\Foundation\Bootstrap\HandleExceptions] => 1
                                                    env => 1
                                                    [Illuminate\Foundation\Bootstrap\RegisterFacades] => 1
                                                    [Illuminate\Foundation\Bootstrap\SetRequestForConsole] => 1
                                                    [Illuminate\Foundation\Bootstrap\RegisterProviders] => 1
                                                    [Facade\Ignition\LogRecorder\LogRecorder] => 1
                                                    [Facade\Ignition\DumpRecorder\DumpRecorder] => 1
                                                    [Facade\Ignition\QueryRecorder\QueryRecorder] => 1
                                                    [flare.http] => 1
                                                    [flare.client] => 1
                                                    [Facade\Ignition\Middleware\SetNotifierName] => 1
                                                    [Facade\Ignition\Middleware\AddEnvironmentInformation] => 1
                                                    [Facade\Ignition\Middleware\AddLogs] => 1
                                                    [Facade\Ignition\Middleware\AddDumps] => 1
                                                    [Facade\Ignition\Middleware\AddQueries] => 1
                                                    [Facade\IgnitionContracts\SolutionProviderRepository] => 1
                                                    [Facade\Ignition\Middleware\AddSolutions] => 1
                                                    [App\Exceptions\Handler] => 1
                                                    [Illuminate\Contracts\Debug\ExceptionHandler] => 1
                                                    [Illuminate\Foundation\Bootstrap\BootProviders] => 1
                                                    [db.factory] => 1
                                                    db => 1
                                                    [view.engine.resolver] => 1
                                                    files => 1
                                                    [blade.compiler] => 1
                                                    log => 1
                                                    queue => 1
                                                    router => 1
                                                    url => 1
                                                )
                                            bindings => Array(
                                                    [Illuminate\Foundation\Mix] => Array(
                                                            concrete => Closure Object(
                                                                    static => Array(
                                                                            abstract => Illuminate\Foundation\Mix
                                                                            concrete => Illuminate\Foundation\Mix
                                                                        )
                                                                    this => Illuminate\Foundation\Application Object
 
                                                                    parameter => Array(
                                                                            [$container] => 
                                                                            [$parameters] => 
                                                                        )
                                                                )
                                                            shared => 1
                                                        )
                                                    events => Array(
                                                            concrete => Closure Object(
                                                                    this => Illuminate\Events\EventServiceProvider Object(
                                                                            app => Illuminate\Foundation\Application Object
 
                                                                        )
                                                                    parameter => Array(
                                                                            [$app] => 
                                                                        )
                                                                )
                                                            shared => 1
                                                        )
                                                    log => Array(
                                                            concrete => Closure Object(
                                                                    this => Illuminate\Log\LogServiceProvider Object(
                                                                            app => Illuminate\Foundation\Application Object
 
                                                                        )
                                                                )
                                                            shared => 1
                                                        )
                                                    router => Array(
                                                            concrete => Closure Object(
                                                                    this => Illuminate\Routing\RoutingServiceProvider Object(
                                                                            app => Illuminate\Foundation\Application Object
 
                                                                        )
                                                                    parameter => Array(
                                                                            [$app] => 
                                                                        )
                                                                )
                                                            shared => 1
                                                        )
                                                    url => Array(
                                                            concrete => Closure Object(
                                                                    this => Illuminate\Routing\RoutingServiceProvider Object(
                                                                            app => Illuminate\Foundation\Application Object
 
                                                                        )
                                                                    parameter => Array(
                                                                            [$app] => 
                                                                        )
                                                                )
                                                            shared => 1
                                                        )
                                                    redirect => Array(
                                                            concrete => Closure Object(
                                                                    this => Illuminate\Routing\RoutingServiceProvider Object(
                                                                            app => Illuminate\Foundation\Application Object
 
                                                                        )
                                                                    parameter => Array(
                                                                            [$app] => 
                                                                        )
                                                                )
                                                            shared => 1
                                                        )
                                                    [Psr\Http\Message\ServerRequestInterface] => Array(
                                                            concrete => Closure Object(
                                                                    this => Illuminate\Routing\RoutingServiceProvider Object(
                                                                            app => Illuminate\Foundation\Application Object
 
                                                                        )
                                                                    parameter => Array(
                                                                            [$app] => 
                                                                        )
                                                                )
                                                            shared => 
                                                        )
                                                    [Psr\Http\Message\ResponseInterface] => Array(
                                                            concrete => Closure Object(
                                                                    this => Illuminate\Routing\RoutingServiceProvider Object(
                                                                            app => Illuminate\Foundation\Application Object
 
                                                                        )
                                                                )
                                                            shared => 
                                                        )
                                                    [Illuminate\Contracts\Routing\ResponseFactory] => Array(
                                                            concrete => Closure Object(
                                                                    this => Illuminate\Routing\RoutingServiceProvider Object(
                                                                            app => Illuminate\Foundation\Application Object
 
                                                                        )
                                                                    parameter => Array(
                                                                            [$app] => 
                                                                        )
                                                                )
                                                            shared => 1
                                                        )
                                                    [Illuminate\Routing\Contracts\ControllerDispatcher] => Array(
                                                            concrete => Closure Object(
                                                                    this => Illuminate\Routing\RoutingServiceProvider Object(
                                                                            app => Illuminate\Foundation\Application Object
 
                                                                        )
                                                                    parameter => Array(
                                                                            [$app] => 
                                                                        )
                                                                )
                                                            shared => 1
                                                        )
                                                    [Illuminate\Contracts\Http\Kernel] => Array(
                                                            concrete => Closure Object(
                                                                    static => Array(
                                                                            abstract => Illuminate\Contracts\Http\Kernel
                                                                            concrete => App\Http\Kernel
                                                                        )
                                                                    this => Illuminate\Foundation\Application Object
 
                                                                    parameter => Array(
                                                                            [$container] => 
                                                                            [$parameters] => 
                                                                        )
                                                                )
                                                            shared => 1
                                                        )
                                                    [Illuminate\Contracts\Console\Kernel] => Array(
                                                            concrete => Closure Object(
                                                                    static => Array(
                                                                            abstract => Illuminate\Contracts\Console\Kernel
                                                                            concrete => App\Console\Kernel
                                                                        )
                                                                    this => Illuminate\Foundation\Application Object
 
                                                                    parameter => Array(
                                                                            [$container] => 
                                                                            [$parameters] => 
                                                                        )
                                                                )
                                                            shared => 1
                                                        )
                                                    [Illuminate\Contracts\Debug\ExceptionHandler] => Array(
                                                            concrete => Closure Object(
                                                                    static => Array(
                                                                            appExceptionHandler => App\Exceptions\Handler Object(
                                                                                    dontReport => Array()
                                                                                    dontFlash => Array(
                                                                                            0 => password
                                                                                            1 => password_confirmation
                                                                                        )
                                                                                    container => Illuminate\Foundation\Application Object
 
                                                                                    internalDontReport => Array(
                                                                                            0 => Illuminate\Auth\AuthenticationException
                                                                                            1 => Illuminate\Auth\Access\AuthorizationException
                                                                                            2 => Symfony\Component\HttpKernel\Exception\HttpException
                                                                                            3 => Illuminate\Http\Exceptions\HttpResponseException
                                                                                            4 => Illuminate\Database\Eloquent\ModelNotFoundException
                                                                                            5 => Symfony\Component\HttpFoundation\Exception\SuspiciousOperationException
                                                                                            6 => Illuminate\Session\TokenMismatchException
                                                                                            7 => Illuminate\Validation\ValidationException
                                                                                        )
                                                                                )
                                                                        )
                                                                    this => NunoMaduro\Collision\Adapters\Laravel\CollisionServiceProvider Object(
                                                                            defer => 1
                                                                            app => Illuminate\Foundation\Application Object
 
                                                                        )
                                                                    parameter => Array(
                                                                            [$app] => 
                                                                        )
                                                                )
                                                            shared => 1
                                                        )
                                                    env => Array(
                                                            concrete => Closure Object(
                                                                    static => Array(
                                                                            value => local
                                                                        )
                                                                    this => Illuminate\Foundation\Application Object
 
                                                                )
                                                            shared => 
                                                        )
                                                    auth => Array(
                                                            concrete => Closure Object(
                                                                    this => Illuminate\Auth\AuthServiceProvider Object(
                                                                            app => Illuminate\Foundation\Application Object
 
                                                                        )
                                                                    parameter => Array(
                                                                            [$app] => 
                                                                        )
                                                                )
                                                            shared => 1
                                                        )
                                                    [auth.driver] => Array(
                                                            concrete => Closure Object(
                                                                    this => Illuminate\Auth\AuthServiceProvider Object(
                                                                            app => Illuminate\Foundation\Application Object
 
                                                                        )
                                                                    parameter => Array(
                                                                            [$app] => 
                                                                        )
                                                                )
                                                            shared => 1
                                                        )
                                                    [Illuminate\Contracts\Auth\Authenticatable] => Array(
                                                            concrete => Closure Object(
                                                                    this => Illuminate\Auth\AuthServiceProvider Object(
                                                                            app => Illuminate\Foundation\Application Object
 
                                                                        )
                                                                    parameter => Array(
                                                                            [$app] => 
                                                                        )
                                                                )
                                                            shared => 
                                                        )
                                                    [Illuminate\Contracts\Auth\Access\Gate] => Array(
                                                            concrete => Closure Object(
                                                                    this => Illuminate\Auth\AuthServiceProvider Object(
                                                                            app => Illuminate\Foundation\Application Object
 
                                                                        )
                                                                    parameter => Array(
                                                                            [$app] => 
                                                                        )
                                                                )
                                                            shared => 1
                                                        )
                                                    cookie => Array(
                                                            concrete => Closure Object(
                                                                    this => Illuminate\Cookie\CookieServiceProvider Object(
                                                                            app => Illuminate\Foundation\Application Object
 
                                                                        )
                                                                    parameter => Array(
                                                                            [$app] => 
                                                                        )
                                                                )
                                                            shared => 1
                                                        )
                                                    [db.factory] => Array(
                                                            concrete => Closure Object(
                                                                    this => Illuminate\Database\DatabaseServiceProvider Object(
                                                                            app => Illuminate\Foundation\Application Object
 
                                                                        )
                                                                    parameter => Array(
                                                                            [$app] => 
                                                                        )
                                                                )
                                                            shared => 1
                                                        )
                                                    db => Array(
                                                            concrete => Closure Object(
                                                                    this => Illuminate\Database\DatabaseServiceProvider Object(
                                                                            app => Illuminate\Foundation\Application Object
 
                                                                        )
                                                                    parameter => Array(
                                                                            [$app] => 
                                                                        )
                                                                )
                                                            shared => 1
                                                        )
                                                    [db.connection] => Array(
                                                            concrete => Closure Object(
                                                                    this => Illuminate\Database\DatabaseServiceProvider Object(
                                                                            app => Illuminate\Foundation\Application Object
 
                                                                        )
                                                                    parameter => Array(
                                                                            [$app] => 
                                                                        )
                                                                )
                                                            shared => 
                                                        )
                                                    [Faker\Generator] => Array(
                                                            concrete => Closure Object(
                                                                    this => Illuminate\Database\DatabaseServiceProvider Object(
                                                                            app => Illuminate\Foundation\Application Object
 
                                                                        )
                                                                    parameter => Array(
                                                                            [$app] => 
                                                                        )
                                                                )
                                                            shared => 1
                                                        )
                                                    [Illuminate\Database\Eloquent\Factory] => Array(
                                                            concrete => Closure Object(
                                                                    this => Illuminate\Database\DatabaseServiceProvider Object(
                                                                            app => Illuminate\Foundation\Application Object
 
                                                                        )
                                                                    parameter => Array(
                                                                            [$app] => 
                                                                        )
                                                                )
                                                            shared => 1
                                                        )
                                                    [Illuminate\Contracts\Queue\EntityResolver] => Array(
                                                            concrete => Closure Object(
                                                                    this => Illuminate\Database\DatabaseServiceProvider Object(
                                                                            app => Illuminate\Foundation\Application Object
 
                                                                        )
                                                                )
                                                            shared => 1
                                                        )
                                                    encrypter => Array(
                                                            concrete => Closure Object(
                                                                    this => Illuminate\Encryption\EncryptionServiceProvider Object(
                                                                            app => Illuminate\Foundation\Application Object
 
                                                                        )
                                                                    parameter => Array(
                                                                            [$app] => 
                                                                        )
                                                                )
                                                            shared => 1
                                                        )
                                                    files => Array(
                                                            concrete => Closure Object(
                                                                    this => Illuminate\Filesystem\FilesystemServiceProvider Object(
                                                                            app => Illuminate\Foundation\Application Object
 
                                                                        )
                                                                )
                                                            shared => 1
                                                        )
                                                    filesystem => Array(
                                                            concrete => Closure Object(
                                                                    this => Illuminate\Filesystem\FilesystemServiceProvider Object(
                                                                            app => Illuminate\Foundation\Application Object
 
                                                                        )
                                                                )
                                                            shared => 1
                                                        )
                                                    [filesystem.disk] => Array(
                                                            concrete => Closure Object(
                                                                    this => Illuminate\Filesystem\FilesystemServiceProvider Object(
                                                                            app => Illuminate\Foundation\Application Object
 
                                                                        )
                                                                )
                                                            shared => 1
                                                        )
                                                    [filesystem.cloud] => Array(
                                                            concrete => Closure Object(
                                                                    this => Illuminate\Filesystem\FilesystemServiceProvider Object(
                                                                            app => Illuminate\Foundation\Application Object
 
                                                                        )
                                                                )
                                                            shared => 1
                                                        )
                                                    [Illuminate\Notifications\ChannelManager] => Array(
                                                            concrete => Closure Object(
                                                                    this => Illuminate\Notifications\NotificationServiceProvider Object(
                                                                            app => Illuminate\Foundation\Application Object
 
                                                                        )
                                                                    parameter => Array(
                                                                            [$app] => 
                                                                        )
                                                                )
                                                            shared => 1
                                                        )
                                                    session => Array(
                                                            concrete => Closure Object(
                                                                    this => Illuminate\Session\SessionServiceProvider Object(
                                                                            app => Illuminate\Foundation\Application Object
 
                                                                        )
                                                                    parameter => Array(
                                                                            [$app] => 
                                                                        )
                                                                )
                                                            shared => 1
                                                        )
                                                    [session.store] => Array(
                                                            concrete => Closure Object(
                                                                    this => Illuminate\Session\SessionServiceProvider Object(
                                                                            app => Illuminate\Foundation\Application Object
 
                                                                        )
                                                                    parameter => Array(
                                                                            [$app] => 
                                                                        )
                                                                )
                                                            shared => 1
                                                        )
                                                    [Illuminate\Session\Middleware\StartSession] => Array(
                                                            concrete => Closure Object(
                                                                    static => Array(
                                                                            abstract => Illuminate\Session\Middleware\StartSession
                                                                            concrete => Illuminate\Session\Middleware\StartSession
                                                                        )
                                                                    this => Illuminate\Foundation\Application Object
 
                                                                    parameter => Array(
                                                                            [$container] => 
                                                                            [$parameters] => 
                                                                        )
                                                                )
                                                            shared => 1
                                                        )
                                                    view => Array(
                                                            concrete => Closure Object(
                                                                    this => Illuminate\View\ViewServiceProvider Object(
                                                                            app => Illuminate\Foundation\Application Object
 
                                                                        )
                                                                    parameter => Array(
                                                                            [$app] => 
                                                                        )
                                                                )
                                                            shared => 1
                                                        )
                                                    [view.finder] => Array(
                                                            concrete => Closure Object(
                                                                    this => Illuminate\View\ViewServiceProvider Object(
                                                                            app => Illuminate\Foundation\Application Object
 
                                                                        )
                                                                    parameter => Array(
                                                                            [$app] => 
                                                                        )
                                                                )
                                                            shared => 
                                                        )
                                                    [view.engine.resolver] => Array(
                                                            concrete => Closure Object(
                                                                    this => Illuminate\View\ViewServiceProvider Object(
                                                                            app => Illuminate\Foundation\Application Object
 
                                                                        )
                                                                )
                                                            shared => 1
                                                        )
                                                    [Facade\IgnitionContracts\SolutionProviderRepository] => Array(
                                                            concrete => Closure Object(
                                                                    this => Facade\Ignition\IgnitionServiceProvider Object(
                                                                            app => Illuminate\Foundation\Application Object
 
                                                                        )
                                                                )
                                                            shared => 1
                                                        )
                                                    [Facade\Ignition\ErrorPage\Renderer] => Array(
                                                            concrete => Closure Object(
                                                                    this => Facade\Ignition\IgnitionServiceProvider Object(
                                                                            app => Illuminate\Foundation\Application Object
 
                                                                        )
                                                                )
                                                            shared => 
                                                        )
                                                    [Whoops\Handler\HandlerInterface] => Array(
                                                            concrete => Closure Object(
                                                                    this => Facade\Ignition\IgnitionServiceProvider Object(
                                                                            app => Illuminate\Foundation\Application Object
 
                                                                        )
                                                                    parameter => Array(
                                                                            [$app] => 
                                                                        )
                                                                )
                                                            shared => 
                                                        )
                                                    [Facade\Ignition\IgnitionConfig] => Array(
                                                            concrete => Closure Object(
                                                                    this => Facade\Ignition\IgnitionServiceProvider Object(
                                                                            app => Illuminate\Foundation\Application Object
 
                                                                        )
                                                                )
                                                            shared => 1
                                                        )
                                                    [flare.http] => Array(
                                                            concrete => Closure Object(
                                                                    this => Facade\Ignition\IgnitionServiceProvider Object(
                                                                            app => Illuminate\Foundation\Application Object
 
                                                                        )
                                                                )
                                                            shared => 1
                                                        )
                                                    [flare.client] => Array(
                                                            concrete => Closure Object(
                                                                    this => Facade\Ignition\IgnitionServiceProvider Object(
                                                                            app => Illuminate\Foundation\Application Object
 
                                                                        )
                                                                )
                                                            shared => 1
                                                        )
                                                    [Facade\Ignition\LogRecorder\LogRecorder] => Array(
                                                            concrete => Closure Object(
                                                                    static => Array(
                                                                            abstract => Facade\Ignition\LogRecorder\LogRecorder
                                                                            concrete => Facade\Ignition\LogRecorder\LogRecorder
                                                                        )
                                                                    this => Illuminate\Foundation\Application Object
 
                                                                    parameter => Array(
                                                                            [$container] => 
                                                                            [$parameters] => 
                                                                        )
                                                                )
                                                            shared => 1
                                                        )
                                                    [Facade\Ignition\DumpRecorder\DumpRecorder] => Array(
                                                            concrete => Closure Object(
                                                                    static => Array(
                                                                            abstract => Facade\Ignition\DumpRecorder\DumpRecorder
                                                                            concrete => Facade\Ignition\DumpRecorder\DumpRecorder
                                                                        )
                                                                    this => Illuminate\Foundation\Application Object
 
                                                                    parameter => Array(
                                                                            [$container] => 
                                                                            [$parameters] => 
                                                                        )
                                                                )
                                                            shared => 1
                                                        )
                                                    [Facade\Ignition\QueryRecorder\QueryRecorder] => Array(
                                                            concrete => Closure Object(
                                                                    static => Array(
                                                                            abstract => Facade\Ignition\QueryRecorder\QueryRecorder
                                                                            concrete => Facade\Ignition\QueryRecorder\QueryRecorder
                                                                        )
                                                                    this => Illuminate\Foundation\Application Object
 
                                                                    parameter => Array(
                                                                            [$container] => 
                                                                            [$parameters] => 
                                                                        )
                                                                )
                                                            shared => 1
                                                        )
                                                    [NunoMaduro\Collision\Contracts\Adapters\Phpunit\Listener] => Array(
                                                            concrete => Closure Object(
                                                                    static => Array(
                                                                            abstract => NunoMaduro\Collision\Contracts\Adapters\Phpunit\Listener
                                                                            concrete => NunoMaduro\Collision\Adapters\Phpunit\Listener
                                                                        )
                                                                    this => Illuminate\Foundation\Application Object
 
                                                                    parameter => Array(
                                                                            [$container] => 
                                                                            [$parameters] => 
                                                                        )
                                                                )
                                                            shared => 1
                                                        )
                                                    [NunoMaduro\Collision\Contracts\Provider] => Array(
                                                            concrete => Closure Object(
                                                                    static => Array(
                                                                            abstract => NunoMaduro\Collision\Contracts\Provider
                                                                            concrete => NunoMaduro\Collision\Provider
                                                                        )
                                                                    this => Illuminate\Foundation\Application Object
 
                                                                    parameter => Array(
                                                                            [$container] => 
                                                                            [$parameters] => 
                                                                        )
                                                                )
                                                            shared => 
                                                        )
                                                    [blade.compiler] => Array(
                                                            concrete => Closure Object(
                                                                    this => Illuminate\View\ViewServiceProvider Object(
                                                                            app => Illuminate\Foundation\Application Object
 
                                                                        )
                                                                )
                                                            shared => 1
                                                        )
                                                    [flare.logger] => Array(
                                                            concrete => Closure Object(
                                                                    this => Facade\Ignition\IgnitionServiceProvider Object(
                                                                            app => Illuminate\Foundation\Application Object
 
                                                                        )
                                                                    parameter => Array(
                                                                            [$app] => 
                                                                        )
                                                                )
                                                            shared => 1
                                                        )
                                                    [command.flare:test] => Array(
                                                            concrete => Closure Object(
                                                                    static => Array(
                                                                            abstract => command.flare:test
                                                                            concrete => Facade\Ignition\Commands\TestCommand
                                                                        )
                                                                    this => Illuminate\Foundation\Application Object
 
                                                                    parameter => Array(
                                                                            [$container] => 
                                                                            [$parameters] => 
                                                                        )
                                                                )
                                                            shared => 
                                                        )
                                                    [command.make:solution] => Array(
                                                            concrete => Closure Object(
                                                                    static => Array(
                                                                            abstract => command.make:solution
                                                                            concrete => Facade\Ignition\Commands\SolutionMakeCommand
                                                                        )
                                                                    this => Illuminate\Foundation\Application Object
 
                                                                    parameter => Array(
                                                                            [$container] => 
                                                                            [$parameters] => 
                                                                        )
                                                                )
                                                            shared => 
                                                        )
                                                    queue => Array(
                                                            concrete => Closure Object(
                                                                    this => Illuminate\Queue\QueueServiceProvider Object(
                                                                            app => Illuminate\Foundation\Application Object
 
                                                                        )
                                                                    parameter => Array(
                                                                            [$app] => 
                                                                        )
                                                                )
                                                            shared => 1
                                                        )
                                                    [queue.connection] => Array(
                                                            concrete => Closure Object(
                                                                    this => Illuminate\Queue\QueueServiceProvider Object(
                                                                            app => Illuminate\Foundation\Application Object
 
                                                                        )
                                                                    parameter => Array(
                                                                            [$app] => 
                                                                        )
                                                                )
                                                            shared => 1
                                                        )
                                                    [queue.worker] => Array(
                                                            concrete => Closure Object(
                                                                    this => Illuminate\Queue\QueueServiceProvider Object(
                                                                            app => Illuminate\Foundation\Application Object
 
                                                                        )
                                                                )
                                                            shared => 1
                                                        )
                                                    [queue.listener] => Array(
                                                            concrete => Closure Object(
                                                                    this => Illuminate\Queue\QueueServiceProvider Object(
                                                                            app => Illuminate\Foundation\Application Object
 
                                                                        )
                                                                )
                                                            shared => 1
                                                        )
                                                    [queue.failer] => Array(
                                                            concrete => Closure Object(
                                                                    this => Illuminate\Queue\QueueServiceProvider Object(
                                                                            app => Illuminate\Foundation\Application Object
 
                                                                        )
                                                                )
                                                            shared => 1
                                                        )
                                                    [Facade\Ignition\DumpRecorder\MultiDumpHandler] => Array(
                                                            concrete => Closure Object(
                                                                    static => Array(
                                                                            abstract => Facade\Ignition\DumpRecorder\MultiDumpHandler
                                                                            concrete => Facade\Ignition\DumpRecorder\MultiDumpHandler Object(
                                                                                    handlers => Array(
                                                                                            0 => Closure Object(
                                                                                                    this => Facade\Ignition\DumpRecorder\DumpRecorder Object(
                                                                                                            dumps => Array()
                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                        )
                                                                                                    parameter => Array(
                                                                                                            [$value] => 
                                                                                                        )
                                                                                                )
                                                                                            1 => Closure Object(
                                                                                                    this => Facade\Ignition\DumpRecorder\DumpRecorder Object(
                                                                                                            dumps => Array()
                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                        )
                                                                                                    parameter => Array(
                                                                                                            [$var] => 
                                                                                                        )
                                                                                                )
                                                                                        )
                                                                                )
                                                                        )
                                                                    this => Illuminate\Foundation\Application Object
 
                                                                    parameter => Array(
                                                                            [$container] => 
                                                                            [$parameters] => 
                                                                        )
                                                                )
                                                            shared => 1
                                                        )
                                                )
                                            methodBindings => Array()
                                            instances => Array(
                                                    path => /0000/app
                                                    [path.base] => /0000
                                                    [path.lang] => /0000/resources/lang
                                                    [path.config] => /0000/config
                                                    [path.public] => /0000/public
                                                    [path.storage] => /0000/storage
                                                    [path.database] => /0000/database
                                                    [path.resources] => /0000/resources
                                                    [path.bootstrap] => /0000/bootstrap
                                                    app => Illuminate\Foundation\Application Object
 
                                                    [Illuminate\Container\Container] => Illuminate\Foundation\Application Object
 
                                                    [Illuminate\Foundation\PackageManifest] => Illuminate\Foundation\PackageManifest Object(
                                                            files => Illuminate\Filesystem\Filesystem Object()
                                                            basePath => /0000
                                                            vendorPath => /0000/vendor
                                                            manifestPath => /0000/bootstrap/cache/packages.php
                                                            manifest => Array(
                                                                    [facade/ignition] => Array(
                                                                            providers => Array(
                                                                                    0 => Facade\Ignition\IgnitionServiceProvider
                                                                                )
                                                                            aliases => Array(
                                                                                    Flare => Facade\Ignition\Facades\Flare
                                                                                )
                                                                        )
                                                                    [fideloper/proxy] => Array(
                                                                            providers => Array(
                                                                                    0 => Fideloper\Proxy\TrustedProxyServiceProvider
                                                                                )
                                                                        )
                                                                    [laravel/tinker] => Array(
                                                                            providers => Array(
                                                                                    0 => Laravel\Tinker\TinkerServiceProvider
                                                                                )
                                                                        )
                                                                    [nesbot/carbon] => Array(
                                                                            providers => Array(
                                                                                    0 => Carbon\Laravel\ServiceProvider
                                                                                )
                                                                        )
                                                                    [nunomaduro/collision] => Array(
                                                                            providers => Array(
                                                                                    0 => NunoMaduro\Collision\Adapters\Laravel\CollisionServiceProvider
                                                                                )
                                                                        )
                                                                )
                                                        )
                                                    events => Illuminate\Events\Dispatcher Object
 
                                                    [Illuminate\Contracts\Console\Kernel] => App\Console\Kernel Object(
                                                            commands => Array()
                                                            app => Illuminate\Foundation\Application Object
 
                                                            events => Illuminate\Events\Dispatcher Object
 
                                                            artisan => 
                                                            commandsLoaded => 
                                                            bootstrappers => Array(
                                                                    0 => Illuminate\Foundation\Bootstrap\LoadEnvironmentVariables
                                                                    1 => Illuminate\Foundation\Bootstrap\LoadConfiguration
                                                                    2 => Illuminate\Foundation\Bootstrap\HandleExceptions
                                                                    3 => Illuminate\Foundation\Bootstrap\RegisterFacades
                                                                    4 => Illuminate\Foundation\Bootstrap\SetRequestForConsole
                                                                    5 => Illuminate\Foundation\Bootstrap\RegisterProviders
                                                                    6 => Illuminate\Foundation\Bootstrap\BootProviders
                                                                )
                                                        )
                                                    config => Illuminate\Config\Repository Object(
                                                            items => Array(
                                                                    app => Array(
                                                                            name => 本地测试
                                                                            env => local
                                                                            debug => 1
                                                                            url => http://localhost
                                                                            asset_url => 
                                                                            timezone => UTC
                                                                            locale => en
                                                                            fallback_locale => en
                                                                            faker_locale => en_US
                                                                            key => base64:gIjju1XIlTNS6j8BuifyrL2QAARYlvdKYd31eAqei7g=
                                                                            cipher => AES-256-CBC
                                                                            providers => Array(
                                                                                    0 => Illuminate\Auth\AuthServiceProvider
                                                                                    1 => Illuminate\Broadcasting\BroadcastServiceProvider
                                                                                    2 => Illuminate\Bus\BusServiceProvider
                                                                                    3 => Illuminate\Cache\CacheServiceProvider
                                                                                    4 => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                    5 => Illuminate\Cookie\CookieServiceProvider
                                                                                    6 => Illuminate\Database\DatabaseServiceProvider
                                                                                    7 => Illuminate\Encryption\EncryptionServiceProvider
                                                                                    8 => Illuminate\Filesystem\FilesystemServiceProvider
                                                                                    9 => Illuminate\Foundation\Providers\FoundationServiceProvider
                                                                                    10 => Illuminate\Hashing\HashServiceProvider
                                                                                    11 => Illuminate\Mail\MailServiceProvider
                                                                                    12 => Illuminate\Notifications\NotificationServiceProvider
                                                                                    13 => Illuminate\Pagination\PaginationServiceProvider
                                                                                    14 => Illuminate\Pipeline\PipelineServiceProvider
                                                                                    15 => Illuminate\Queue\QueueServiceProvider
                                                                                    16 => Illuminate\Redis\RedisServiceProvider
                                                                                    17 => Illuminate\Auth\Passwords\PasswordResetServiceProvider
                                                                                    18 => Illuminate\Session\SessionServiceProvider
                                                                                    19 => Illuminate\Translation\TranslationServiceProvider
                                                                                    20 => Illuminate\Validation\ValidationServiceProvider
                                                                                    21 => Illuminate\View\ViewServiceProvider
                                                                                    22 => App\Providers\AppServiceProvider
                                                                                    23 => App\Providers\AuthServiceProvider
                                                                                    24 => App\Providers\EventServiceProvider
                                                                                    25 => App\Providers\RouteServiceProvider
                                                                                )
                                                                            aliases => Array(
                                                                                    App => Illuminate\Support\Facades\App
                                                                                    Arr => Illuminate\Support\Arr
                                                                                    Artisan => Illuminate\Support\Facades\Artisan
                                                                                    Auth => Illuminate\Support\Facades\Auth
                                                                                    Blade => Illuminate\Support\Facades\Blade
                                                                                    Broadcast => Illuminate\Support\Facades\Broadcast
                                                                                    Bus => Illuminate\Support\Facades\Bus
                                                                                    Cache => Illuminate\Support\Facades\Cache
                                                                                    Config => Illuminate\Support\Facades\Config
                                                                                    Cookie => Illuminate\Support\Facades\Cookie
                                                                                    Crypt => Illuminate\Support\Facades\Crypt
                                                                                    DB => Illuminate\Support\Facades\DB
                                                                                    Eloquent => Illuminate\Database\Eloquent\Model
                                                                                    Event => Illuminate\Support\Facades\Event
                                                                                    File => Illuminate\Support\Facades\File
                                                                                    Gate => Illuminate\Support\Facades\Gate
                                                                                    Hash => Illuminate\Support\Facades\Hash
                                                                                    Lang => Illuminate\Support\Facades\Lang
                                                                                    Log => Illuminate\Support\Facades\Log
                                                                                    Mail => Illuminate\Support\Facades\Mail
                                                                                    Notification => Illuminate\Support\Facades\Notification
                                                                                    Password => Illuminate\Support\Facades\Password
                                                                                    Queue => Illuminate\Support\Facades\Queue
                                                                                    Redirect => Illuminate\Support\Facades\Redirect
                                                                                    Redis => Illuminate\Support\Facades\Redis
                                                                                    Request => Illuminate\Support\Facades\Request
                                                                                    Response => Illuminate\Support\Facades\Response
                                                                                    Route => Illuminate\Support\Facades\Route
                                                                                    Schema => Illuminate\Support\Facades\Schema
                                                                                    Session => Illuminate\Support\Facades\Session
                                                                                    Storage => Illuminate\Support\Facades\Storage
                                                                                    Str => Illuminate\Support\Str
                                                                                    URL => Illuminate\Support\Facades\URL
                                                                                    Validator => Illuminate\Support\Facades\Validator
                                                                                    View => Illuminate\Support\Facades\View
                                                                                )
                                                                        )
                                                                    auth => Array(
                                                                            defaults => Array(
                                                                                    guard => web
                                                                                    passwords => users
                                                                                )
                                                                            guards => Array(
                                                                                    web => Array(
                                                                                            driver => session
                                                                                            provider => users
                                                                                        )
                                                                                    api => Array(
                                                                                            driver => token
                                                                                            provider => users
                                                                                            hash => 
                                                                                        )
                                                                                )
                                                                            providers => Array(
                                                                                    users => Array(
                                                                                            driver => eloquent
                                                                                            model => App\User
                                                                                        )
                                                                                )
                                                                            passwords => Array(
                                                                                    users => Array(
                                                                                            provider => users
                                                                                            table => password_resets
                                                                                            expire => 60
                                                                                            throttle => 60
                                                                                        )
                                                                                )
                                                                            password_timeout => 10800
                                                                        )
                                                                    broadcasting => Array(
                                                                            default => log
                                                                            connections => Array(
                                                                                    pusher => Array(
                                                                                            driver => pusher
                                                                                            key => 
                                                                                            secret => 
                                                                                            app_id => 
                                                                                            options => Array(
                                                                                                    cluster => mt1
                                                                                                    useTLS => 1
                                                                                                )
                                                                                        )
                                                                                    redis => Array(
                                                                                            driver => redis
                                                                                            connection => default
                                                                                        )
                                                                                    log => Array(
                                                                                            driver => log
                                                                                        )
                                                                                    null => Array(
                                                                                            driver => null
                                                                                        )
                                                                                )
                                                                        )
                                                                    cache => Array(
                                                                            default => file
                                                                            stores => Array(
                                                                                    apc => Array(
                                                                                            driver => apc
                                                                                        )
                                                                                    array => Array(
                                                                                            driver => array
                                                                                        )
                                                                                    database => Array(
                                                                                            driver => database
                                                                                            table => cache
                                                                                            connection => 
                                                                                        )
                                                                                    file => Array(
                                                                                            driver => file
                                                                                            path => /0000/storage/framework/cache/data
                                                                                        )
                                                                                    memcached => Array(
                                                                                            driver => memcached
                                                                                            persistent_id => 
                                                                                            sasl => Array(
                                                                                                    0 => 
                                                                                                    1 => 
                                                                                                )
                                                                                            options => Array()
                                                                                            servers => Array(
                                                                                                    0 => Array(
                                                                                                            host => 127.0.0.1
                                                                                                            port => 11211
                                                                                                            weight => 100
                                                                                                        )
                                                                                                )
                                                                                        )
                                                                                    redis => Array(
                                                                                            driver => redis
                                                                                            connection => cache
                                                                                        )
                                                                                    dynamodb => Array(
                                                                                            driver => dynamodb
                                                                                            key => 
                                                                                            secret => 
                                                                                            region => us-east-1
                                                                                            table => cache
                                                                                            endpoint => 
                                                                                        )
                                                                                )
                                                                            prefix => _cache
                                                                        )
                                                                    database => Array(
                                                                            default => mysql
                                                                            connections => Array(
                                                                                    sqlite => Array(
                                                                                            driver => sqlite
                                                                                            url => 
                                                                                            database => laravel
                                                                                            prefix => 
                                                                                            foreign_key_constraints => 1
                                                                                        )
                                                                                    mysql => Array(
                                                                                            driver => mysql
                                                                                            url => 
                                                                                            host => 127.0.0.1
                                                                                            port => 3306
                                                                                            database => laravel
                                                                                            username => root
                                                                                            password => 
                                                                                            unix_socket => 
                                                                                            charset => utf8mb4
                                                                                            collation => utf8mb4_unicode_ci
                                                                                            prefix => 
                                                                                            prefix_indexes => 1
                                                                                            strict => 1
                                                                                            engine => 
                                                                                            options => Array()
                                                                                        )
                                                                                    pgsql => Array(
                                                                                            driver => pgsql
                                                                                            url => 
                                                                                            host => 127.0.0.1
                                                                                            port => 3306
                                                                                            database => laravel
                                                                                            username => root
                                                                                            password => 
                                                                                            charset => utf8
                                                                                            prefix => 
                                                                                            prefix_indexes => 1
                                                                                            schema => public
                                                                                            sslmode => prefer
                                                                                        )
                                                                                    sqlsrv => Array(
                                                                                            driver => sqlsrv
                                                                                            url => 
                                                                                            host => 127.0.0.1
                                                                                            port => 3306
                                                                                            database => laravel
                                                                                            username => root
                                                                                            password => 
                                                                                            charset => utf8
                                                                                            prefix => 
                                                                                            prefix_indexes => 1
                                                                                        )
                                                                                )
                                                                            migrations => migrations
                                                                            redis => Array(
                                                                                    client => phpredis
                                                                                    options => Array(
                                                                                            cluster => redis
                                                                                            prefix => _database_
                                                                                        )
                                                                                    default => Array(
                                                                                            url => 
                                                                                            host => 127.0.0.1
                                                                                            password => 
                                                                                            port => 6379
                                                                                            database => 0
                                                                                        )
                                                                                    cache => Array(
                                                                                            url => 
                                                                                            host => 127.0.0.1
                                                                                            password => 
                                                                                            port => 6379
                                                                                            database => 1
                                                                                        )
                                                                                )
                                                                        )
                                                                    filesystems => Array(
                                                                            default => local
                                                                            cloud => s3
                                                                            disks => Array(
                                                                                    local => Array(
                                                                                            driver => local
                                                                                            root => /0000/storage/app
                                                                                        )
                                                                                    public => Array(
                                                                                            driver => local
                                                                                            root => /0000/storage/app/public
                                                                                            url => http://localhost/storage
                                                                                            visibility => public
                                                                                        )
                                                                                    s3 => Array(
                                                                                            driver => s3
                                                                                            key => 
                                                                                            secret => 
                                                                                            region => us-east-1
                                                                                            bucket => 
                                                                                            url => 
                                                                                        )
                                                                                )
                                                                        )
                                                                    hashing => Array(
                                                                            driver => bcrypt
                                                                            bcrypt => Array(
                                                                                    rounds => 10
                                                                                )
                                                                            argon => Array(
                                                                                    memory => 1024
                                                                                    threads => 2
                                                                                    time => 2
                                                                                )
                                                                        )
                                                                    logging => Array(
                                                                            default => stack
                                                                            channels => Array(
                                                                                    stack => Array(
                                                                                            driver => stack
                                                                                            channels => Array(
                                                                                                    0 => single
                                                                                                )
                                                                                            ignore_exceptions => 
                                                                                        )
                                                                                    single => Array(
                                                                                            driver => single
                                                                                            path => /0000/storage/logs/laravel.log
                                                                                            level => debug
                                                                                        )
                                                                                    daily => Array(
                                                                                            driver => daily
                                                                                            path => /0000/storage/logs/laravel.log
                                                                                            level => debug
                                                                                            days => 14
                                                                                        )
                                                                                    slack => Array(
                                                                                            driver => slack
                                                                                            url => 
                                                                                            username => Laravel Log
                                                                                            emoji => :boom:
                                                                                            level => critical
                                                                                        )
                                                                                    papertrail => Array(
                                                                                            driver => monolog
                                                                                            level => debug
                                                                                            handler => Monolog\Handler\SyslogUdpHandler
                                                                                            handler_with => Array(
                                                                                                    host => 
                                                                                                    port => 
                                                                                                )
                                                                                        )
                                                                                    stderr => Array(
                                                                                            driver => monolog
                                                                                            handler => Monolog\Handler\StreamHandler
                                                                                            formatter => 
                                                                                            with => Array(
                                                                                                    stream => php://stderr
                                                                                                )
                                                                                        )
                                                                                    syslog => Array(
                                                                                            driver => syslog
                                                                                            level => debug
                                                                                        )
                                                                                    errorlog => Array(
                                                                                            driver => errorlog
                                                                                            level => debug
                                                                                        )
                                                                                    null => Array(
                                                                                            driver => monolog
                                                                                            handler => Monolog\Handler\NullHandler
                                                                                        )
                                                                                    emergency => Array(
                                                                                            path => /0000/storage/logs/laravel.log
                                                                                        )
                                                                                )
                                                                        )
                                                                    mail => Array(
                                                                            driver => smtp
                                                                            host => smtp.mailtrap.io
                                                                            port => 2525
                                                                            from => Array(
                                                                                    address => 
                                                                                    name => 本地测试
                                                                                )
                                                                            encryption => 
                                                                            username => 
                                                                            password => 
                                                                            sendmail => /usr/sbin/sendmail -bs
                                                                            markdown => Array(
                                                                                    theme => default
                                                                                    paths => Array(
                                                                                            0 => /0000/resources/views/vendor/mail
                                                                                        )
                                                                                )
                                                                            log_channel => 
                                                                        )
                                                                    queue => Array(
                                                                            default => sync
                                                                            connections => Array(
                                                                                    sync => Array(
                                                                                            driver => sync
                                                                                        )
                                                                                    database => Array(
                                                                                            driver => database
                                                                                            table => jobs
                                                                                            queue => default
                                                                                            retry_after => 90
                                                                                        )
                                                                                    beanstalkd => Array(
                                                                                            driver => beanstalkd
                                                                                            host => localhost
                                                                                            queue => default
                                                                                            retry_after => 90
                                                                                            block_for => 0
                                                                                        )
                                                                                    sqs => Array(
                                                                                            driver => sqs
                                                                                            key => 
                                                                                            secret => 
                                                                                            prefix => https://sqs.us-east-1.amazonaws.com/your-account-id
                                                                                            queue => your-queue-name
                                                                                            region => us-east-1
                                                                                        )
                                                                                    redis => Array(
                                                                                            driver => redis
                                                                                            connection => default
                                                                                            queue => default
                                                                                            retry_after => 90
                                                                                            block_for => 
                                                                                        )
                                                                                )
                                                                            failed => Array(
                                                                                    driver => database
                                                                                    database => mysql
                                                                                    table => failed_jobs
                                                                                )
                                                                        )
                                                                    services => Array(
                                                                            mailgun => Array(
                                                                                    domain => 
                                                                                    secret => 
                                                                                    endpoint => api.mailgun.net
                                                                                )
                                                                            postmark => Array(
                                                                                    token => 
                                                                                )
                                                                            ses => Array(
                                                                                    key => 
                                                                                    secret => 
                                                                                    region => us-east-1
                                                                                )
                                                                        )
                                                                    session => Array(
                                                                            driver => cookie
                                                                            lifetime => 120
                                                                            expire_on_close => 
                                                                            encrypt => 
                                                                            files => /0000/storage/framework/sessions
                                                                            connection => 
                                                                            table => sessions
                                                                            store => 
                                                                            lottery => Array(
                                                                                    0 => 2
                                                                                    1 => 100
                                                                                )
                                                                            cookie => _session
                                                                            path => /
                                                                            domain => 
                                                                            secure => 
                                                                            http_only => 1
                                                                            same_site => 
                                                                        )
                                                                    view => Array(
                                                                            paths => Array(
                                                                                    0 => /0000/resources/views
                                                                                )
                                                                            compiled => /0000/storage/framework/views
                                                                        )
                                                                    flare => Array(
                                                                            key => 
                                                                            reporting => Array(
                                                                                    anonymize_ips => 1
                                                                                    collect_git_information => 1
                                                                                    report_queries => 1
                                                                                    maximum_number_of_collected_queries => 200
                                                                                    report_query_bindings => 1
                                                                                    report_view_data => 1
                                                                                    grouping_type => 
                                                                                )
                                                                            send_logs_as_events => 1
                                                                        )
                                                                    ignition => Array(
                                                                            editor => phpstorm
                                                                            theme => light
                                                                            enable_share_button => 1
                                                                            register_commands => 
                                                                            ignored_solution_providers => Array()
                                                                            enable_runnable_solutions => 
                                                                            remote_sites_path => 
                                                                            local_sites_path => 
                                                                            housekeeping_endpoint_prefix => _ignition
                                                                        )
                                                                    trustedproxy => Array(
                                                                            proxies => 
                                                                            headers => 30
                                                                        )
                                                                )
                                                        )
                                                    request => Illuminate\Http\Request Object(
                                                            json => 
                                                            convertedFiles => 
                                                            userResolver => 
                                                            routeResolver => 
                                                            attributes => Symfony\Component\HttpFoundation\ParameterBag Object(
                                                                    parameters => Array()
                                                                )
                                                            request => Symfony\Component\HttpFoundation\ParameterBag Object(
                                                                    parameters => Array()
                                                                )
                                                            query => Symfony\Component\HttpFoundation\ParameterBag Object(
                                                                    parameters => Array()
                                                                )
                                                            server => Symfony\Component\HttpFoundation\ServerBag Object(
                                                                    parameters => Array(
                                                                            SERVER_NAME => localhost
                                                                            SERVER_PORT => 80
                                                                            HTTP_HOST => localhost
                                                                            HTTP_USER_AGENT => Symfony
                                                                            HTTP_ACCEPT => text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
                                                                            HTTP_ACCEPT_LANGUAGE => en-us,en;q=0.5
                                                                            HTTP_ACCEPT_CHARSET => ISO-8859-1,utf-8;q=0.7,*;q=0.7
                                                                            REMOTE_ADDR => 127.0.0.1
                                                                            SCRIPT_NAME => artisan
                                                                            SCRIPT_FILENAME => artisan
                                                                            SERVER_PROTOCOL => HTTP/1.1
                                                                            REQUEST_TIME => 1578274558
                                                                            PHP_EXTRA_CONFIGURE_ARGS => --enable-fpm --with-fpm-user=www-data --with-fpm-group=www-data --disable-cgi
                                                                            LANGUAGE => C
                                                                            HOSTNAME => d9d2f135fb85
                                                                            PHP_INI_DIR => /usr/local/etc/php
                                                                            GIT_ASKPASS => echo
                                                                            SHLVL => 2
                                                                            HOME => /root
                                                                            OLDPWD => /
                                                                            PHP_LDFLAGS => -Wl,-O1 -Wl,--hash-style=both -pie
                                                                            PHP_CFLAGS => -fstack-protector-strong -fpic -fpie -O2
                                                                            PHP_MD5 => 
                                                                            PHP_VERSION => 7.2.19
                                                                            COMPOSER_HOME => /tmp/composer
                                                                            COMPOSER_BINARY => /usr/bin/composer
                                                                            GPG_KEYS => 1729F83938DA44E27BA0F4D3DBDB397470D12172 B1B44D8F021E4E2D6021E995DC9FF8D3EE5AF27F
                                                                            PHP_CPPFLAGS => -fstack-protector-strong -fpic -fpie -O2
                                                                            PHP_ASC_URL => https://www.php.net/get/php-7.2.19.tar.xz.asc/from/this/mirror
                                                                            PHP_URL => https://www.php.net/get/php-7.2.19.tar.xz/from/this/mirror
                                                                            TERM => xterm
                                                                            PATH => /0000/vendor/bin:/tmp/composer/vendor/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
                                                                            LD_PRELOAD => /usr/lib/preloadable_libiconv.so php
                                                                            PHPIZE_DEPS => autoconf 		dpkg-dev dpkg 		file 		g++ 		gcc 		libc-dev 		make 		pkgconf 		re2c
                                                                            PWD => /0000
                                                                            PHP_SHA256 => 4ffa2404a88d60e993a9fe69f829ebec3eb1e006de41b6048ce5e91bbeaa9282
                                                                            PHP_SELF => artisan
                                                                            PATH_TRANSLATED => artisan
                                                                            DOCUMENT_ROOT => 
                                                                            REQUEST_TIME_FLOAT => 1578274558.794
                                                                            argv => Array(
                                                                                    0 => artisan
                                                                                    1 => package:discover
                                                                                    2 => --ansi
                                                                                )
                                                                            argc => 3
                                                                            APP_NAME => 本地测试
                                                                            APP_ENV => local
                                                                            APP_KEY => base64:gIjju1XIlTNS6j8BuifyrL2QAARYlvdKYd31eAqei7g=
                                                                            APP_DEBUG => true
                                                                            APP_URL => http://localhost
                                                                            LOG_CHANNEL => stack
                                                                            DB_CONNECTION => mysql
                                                                            DB_HOST => 127.0.0.1
                                                                            DB_PORT => 3306
                                                                            DB_DATABASE => laravel
                                                                            DB_USERNAME => root
                                                                            DB_PASSWORD => 
                                                                            BROADCAST_DRIVER => log
                                                                            CACHE_DRIVER => file
                                                                            QUEUE_CONNECTION => sync
                                                                            SESSION_DRIVER => cookie
                                                                            SESSION_LIFETIME => 120
                                                                            REDIS_HOST => 127.0.0.1
                                                                            REDIS_PASSWORD => null
                                                                            REDIS_PORT => 6379
                                                                            MAIL_DRIVER => smtp
                                                                            MAIL_HOST => smtp.mailtrap.io
                                                                            MAIL_PORT => 2525
                                                                            MAIL_USERNAME => null
                                                                            MAIL_PASSWORD => null
                                                                            MAIL_ENCRYPTION => null
                                                                            MAIL_FROM_ADDRESS => null
                                                                            MAIL_FROM_NAME => 本地测试
                                                                            AWS_ACCESS_KEY_ID => 
                                                                            AWS_SECRET_ACCESS_KEY => 
                                                                            AWS_DEFAULT_REGION => us-east-1
                                                                            AWS_BUCKET => 
                                                                            PUSHER_APP_ID => 
                                                                            PUSHER_APP_KEY => 
                                                                            PUSHER_APP_SECRET => 
                                                                            PUSHER_APP_CLUSTER => mt1
                                                                            MIX_PUSHER_APP_KEY => 
                                                                            MIX_PUSHER_APP_CLUSTER => mt1
                                                                            PATH_INFO => 
                                                                            REQUEST_METHOD => GET
                                                                            REQUEST_URI => /
                                                                            QUERY_STRING => 
                                                                        )
                                                                )
                                                            files => Symfony\Component\HttpFoundation\FileBag Object(
                                                                    parameters => Array()
                                                                )
                                                            cookies => Symfony\Component\HttpFoundation\ParameterBag Object(
                                                                    parameters => Array()
                                                                )
                                                            headers => Symfony\Component\HttpFoundation\HeaderBag Object(
                                                                    headers => Array(
                                                                            host => Array(
                                                                                    0 => localhost
                                                                                )
                                                                            [user-agent] => Array(
                                                                                    0 => Symfony
                                                                                )
                                                                            accept => Array(
                                                                                    0 => text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
                                                                                )
                                                                            [accept-language] => Array(
                                                                                    0 => en-us,en;q=0.5
                                                                                )
                                                                            [accept-charset] => Array(
                                                                                    0 => ISO-8859-1,utf-8;q=0.7,*;q=0.7
                                                                                )
                                                                        )
                                                                    cacheControl => Array()
                                                                )
                                                            content => 
                                                            languages => 
                                                            charsets => 
                                                            encodings => 
                                                            acceptableContentTypes => 
                                                            pathInfo => 
                                                            requestUri => 
                                                            baseUrl => 
                                                            basePath => 
                                                            method => 
                                                            format => 
                                                            session => 
                                                            locale => 
                                                            defaultLocale => en
                                                            [preferredFormat:Symfony\Component\HttpFoundation\Request:private] => 
                                                            [isHostValid:Symfony\Component\HttpFoundation\Request:private] => 1
                                                            [isForwardedValid:Symfony\Component\HttpFoundation\Request:private] => 1
                                                        )
                                                    [Facade\Ignition\LogRecorder\LogRecorder] => Facade\Ignition\LogRecorder\LogRecorder Object(
                                                            logMessages => Array()
                                                            app => Illuminate\Foundation\Application Object
 
                                                        )
                                                    [Facade\Ignition\DumpRecorder\DumpRecorder] => Facade\Ignition\DumpRecorder\DumpRecorder Object(
                                                            dumps => Array()
                                                            app => Illuminate\Foundation\Application Object
 
                                                        )
                                                    [Facade\Ignition\QueryRecorder\QueryRecorder] => Facade\Ignition\QueryRecorder\QueryRecorder Object(
                                                            queries => Array()
                                                            app => Illuminate\Foundation\Application Object
 
                                                        )
                                                    [flare.http] => Facade\FlareClient\Http\Client Object(
                                                            [apiToken:Facade\FlareClient\Http\Client:private] => 
                                                            [apiSecret:Facade\FlareClient\Http\Client:private] => 
                                                            [baseUrl:Facade\FlareClient\Http\Client:private] => https://flareapp.io/api
                                                            [timeout:Facade\FlareClient\Http\Client:private] => 10
                                                        )
                                                    [flare.client] => Facade\FlareClient\Flare Object(
                                                            [client:Facade\FlareClient\Flare:private] => Facade\FlareClient\Http\Client Object(
                                                                    [apiToken:Facade\FlareClient\Http\Client:private] => 
                                                                    [apiSecret:Facade\FlareClient\Http\Client:private] => 
                                                                    [baseUrl:Facade\FlareClient\Http\Client:private] => https://flareapp.io/api
                                                                    [timeout:Facade\FlareClient\Http\Client:private] => 10
                                                                )
                                                            [api:Facade\FlareClient\Flare:private] => Facade\FlareClient\Api Object(
                                                                    [client:Facade\FlareClient\Api:private] => Facade\FlareClient\Http\Client Object(
                                                                            [apiToken:Facade\FlareClient\Http\Client:private] => 
                                                                            [apiSecret:Facade\FlareClient\Http\Client:private] => 
                                                                            [baseUrl:Facade\FlareClient\Http\Client:private] => https://flareapp.io/api
                                                                            [timeout:Facade\FlareClient\Http\Client:private] => 10
                                                                        )
                                                                    [queue:Facade\FlareClient\Api:private] => Array()
                                                                )
                                                            [middleware:Facade\FlareClient\Flare:private] => Array(
                                                                    0 => Facade\FlareClient\Middleware\AddGlows Object(
                                                                            [recorder:Facade\FlareClient\Middleware\AddGlows:private] => Facade\FlareClient\Glows\Recorder Object(
                                                                                    [glows:Facade\FlareClient\Glows\Recorder:private] => Array()
                                                                                )
                                                                        )
                                                                    1 => Facade\FlareClient\Middleware\AnonymizeIp Object()
                                                                    2 => Facade\Ignition\Middleware\SetNotifierName Object()
                                                                    3 => Facade\Ignition\Middleware\AddEnvironmentInformation Object()
                                                                    4 => Facade\Ignition\Middleware\AddLogs Object(
                                                                            logRecorder => Facade\Ignition\LogRecorder\LogRecorder Object(
                                                                                    logMessages => Array()
                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                )
                                                                        )
                                                                    5 => Facade\Ignition\Middleware\AddDumps Object(
                                                                            dumpRecorder => Facade\Ignition\DumpRecorder\DumpRecorder Object(
                                                                                    dumps => Array()
                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                )
                                                                        )
                                                                    6 => Facade\Ignition\Middleware\AddQueries Object(
                                                                            queryRecorder => Facade\Ignition\QueryRecorder\QueryRecorder Object(
                                                                                    queries => Array()
                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                )
                                                                        )
                                                                    7 => Facade\Ignition\Middleware\AddSolutions Object(
                                                                            solutionProviderRepository => Facade\Ignition\SolutionProviders\SolutionProviderRepository Object(
                                                                                    solutionProviders => Illuminate\Support\Collection Object(
                                                                                            items => Array(
                                                                                                    0 => Facade\Ignition\SolutionProviders\IncorrectValetDbCredentialsSolutionProvider
                                                                                                    1 => Facade\Ignition\SolutionProviders\MissingAppKeySolutionProvider
                                                                                                    2 => Facade\Ignition\SolutionProviders\DefaultDbNameSolutionProvider
                                                                                                    3 => Facade\Ignition\SolutionProviders\BadMethodCallSolutionProvider
                                                                                                    4 => Facade\Ignition\SolutionProviders\TableNotFoundSolutionProvider
                                                                                                    5 => Facade\Ignition\SolutionProviders\MissingImportSolutionProvider
                                                                                                    6 => Facade\Ignition\SolutionProviders\MissingPackageSolutionProvider
                                                                                                    7 => Facade\Ignition\SolutionProviders\InvalidRouteActionSolutionProvider
                                                                                                    8 => Facade\Ignition\SolutionProviders\ViewNotFoundSolutionProvider
                                                                                                    9 => Facade\Ignition\SolutionProviders\UndefinedVariableSolutionProvider
                                                                                                    10 => Facade\Ignition\SolutionProviders\MergeConflictSolutionProvider
                                                                                                    11 => Facade\Ignition\SolutionProviders\RunningLaravelDuskInProductionProvider
                                                                                                    12 => Facade\Ignition\SolutionProviders\MissingColumnSolutionProvider
                                                                                                    13 => Facade\Ignition\SolutionProviders\UnknownValidationSolutionProvider
                                                                                                )
                                                                                        )
                                                                                )
                                                                        )
                                                                    8 => Facade\Ignition\Middleware\AddGitInformation Object()
                                                                )
                                                            [recorder:Facade\FlareClient\Flare:private] => Facade\FlareClient\Glows\Recorder Object(
                                                                    [glows:Facade\FlareClient\Glows\Recorder:private] => Array()
                                                                )
                                                            [applicationPath:Facade\FlareClient\Flare:private] => /0000
                                                            [container:Facade\FlareClient\Flare:private] => Illuminate\Foundation\Application Object
 
                                                            [contextDetector:Facade\FlareClient\Flare:private] => Facade\Ignition\Context\LaravelContextDetector Object()
                                                            [previousExceptionHandler:Facade\FlareClient\Flare:private] => 
                                                            [previousErrorHandler:Facade\FlareClient\Flare:private] => 
                                                            [messageLevel:Facade\FlareClient\Flare:private] => 
                                                            [stage:Facade\FlareClient\Flare:private] => local
                                                            [userProvidedContext:Facade\FlareClient\Flare:private] => Array()
                                                        )
                                                    [Facade\IgnitionContracts\SolutionProviderRepository] => Facade\Ignition\SolutionProviders\SolutionProviderRepository Object(
                                                            solutionProviders => Illuminate\Support\Collection Object(
                                                                    items => Array(
                                                                            0 => Facade\Ignition\SolutionProviders\IncorrectValetDbCredentialsSolutionProvider
                                                                            1 => Facade\Ignition\SolutionProviders\MissingAppKeySolutionProvider
                                                                            2 => Facade\Ignition\SolutionProviders\DefaultDbNameSolutionProvider
                                                                            3 => Facade\Ignition\SolutionProviders\BadMethodCallSolutionProvider
                                                                            4 => Facade\Ignition\SolutionProviders\TableNotFoundSolutionProvider
                                                                            5 => Facade\Ignition\SolutionProviders\MissingImportSolutionProvider
                                                                            6 => Facade\Ignition\SolutionProviders\MissingPackageSolutionProvider
                                                                            7 => Facade\Ignition\SolutionProviders\InvalidRouteActionSolutionProvider
                                                                            8 => Facade\Ignition\SolutionProviders\ViewNotFoundSolutionProvider
                                                                            9 => Facade\Ignition\SolutionProviders\UndefinedVariableSolutionProvider
                                                                            10 => Facade\Ignition\SolutionProviders\MergeConflictSolutionProvider
                                                                            11 => Facade\Ignition\SolutionProviders\RunningLaravelDuskInProductionProvider
                                                                            12 => Facade\Ignition\SolutionProviders\MissingColumnSolutionProvider
                                                                            13 => Facade\Ignition\SolutionProviders\UnknownValidationSolutionProvider
                                                                        )
                                                                )
                                                        )
                                                    [Illuminate\Contracts\Debug\ExceptionHandler] => NunoMaduro\Collision\Adapters\Laravel\ExceptionHandler Object(
                                                            appExceptionHandler => App\Exceptions\Handler Object(
                                                                    dontReport => Array()
                                                                    dontFlash => Array(
                                                                            0 => password
                                                                            1 => password_confirmation
                                                                        )
                                                                    container => Illuminate\Foundation\Application Object
 
                                                                    internalDontReport => Array(
                                                                            0 => Illuminate\Auth\AuthenticationException
                                                                            1 => Illuminate\Auth\Access\AuthorizationException
                                                                            2 => Symfony\Component\HttpKernel\Exception\HttpException
                                                                            3 => Illuminate\Http\Exceptions\HttpResponseException
                                                                            4 => Illuminate\Database\Eloquent\ModelNotFoundException
                                                                            5 => Symfony\Component\HttpFoundation\Exception\SuspiciousOperationException
                                                                            6 => Illuminate\Session\TokenMismatchException
                                                                            7 => Illuminate\Validation\ValidationException
                                                                        )
                                                                )
                                                            container => Illuminate\Foundation\Application Object
 
                                                        )
                                                    [db.factory] => Illuminate\Database\Connectors\ConnectionFactory Object(
                                                            container => Illuminate\Foundation\Application Object
 
                                                        )
                                                    db => Illuminate\Database\DatabaseManager Object(
                                                            app => Illuminate\Foundation\Application Object
 
                                                            factory => Illuminate\Database\Connectors\ConnectionFactory Object(
                                                                    container => Illuminate\Foundation\Application Object
 
                                                                )
                                                            connections => Array()
                                                            extensions => Array()
                                                            reconnector => Closure Object(
                                                                    this => Illuminate\Database\DatabaseManager Object
 
                                                                    parameter => Array(
                                                                            [$connection] => 
                                                                        )
                                                                )
                                                        )
                                                    [view.engine.resolver] => Illuminate\View\Engines\EngineResolver Object(
                                                            resolvers => Array(
                                                                    file => Closure Object(
                                                                            this => Illuminate\View\ViewServiceProvider Object(
                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                )
                                                                        )
                                                                    php => Closure Object(
                                                                            this => Facade\Ignition\IgnitionServiceProvider Object(
                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                )
                                                                        )
                                                                    blade => Closure Object(
                                                                            this => Facade\Ignition\IgnitionServiceProvider Object(
                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                )
                                                                        )
                                                                )
                                                            resolved => Array()
                                                        )
                                                    files => Illuminate\Filesystem\Filesystem Object()
                                                    [blade.compiler] => Illuminate\View\Compilers\BladeCompiler Object(
                                                            extensions => Array()
                                                            customDirectives => Array()
                                                            conditions => Array()
                                                            path => 
                                                            compilers => Array(
                                                                    0 => Comments
                                                                    1 => Extensions
                                                                    2 => Statements
                                                                    3 => Echos
                                                                )
                                                            rawTags => Array(
                                                                    0 => {!!
                                                                    1 => !!}
                                                                )
                                                            contentTags => Array(
                                                                    0 => {{
                                                                    1 => }}
                                                                )
                                                            escapedTags => Array(
                                                                    0 => {{{
                                                                    1 => }}}
                                                                )
                                                            echoFormat => e(%s)
                                                            footer => Array()
                                                            rawBlocks => Array()
                                                            files => Illuminate\Filesystem\Filesystem Object()
                                                            cachePath => /0000/storage/framework/views
                                                            firstCaseInSwitch => 1
                                                            [encodingOptions:Illuminate\View\Compilers\BladeCompiler:private] => 15
                                                            lastSection => 
                                                            forElseCounter => 0
                                                        )
                                                    log => Illuminate\Log\LogManager Object(
                                                            app => Illuminate\Foundation\Application Object
 
                                                            channels => Array()
                                                            customCreators => Array(
                                                                    flare => Closure Object(
                                                                            this => Illuminate\Log\LogManager Object
 
                                                                            parameter => Array(
                                                                                    [$app] => 
                                                                                )
                                                                        )
                                                                )
                                                            dateFormat => Y-m-d H:i:s
                                                            levels => Array(
                                                                    debug => 100
                                                                    info => 200
                                                                    notice => 250
                                                                    warning => 300
                                                                    error => 400
                                                                    critical => 500
                                                                    alert => 550
                                                                    emergency => 600
                                                                )
                                                        )
                                                    queue => Illuminate\Queue\QueueManager Object(
                                                            app => Illuminate\Foundation\Application Object
 
                                                            connections => Array()
                                                            connectors => Array(
                                                                    null => Closure Object(
                                                                            this => Illuminate\Queue\QueueServiceProvider Object(
                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                )
                                                                        )
                                                                    sync => Closure Object(
                                                                            this => Illuminate\Queue\QueueServiceProvider Object(
                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                )
                                                                        )
                                                                    database => Closure Object(
                                                                            this => Illuminate\Queue\QueueServiceProvider Object(
                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                )
                                                                        )
                                                                    redis => Closure Object(
                                                                            this => Illuminate\Queue\QueueServiceProvider Object(
                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                )
                                                                        )
                                                                    beanstalkd => Closure Object(
                                                                            this => Illuminate\Queue\QueueServiceProvider Object(
                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                )
                                                                        )
                                                                    sqs => Closure Object(
                                                                            this => Illuminate\Queue\QueueServiceProvider Object(
                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                )
                                                                        )
                                                                )
                                                        )
                                                    date => Illuminate\Support\DateFactory Object()
                                                    router => Illuminate\Routing\Router Object
 
                                                    routes => Illuminate\Routing\RouteCollection Object(
                                                            routes => Array()
                                                            allRoutes => Array()
                                                            nameList => Array()
                                                            actionList => Array()
                                                        )
                                                    url => Illuminate\Routing\UrlGenerator Object(
                                                            routes => Illuminate\Routing\RouteCollection Object(
                                                                    routes => Array()
                                                                    allRoutes => Array()
                                                                    nameList => Array()
                                                                    actionList => Array()
                                                                )
                                                            request => Illuminate\Http\Request Object(
                                                                    json => 
                                                                    convertedFiles => 
                                                                    userResolver => 
                                                                    routeResolver => 
                                                                    attributes => Symfony\Component\HttpFoundation\ParameterBag Object(
                                                                            parameters => Array()
                                                                        )
                                                                    request => Symfony\Component\HttpFoundation\ParameterBag Object(
                                                                            parameters => Array()
                                                                        )
                                                                    query => Symfony\Component\HttpFoundation\ParameterBag Object(
                                                                            parameters => Array()
                                                                        )
                                                                    server => Symfony\Component\HttpFoundation\ServerBag Object(
                                                                            parameters => Array(
                                                                                    SERVER_NAME => localhost
                                                                                    SERVER_PORT => 80
                                                                                    HTTP_HOST => localhost
                                                                                    HTTP_USER_AGENT => Symfony
                                                                                    HTTP_ACCEPT => text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
                                                                                    HTTP_ACCEPT_LANGUAGE => en-us,en;q=0.5
                                                                                    HTTP_ACCEPT_CHARSET => ISO-8859-1,utf-8;q=0.7,*;q=0.7
                                                                                    REMOTE_ADDR => 127.0.0.1
                                                                                    SCRIPT_NAME => artisan
                                                                                    SCRIPT_FILENAME => artisan
                                                                                    SERVER_PROTOCOL => HTTP/1.1
                                                                                    REQUEST_TIME => 1578274558
                                                                                    PHP_EXTRA_CONFIGURE_ARGS => --enable-fpm --with-fpm-user=www-data --with-fpm-group=www-data --disable-cgi
                                                                                    LANGUAGE => C
                                                                                    HOSTNAME => d9d2f135fb85
                                                                                    PHP_INI_DIR => /usr/local/etc/php
                                                                                    GIT_ASKPASS => echo
                                                                                    SHLVL => 2
                                                                                    HOME => /root
                                                                                    OLDPWD => /
                                                                                    PHP_LDFLAGS => -Wl,-O1 -Wl,--hash-style=both -pie
                                                                                    PHP_CFLAGS => -fstack-protector-strong -fpic -fpie -O2
                                                                                    PHP_MD5 => 
                                                                                    PHP_VERSION => 7.2.19
                                                                                    COMPOSER_HOME => /tmp/composer
                                                                                    COMPOSER_BINARY => /usr/bin/composer
                                                                                    GPG_KEYS => 1729F83938DA44E27BA0F4D3DBDB397470D12172 B1B44D8F021E4E2D6021E995DC9FF8D3EE5AF27F
                                                                                    PHP_CPPFLAGS => -fstack-protector-strong -fpic -fpie -O2
                                                                                    PHP_ASC_URL => https://www.php.net/get/php-7.2.19.tar.xz.asc/from/this/mirror
                                                                                    PHP_URL => https://www.php.net/get/php-7.2.19.tar.xz/from/this/mirror
                                                                                    TERM => xterm
                                                                                    PATH => /0000/vendor/bin:/tmp/composer/vendor/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
                                                                                    LD_PRELOAD => /usr/lib/preloadable_libiconv.so php
                                                                                    PHPIZE_DEPS => autoconf 		dpkg-dev dpkg 		file 		g++ 		gcc 		libc-dev 		make 		pkgconf 		re2c
                                                                                    PWD => /0000
                                                                                    PHP_SHA256 => 4ffa2404a88d60e993a9fe69f829ebec3eb1e006de41b6048ce5e91bbeaa9282
                                                                                    PHP_SELF => artisan
                                                                                    PATH_TRANSLATED => artisan
                                                                                    DOCUMENT_ROOT => 
                                                                                    REQUEST_TIME_FLOAT => 1578274558.794
                                                                                    argv => Array(
                                                                                            0 => artisan
                                                                                            1 => package:discover
                                                                                            2 => --ansi
                                                                                        )
                                                                                    argc => 3
                                                                                    APP_NAME => 本地测试
                                                                                    APP_ENV => local
                                                                                    APP_KEY => base64:gIjju1XIlTNS6j8BuifyrL2QAARYlvdKYd31eAqei7g=
                                                                                    APP_DEBUG => true
                                                                                    APP_URL => http://localhost
                                                                                    LOG_CHANNEL => stack
                                                                                    DB_CONNECTION => mysql
                                                                                    DB_HOST => 127.0.0.1
                                                                                    DB_PORT => 3306
                                                                                    DB_DATABASE => laravel
                                                                                    DB_USERNAME => root
                                                                                    DB_PASSWORD => 
                                                                                    BROADCAST_DRIVER => log
                                                                                    CACHE_DRIVER => file
                                                                                    QUEUE_CONNECTION => sync
                                                                                    SESSION_DRIVER => cookie
                                                                                    SESSION_LIFETIME => 120
                                                                                    REDIS_HOST => 127.0.0.1
                                                                                    REDIS_PASSWORD => null
                                                                                    REDIS_PORT => 6379
                                                                                    MAIL_DRIVER => smtp
                                                                                    MAIL_HOST => smtp.mailtrap.io
                                                                                    MAIL_PORT => 2525
                                                                                    MAIL_USERNAME => null
                                                                                    MAIL_PASSWORD => null
                                                                                    MAIL_ENCRYPTION => null
                                                                                    MAIL_FROM_ADDRESS => null
                                                                                    MAIL_FROM_NAME => 本地测试
                                                                                    AWS_ACCESS_KEY_ID => 
                                                                                    AWS_SECRET_ACCESS_KEY => 
                                                                                    AWS_DEFAULT_REGION => us-east-1
                                                                                    AWS_BUCKET => 
                                                                                    PUSHER_APP_ID => 
                                                                                    PUSHER_APP_KEY => 
                                                                                    PUSHER_APP_SECRET => 
                                                                                    PUSHER_APP_CLUSTER => mt1
                                                                                    MIX_PUSHER_APP_KEY => 
                                                                                    MIX_PUSHER_APP_CLUSTER => mt1
                                                                                    PATH_INFO => 
                                                                                    REQUEST_METHOD => GET
                                                                                    REQUEST_URI => /
                                                                                    QUERY_STRING => 
                                                                                )
                                                                        )
                                                                    files => Symfony\Component\HttpFoundation\FileBag Object(
                                                                            parameters => Array()
                                                                        )
                                                                    cookies => Symfony\Component\HttpFoundation\ParameterBag Object(
                                                                            parameters => Array()
                                                                        )
                                                                    headers => Symfony\Component\HttpFoundation\HeaderBag Object(
                                                                            headers => Array(
                                                                                    host => Array(
                                                                                            0 => localhost
                                                                                        )
                                                                                    [user-agent] => Array(
                                                                                            0 => Symfony
                                                                                        )
                                                                                    accept => Array(
                                                                                            0 => text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
                                                                                        )
                                                                                    [accept-language] => Array(
                                                                                            0 => en-us,en;q=0.5
                                                                                        )
                                                                                    [accept-charset] => Array(
                                                                                            0 => ISO-8859-1,utf-8;q=0.7,*;q=0.7
                                                                                        )
                                                                                )
                                                                            cacheControl => Array()
                                                                        )
                                                                    content => 
                                                                    languages => 
                                                                    charsets => 
                                                                    encodings => 
                                                                    acceptableContentTypes => 
                                                                    pathInfo => 
                                                                    requestUri => 
                                                                    baseUrl => 
                                                                    basePath => 
                                                                    method => 
                                                                    format => 
                                                                    session => 
                                                                    locale => 
                                                                    defaultLocale => en
                                                                    [preferredFormat:Symfony\Component\HttpFoundation\Request:private] => 
                                                                    [isHostValid:Symfony\Component\HttpFoundation\Request:private] => 1
                                                                    [isForwardedValid:Symfony\Component\HttpFoundation\Request:private] => 1
                                                                )
                                                            assetRoot => 
                                                            forcedRoot => 
                                                            forceScheme => 
                                                            cachedRoot => 
                                                            cachedScheme => 
                                                            rootNamespace => App\Http\Controllers
                                                            sessionResolver => Closure Object(
                                                                    this => Illuminate\Routing\RoutingServiceProvider Object(
                                                                            app => Illuminate\Foundation\Application Object
 
                                                                        )
                                                                )
                                                            keyResolver => Closure Object(
                                                                    this => Illuminate\Routing\RoutingServiceProvider Object(
                                                                            app => Illuminate\Foundation\Application Object
 
                                                                        )
                                                                )
                                                            formatHostUsing => 
                                                            formatPathUsing => 
                                                            routeGenerator => 
                                                        )
                                                )
                                            aliases => Array(
                                                    [Illuminate\Foundation\Application] => app
                                                    [Illuminate\Contracts\Container\Container] => app
                                                    [Illuminate\Contracts\Foundation\Application] => app
                                                    [Psr\Container\ContainerInterface] => app
                                                    [Illuminate\Auth\AuthManager] => auth
                                                    [Illuminate\Contracts\Auth\Factory] => auth
                                                    [Illuminate\Contracts\Auth\Guard] => auth.driver
                                                    [Illuminate\View\Compilers\BladeCompiler] => blade.compiler
                                                    [Illuminate\Cache\CacheManager] => cache
                                                    [Illuminate\Contracts\Cache\Factory] => cache
                                                    [Illuminate\Cache\Repository] => cache.store
                                                    [Illuminate\Contracts\Cache\Repository] => cache.store
                                                    [Psr\SimpleCache\CacheInterface] => cache.store
                                                    [Symfony\Component\Cache\Adapter\Psr16Adapter] => cache.psr6
                                                    [Symfony\Component\Cache\Adapter\AdapterInterface] => cache.psr6
                                                    [Psr\Cache\CacheItemPoolInterface] => cache.psr6
                                                    [Illuminate\Config\Repository] => config
                                                    [Illuminate\Contracts\Config\Repository] => config
                                                    [Illuminate\Cookie\CookieJar] => cookie
                                                    [Illuminate\Contracts\Cookie\Factory] => cookie
                                                    [Illuminate\Contracts\Cookie\QueueingFactory] => cookie
                                                    [Illuminate\Encryption\Encrypter] => encrypter
                                                    [Illuminate\Contracts\Encryption\Encrypter] => encrypter
                                                    [Illuminate\Database\DatabaseManager] => db
                                                    [Illuminate\Database\ConnectionResolverInterface] => db
                                                    [Illuminate\Database\Connection] => db.connection
                                                    [Illuminate\Database\ConnectionInterface] => db.connection
                                                    [Illuminate\Events\Dispatcher] => events
                                                    [Illuminate\Contracts\Events\Dispatcher] => events
                                                    [Illuminate\Filesystem\Filesystem] => files
                                                    [Illuminate\Filesystem\FilesystemManager] => filesystem
                                                    [Illuminate\Contracts\Filesystem\Factory] => filesystem
                                                    [Illuminate\Contracts\Filesystem\Filesystem] => filesystem.disk
                                                    [Illuminate\Contracts\Filesystem\Cloud] => filesystem.cloud
                                                    [Illuminate\Hashing\HashManager] => hash
                                                    [Illuminate\Contracts\Hashing\Hasher] => hash.driver
                                                    [Illuminate\Translation\Translator] => translator
                                                    [Illuminate\Contracts\Translation\Translator] => translator
                                                    [Illuminate\Log\LogManager] => log
                                                    [Psr\Log\LoggerInterface] => log
                                                    [Illuminate\Mail\Mailer] => mailer
                                                    [Illuminate\Contracts\Mail\Mailer] => mailer
                                                    [Illuminate\Contracts\Mail\MailQueue] => mailer
                                                    [Illuminate\Auth\Passwords\PasswordBrokerManager] => auth.password
                                                    [Illuminate\Contracts\Auth\PasswordBrokerFactory] => auth.password
                                                    [Illuminate\Auth\Passwords\PasswordBroker] => auth.password.broker
                                                    [Illuminate\Contracts\Auth\PasswordBroker] => auth.password.broker
                                                    [Illuminate\Queue\QueueManager] => queue
                                                    [Illuminate\Contracts\Queue\Factory] => queue
                                                    [Illuminate\Contracts\Queue\Monitor] => queue
                                                    [Illuminate\Contracts\Queue\Queue] => queue.connection
                                                    [Illuminate\Queue\Failed\FailedJobProviderInterface] => queue.failer
                                                    [Illuminate\Routing\Redirector] => redirect
                                                    [Illuminate\Redis\RedisManager] => redis
                                                    [Illuminate\Contracts\Redis\Factory] => redis
                                                    [Illuminate\Http\Request] => request
                                                    [Symfony\Component\HttpFoundation\Request] => request
                                                    [Illuminate\Routing\Router] => router
                                                    [Illuminate\Contracts\Routing\Registrar] => router
                                                    [Illuminate\Contracts\Routing\BindingRegistrar] => router
                                                    [Illuminate\Session\SessionManager] => session
                                                    [Illuminate\Session\Store] => session.store
                                                    [Illuminate\Contracts\Session\Session] => session.store
                                                    [Illuminate\Routing\UrlGenerator] => url
                                                    [Illuminate\Contracts\Routing\UrlGenerator] => url
                                                    [Illuminate\Validation\Factory] => validator
                                                    [Illuminate\Contracts\Validation\Factory] => validator
                                                    [Illuminate\View\Factory] => view
                                                    [Illuminate\Contracts\View\Factory] => view
                                                    [Illuminate\Contracts\Notifications\Dispatcher] => Illuminate\Notifications\ChannelManager
                                                    [Illuminate\Contracts\Notifications\Factory] => Illuminate\Notifications\ChannelManager
                                                    [Facade\FlareClient\Http\Client] => flare.http
                                                    [Facade\FlareClient\Flare] => flare.client
                                                )
                                            abstractAliases => Array(
                                                    app => Array(
                                                            0 => Illuminate\Foundation\Application
                                                            1 => Illuminate\Contracts\Container\Container
                                                            2 => Illuminate\Contracts\Foundation\Application
                                                            3 => Psr\Container\ContainerInterface
                                                        )
                                                    auth => Array(
                                                            0 => Illuminate\Auth\AuthManager
                                                            1 => Illuminate\Contracts\Auth\Factory
                                                        )
                                                    [auth.driver] => Array(
                                                            0 => Illuminate\Contracts\Auth\Guard
                                                        )
                                                    [blade.compiler] => Array(
                                                            0 => Illuminate\View\Compilers\BladeCompiler
                                                        )
                                                    cache => Array(
                                                            0 => Illuminate\Cache\CacheManager
                                                            1 => Illuminate\Contracts\Cache\Factory
                                                        )
                                                    [cache.store] => Array(
                                                            0 => Illuminate\Cache\Repository
                                                            1 => Illuminate\Contracts\Cache\Repository
                                                            2 => Psr\SimpleCache\CacheInterface
                                                        )
                                                    [cache.psr6] => Array(
                                                            0 => Symfony\Component\Cache\Adapter\Psr16Adapter
                                                            1 => Symfony\Component\Cache\Adapter\AdapterInterface
                                                            2 => Psr\Cache\CacheItemPoolInterface
                                                        )
                                                    config => Array(
                                                            0 => Illuminate\Config\Repository
                                                            1 => Illuminate\Contracts\Config\Repository
                                                        )
                                                    cookie => Array(
                                                            0 => Illuminate\Cookie\CookieJar
                                                            1 => Illuminate\Contracts\Cookie\Factory
                                                            2 => Illuminate\Contracts\Cookie\QueueingFactory
                                                        )
                                                    encrypter => Array(
                                                            0 => Illuminate\Encryption\Encrypter
                                                            1 => Illuminate\Contracts\Encryption\Encrypter
                                                        )
                                                    db => Array(
                                                            0 => Illuminate\Database\DatabaseManager
                                                            1 => Illuminate\Database\ConnectionResolverInterface
                                                        )
                                                    [db.connection] => Array(
                                                            0 => Illuminate\Database\Connection
                                                            1 => Illuminate\Database\ConnectionInterface
                                                        )
                                                    events => Array(
                                                            0 => Illuminate\Events\Dispatcher
                                                            1 => Illuminate\Contracts\Events\Dispatcher
                                                        )
                                                    files => Array(
                                                            0 => Illuminate\Filesystem\Filesystem
                                                        )
                                                    filesystem => Array(
                                                            0 => Illuminate\Filesystem\FilesystemManager
                                                            1 => Illuminate\Contracts\Filesystem\Factory
                                                        )
                                                    [filesystem.disk] => Array(
                                                            0 => Illuminate\Contracts\Filesystem\Filesystem
                                                        )
                                                    [filesystem.cloud] => Array(
                                                            0 => Illuminate\Contracts\Filesystem\Cloud
                                                        )
                                                    hash => Array(
                                                            0 => Illuminate\Hashing\HashManager
                                                        )
                                                    [hash.driver] => Array(
                                                            0 => Illuminate\Contracts\Hashing\Hasher
                                                        )
                                                    translator => Array(
                                                            0 => Illuminate\Translation\Translator
                                                            1 => Illuminate\Contracts\Translation\Translator
                                                        )
                                                    log => Array(
                                                            0 => Illuminate\Log\LogManager
                                                            1 => Psr\Log\LoggerInterface
                                                        )
                                                    mailer => Array(
                                                            0 => Illuminate\Mail\Mailer
                                                            1 => Illuminate\Contracts\Mail\Mailer
                                                            2 => Illuminate\Contracts\Mail\MailQueue
                                                        )
                                                    [auth.password] => Array(
                                                            0 => Illuminate\Auth\Passwords\PasswordBrokerManager
                                                            1 => Illuminate\Contracts\Auth\PasswordBrokerFactory
                                                        )
                                                    [auth.password.broker] => Array(
                                                            0 => Illuminate\Auth\Passwords\PasswordBroker
                                                            1 => Illuminate\Contracts\Auth\PasswordBroker
                                                        )
                                                    queue => Array(
                                                            0 => Illuminate\Queue\QueueManager
                                                            1 => Illuminate\Contracts\Queue\Factory
                                                            2 => Illuminate\Contracts\Queue\Monitor
                                                        )
                                                    [queue.connection] => Array(
                                                            0 => Illuminate\Contracts\Queue\Queue
                                                        )
                                                    [queue.failer] => Array(
                                                            0 => Illuminate\Queue\Failed\FailedJobProviderInterface
                                                        )
                                                    redirect => Array(
                                                            0 => Illuminate\Routing\Redirector
                                                        )
                                                    redis => Array(
                                                            0 => Illuminate\Redis\RedisManager
                                                            1 => Illuminate\Contracts\Redis\Factory
                                                        )
                                                    request => Array(
                                                            0 => Illuminate\Http\Request
                                                            1 => Symfony\Component\HttpFoundation\Request
                                                        )
                                                    router => Array(
                                                            0 => Illuminate\Routing\Router
                                                            1 => Illuminate\Contracts\Routing\Registrar
                                                            2 => Illuminate\Contracts\Routing\BindingRegistrar
                                                        )
                                                    session => Array(
                                                            0 => Illuminate\Session\SessionManager
                                                        )
                                                    [session.store] => Array(
                                                            0 => Illuminate\Session\Store
                                                            1 => Illuminate\Contracts\Session\Session
                                                        )
                                                    url => Array(
                                                            0 => Illuminate\Routing\UrlGenerator
                                                            1 => Illuminate\Contracts\Routing\UrlGenerator
                                                        )
                                                    validator => Array(
                                                            0 => Illuminate\Validation\Factory
                                                            1 => Illuminate\Contracts\Validation\Factory
                                                        )
                                                    view => Array(
                                                            0 => Illuminate\View\Factory
                                                            1 => Illuminate\Contracts\View\Factory
                                                        )
                                                    [Illuminate\Notifications\ChannelManager] => Array(
                                                            0 => Illuminate\Contracts\Notifications\Dispatcher
                                                            1 => Illuminate\Contracts\Notifications\Factory
                                                        )
                                                    [flare.http] => Array(
                                                            0 => Facade\FlareClient\Http\Client
                                                        )
                                                    [flare.client] => Array(
                                                            0 => Facade\FlareClient\Flare
                                                        )
                                                )
                                            extenders => Array(
                                                    url => Array(
                                                            0 => Closure Object(
                                                                    this => Illuminate\Routing\RoutingServiceProvider Object(
                                                                            app => Illuminate\Foundation\Application Object
 
                                                                        )
                                                                    parameter => Array(
                                                                            [$url] => 
                                                                            [$app] => 
                                                                        )
                                                                )
                                                        )
                                                )
                                            tags => Array()
                                            buildStack => Array()
                                            with => Array()
                                            contextual => Array()
                                            reboundCallbacks => Array(
                                                    request => Array(
                                                            0 => Closure Object(
                                                                    this => Illuminate\Auth\AuthServiceProvider Object(
                                                                            app => Illuminate\Foundation\Application Object
 
                                                                        )
                                                                    parameter => Array(
                                                                            [$app] => 
                                                                            [$request] => 
                                                                        )
                                                                )
                                                            1 => Closure Object(
                                                                    this => Illuminate\Routing\RoutingServiceProvider Object(
                                                                            app => Illuminate\Foundation\Application Object
 
                                                                        )
                                                                    parameter => Array(
                                                                            [$app] => 
                                                                            [$request] => 
                                                                        )
                                                                )
                                                        )
                                                    events => Array(
                                                            0 => Closure Object(
                                                                    this => Illuminate\Auth\AuthServiceProvider Object(
                                                                            app => Illuminate\Foundation\Application Object
 
                                                                        )
                                                                    parameter => Array(
                                                                            [$app] => 
                                                                            [$dispatcher] => 
                                                                        )
                                                                )
                                                        )
                                                    routes => Array(
                                                            0 => Closure Object(
                                                                    this => Illuminate\Routing\RoutingServiceProvider Object(
                                                                            app => Illuminate\Foundation\Application Object
 
                                                                        )
                                                                    parameter => Array(
                                                                            [$app] => 
                                                                            [$routes] => 
                                                                        )
                                                                )
                                                        )
                                                )
                                            globalResolvingCallbacks => Array()
                                            globalAfterResolvingCallbacks => Array()
                                            resolvingCallbacks => Array(
                                                    [Illuminate\Foundation\Http\FormRequest] => Array(
                                                            0 => Closure Object(
                                                                    this => Illuminate\Foundation\Providers\FormRequestServiceProvider Object(
                                                                            app => Illuminate\Foundation\Application Object
 
                                                                        )
                                                                    parameter => Array(
                                                                            [$request] => 
                                                                            [$app] => 
                                                                        )
                                                                )
                                                        )
                                                )
                                            afterResolvingCallbacks => Array(
                                                    [Illuminate\Contracts\Validation\ValidatesWhenResolved] => Array(
                                                            0 => Closure Object(
                                                                    this => Illuminate\Foundation\Providers\FormRequestServiceProvider Object(
                                                                            app => Illuminate\Foundation\Application Object
 
                                                                        )
                                                                    parameter => Array(
                                                                            [$resolved] => 
                                                                        )
                                                                )
                                                        )
                                                    view => Array(
                                                            0 => Closure Object(
                                                                    static => Array(
                                                                            path => /tutorials/vendor2/laravel/framework-6.x/src/Illuminate/Notifications/resources/views
                                                                            namespace => notifications
                                                                        )
                                                                    this => Illuminate\Notifications\NotificationServiceProvider Object(
                                                                            app => Illuminate\Foundation\Application Object
 
                                                                        )
                                                                    parameter => Array(
                                                                            [$view] => 
                                                                        )
                                                                )
                                                            1 => Closure Object(
                                                                    static => Array(
                                                                            path => /tutorials/vendor2/laravel/framework-6.x/src/Illuminate/Pagination/resources/views
                                                                            namespace => pagination
                                                                        )
                                                                    this => Illuminate\Pagination\PaginationServiceProvider Object(
                                                                            app => Illuminate\Foundation\Application Object
 
                                                                        )
                                                                    parameter => Array(
                                                                            [$view] => 
                                                                        )
                                                                )
                                                        )
                                                )
                                        )
                                    listeners => Array(
                                            [Illuminate\Queue\Events\Looping] => Array(
                                                    0 => Closure Object(
                                                            static => Array(
                                                                    listener => Closure Object(
                                                                            this => Facade\Ignition\IgnitionServiceProvider Object(
                                                                                    app => Illuminate\Foundation\Application Object(
                                                                                            basePath => /0000
                                                                                            hasBeenBootstrapped => 1
                                                                                            booted => 
                                                                                            bootingCallbacks => Array(
                                                                                                    0 => Closure Object(
                                                                                                            static => Array(
                                                                                                                    instance => Illuminate\Queue\QueueServiceProvider Object(
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                )
                                                                                                            this => Illuminate\Foundation\Application Object
 
                                                                                                        )
                                                                                                )
                                                                                            bootedCallbacks => Array(
                                                                                                    0 => Closure Object(
                                                                                                            this => App\Console\Kernel Object(
                                                                                                                    commands => Array()
                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                    events => Illuminate\Events\Dispatcher Object
 
                                                                                                                    artisan => 
                                                                                                                    commandsLoaded => 
                                                                                                                    bootstrappers => Array(
                                                                                                                            0 => Illuminate\Foundation\Bootstrap\LoadEnvironmentVariables
                                                                                                                            1 => Illuminate\Foundation\Bootstrap\LoadConfiguration
                                                                                                                            2 => Illuminate\Foundation\Bootstrap\HandleExceptions
                                                                                                                            3 => Illuminate\Foundation\Bootstrap\RegisterFacades
                                                                                                                            4 => Illuminate\Foundation\Bootstrap\SetRequestForConsole
                                                                                                                            5 => Illuminate\Foundation\Bootstrap\RegisterProviders
                                                                                                                            6 => Illuminate\Foundation\Bootstrap\BootProviders
                                                                                                                        )
                                                                                                                )
                                                                                                        )
                                                                                                )
                                                                                            terminatingCallbacks => Array()
                                                                                            serviceProviders => Array(
                                                                                                    0 => Illuminate\Events\EventServiceProvider Object(
                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                        )
                                                                                                    1 => Illuminate\Log\LogServiceProvider Object(
                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                        )
                                                                                                    2 => Illuminate\Routing\RoutingServiceProvider Object(
                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                        )
                                                                                                    3 => Illuminate\Auth\AuthServiceProvider Object(
                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                        )
                                                                                                    4 => Illuminate\Cookie\CookieServiceProvider Object(
                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                        )
                                                                                                    5 => Illuminate\Database\DatabaseServiceProvider Object(
                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                        )
                                                                                                    6 => Illuminate\Encryption\EncryptionServiceProvider Object(
                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                        )
                                                                                                    7 => Illuminate\Filesystem\FilesystemServiceProvider Object(
                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                        )
                                                                                                    8 => Illuminate\Foundation\Providers\FormRequestServiceProvider Object(
                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                        )
                                                                                                    9 => Illuminate\Foundation\Providers\FoundationServiceProvider Object(
                                                                                                            providers => Array(
                                                                                                                    0 => Illuminate\Foundation\Providers\FormRequestServiceProvider
                                                                                                                )
                                                                                                            instances => Array(
                                                                                                                    0 => Illuminate\Foundation\Providers\FormRequestServiceProvider Object(
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                )
                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                        )
                                                                                                    10 => Illuminate\Notifications\NotificationServiceProvider Object(
                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                        )
                                                                                                    11 => Illuminate\Pagination\PaginationServiceProvider Object(
                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                        )
                                                                                                    12 => Illuminate\Session\SessionServiceProvider Object(
                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                        )
                                                                                                    13 => Illuminate\View\ViewServiceProvider Object(
                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                        )
                                                                                                    14 => Facade\Ignition\IgnitionServiceProvider Object
 
                                                                                                    15 => Fideloper\Proxy\TrustedProxyServiceProvider Object(
                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                        )
                                                                                                    16 => Carbon\Laravel\ServiceProvider Object(
                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                        )
                                                                                                    17 => NunoMaduro\Collision\Adapters\Laravel\CollisionServiceProvider Object(
                                                                                                            defer => 1
                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                        )
                                                                                                    18 => App\Providers\AppServiceProvider Object(
                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                        )
                                                                                                    19 => App\Providers\AuthServiceProvider Object(
                                                                                                            policies => Array()
                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                        )
                                                                                                    20 => App\Providers\EventServiceProvider Object(
                                                                                                            listen => Array(
                                                                                                                    [Illuminate\Auth\Events\Registered] => Array(
                                                                                                                            0 => Illuminate\Auth\Listeners\SendEmailVerificationNotification
                                                                                                                        )
                                                                                                                )
                                                                                                            subscribe => Array()
                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                        )
                                                                                                    21 => App\Providers\RouteServiceProvider Object(
                                                                                                            namespace => App\Http\Controllers
                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                        )
                                                                                                    22 => Illuminate\Queue\QueueServiceProvider Object(
                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                        )
                                                                                                )
                                                                                            loadedProviders => Array(
                                                                                                    [Illuminate\Events\EventServiceProvider] => 1
                                                                                                    [Illuminate\Log\LogServiceProvider] => 1
                                                                                                    [Illuminate\Routing\RoutingServiceProvider] => 1
                                                                                                    [Illuminate\Auth\AuthServiceProvider] => 1
                                                                                                    [Illuminate\Cookie\CookieServiceProvider] => 1
                                                                                                    [Illuminate\Database\DatabaseServiceProvider] => 1
                                                                                                    [Illuminate\Encryption\EncryptionServiceProvider] => 1
                                                                                                    [Illuminate\Filesystem\FilesystemServiceProvider] => 1
                                                                                                    [Illuminate\Foundation\Providers\FormRequestServiceProvider] => 1
                                                                                                    [Illuminate\Foundation\Providers\FoundationServiceProvider] => 1
                                                                                                    [Illuminate\Notifications\NotificationServiceProvider] => 1
                                                                                                    [Illuminate\Pagination\PaginationServiceProvider] => 1
                                                                                                    [Illuminate\Session\SessionServiceProvider] => 1
                                                                                                    [Illuminate\View\ViewServiceProvider] => 1
                                                                                                    [Facade\Ignition\IgnitionServiceProvider] => 1
                                                                                                    [Fideloper\Proxy\TrustedProxyServiceProvider] => 1
                                                                                                    [Carbon\Laravel\ServiceProvider] => 1
                                                                                                    [NunoMaduro\Collision\Adapters\Laravel\CollisionServiceProvider] => 1
                                                                                                    [App\Providers\AppServiceProvider] => 1
                                                                                                    [App\Providers\AuthServiceProvider] => 1
                                                                                                    [App\Providers\EventServiceProvider] => 1
                                                                                                    [App\Providers\RouteServiceProvider] => 1
                                                                                                    [Illuminate\Queue\QueueServiceProvider] => 1
                                                                                                )
                                                                                            deferredServices => Array(
                                                                                                    [Illuminate\Broadcasting\BroadcastManager] => Illuminate\Broadcasting\BroadcastServiceProvider
                                                                                                    [Illuminate\Contracts\Broadcasting\Factory] => Illuminate\Broadcasting\BroadcastServiceProvider
                                                                                                    [Illuminate\Contracts\Broadcasting\Broadcaster] => Illuminate\Broadcasting\BroadcastServiceProvider
                                                                                                    [Illuminate\Bus\Dispatcher] => Illuminate\Bus\BusServiceProvider
                                                                                                    [Illuminate\Contracts\Bus\Dispatcher] => Illuminate\Bus\BusServiceProvider
                                                                                                    [Illuminate\Contracts\Bus\QueueingDispatcher] => Illuminate\Bus\BusServiceProvider
                                                                                                    cache => Illuminate\Cache\CacheServiceProvider
                                                                                                    [cache.store] => Illuminate\Cache\CacheServiceProvider
                                                                                                    [cache.psr6] => Illuminate\Cache\CacheServiceProvider
                                                                                                    [memcached.connector] => Illuminate\Cache\CacheServiceProvider
                                                                                                    [command.cache.clear] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.cache.forget] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.clear-compiled] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.auth.resets.clear] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.config.cache] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.config.clear] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.db.wipe] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.down] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.environment] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.event.cache] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.event.clear] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.event.list] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.key.generate] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.optimize] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.optimize.clear] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.package.discover] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.preset] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.queue.failed] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.queue.flush] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.queue.forget] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.queue.listen] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.queue.restart] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.queue.retry] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.queue.work] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.route.cache] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.route.clear] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.route.list] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.seed] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [Illuminate\Console\Scheduling\ScheduleFinishCommand] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [Illuminate\Console\Scheduling\ScheduleRunCommand] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.storage.link] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.up] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.view.cache] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.view.clear] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.cache.table] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.channel.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.console.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.controller.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.event.generate] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.event.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.exception.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.factory.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.job.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.listener.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.mail.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.middleware.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.model.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.notification.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.notification.table] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.observer.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.policy.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.provider.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.queue.failed-table] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.queue.table] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.request.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.resource.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.rule.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.seeder.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.session.table] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.serve] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.test.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.vendor.publish] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    migrator => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [migration.repository] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [migration.creator] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.migrate] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.migrate.fresh] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.migrate.install] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.migrate.refresh] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.migrate.reset] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.migrate.rollback] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.migrate.status] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.migrate.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    composer => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    hash => Illuminate\Hashing\HashServiceProvider
                                                                                                    [hash.driver] => Illuminate\Hashing\HashServiceProvider
                                                                                                    mailer => Illuminate\Mail\MailServiceProvider
                                                                                                    [swift.mailer] => Illuminate\Mail\MailServiceProvider
                                                                                                    [swift.transport] => Illuminate\Mail\MailServiceProvider
                                                                                                    [Illuminate\Mail\Markdown] => Illuminate\Mail\MailServiceProvider
                                                                                                    [Illuminate\Contracts\Pipeline\Hub] => Illuminate\Pipeline\PipelineServiceProvider
                                                                                                    [queue.worker] => Illuminate\Queue\QueueServiceProvider
                                                                                                    [queue.listener] => Illuminate\Queue\QueueServiceProvider
                                                                                                    [queue.failer] => Illuminate\Queue\QueueServiceProvider
                                                                                                    [queue.connection] => Illuminate\Queue\QueueServiceProvider
                                                                                                    redis => Illuminate\Redis\RedisServiceProvider
                                                                                                    [redis.connection] => Illuminate\Redis\RedisServiceProvider
                                                                                                    [auth.password] => Illuminate\Auth\Passwords\PasswordResetServiceProvider
                                                                                                    [auth.password.broker] => Illuminate\Auth\Passwords\PasswordResetServiceProvider
                                                                                                    translator => Illuminate\Translation\TranslationServiceProvider
                                                                                                    [translation.loader] => Illuminate\Translation\TranslationServiceProvider
                                                                                                    validator => Illuminate\Validation\ValidationServiceProvider
                                                                                                    [validation.presence] => Illuminate\Validation\ValidationServiceProvider
                                                                                                    [command.tinker] => Laravel\Tinker\TinkerServiceProvider
                                                                                                )
                                                                                            appPath => 
                                                                                            databasePath => 
                                                                                            storagePath => 
                                                                                            environmentPath => 
                                                                                            environmentFile => .env
                                                                                            isRunningInConsole => 1
                                                                                            namespace => 
                                                                                            resolved => Array(
                                                                                                    events => 1
                                                                                                    [App\Console\Kernel] => 1
                                                                                                    [Illuminate\Contracts\Console\Kernel] => 1
                                                                                                    [Illuminate\Foundation\Bootstrap\LoadEnvironmentVariables] => 1
                                                                                                    [Illuminate\Foundation\Bootstrap\LoadConfiguration] => 1
                                                                                                    [Illuminate\Foundation\Bootstrap\HandleExceptions] => 1
                                                                                                    env => 1
                                                                                                    [Illuminate\Foundation\Bootstrap\RegisterFacades] => 1
                                                                                                    [Illuminate\Foundation\Bootstrap\SetRequestForConsole] => 1
                                                                                                    [Illuminate\Foundation\Bootstrap\RegisterProviders] => 1
                                                                                                    [Facade\Ignition\LogRecorder\LogRecorder] => 1
                                                                                                    [Facade\Ignition\DumpRecorder\DumpRecorder] => 1
                                                                                                    [Facade\Ignition\QueryRecorder\QueryRecorder] => 1
                                                                                                    [flare.http] => 1
                                                                                                    [flare.client] => 1
                                                                                                    [Facade\Ignition\Middleware\SetNotifierName] => 1
                                                                                                    [Facade\Ignition\Middleware\AddEnvironmentInformation] => 1
                                                                                                    [Facade\Ignition\Middleware\AddLogs] => 1
                                                                                                    [Facade\Ignition\Middleware\AddDumps] => 1
                                                                                                    [Facade\Ignition\Middleware\AddQueries] => 1
                                                                                                    [Facade\IgnitionContracts\SolutionProviderRepository] => 1
                                                                                                    [Facade\Ignition\Middleware\AddSolutions] => 1
                                                                                                    [App\Exceptions\Handler] => 1
                                                                                                    [Illuminate\Contracts\Debug\ExceptionHandler] => 1
                                                                                                    [Illuminate\Foundation\Bootstrap\BootProviders] => 1
                                                                                                    [db.factory] => 1
                                                                                                    db => 1
                                                                                                    [view.engine.resolver] => 1
                                                                                                    files => 1
                                                                                                    [blade.compiler] => 1
                                                                                                    log => 1
                                                                                                    queue => 1
                                                                                                    router => 1
                                                                                                    url => 1
                                                                                                )
                                                                                            bindings => Array(
                                                                                                    [Illuminate\Foundation\Mix] => Array(
                                                                                                            concrete => Closure Object(
                                                                                                                    static => Array(
                                                                                                                            abstract => Illuminate\Foundation\Mix
                                                                                                                            concrete => Illuminate\Foundation\Mix
                                                                                                                        )
                                                                                                                    this => Illuminate\Foundation\Application Object
 
                                                                                                                    parameter => Array(
                                                                                                                            [$container] => 
                                                                                                                            [$parameters] => 
                                                                                                                        )
                                                                                                                )
                                                                                                            shared => 1
                                                                                                        )
                                                                                                    events => Array(
                                                                                                            concrete => Closure Object(
                                                                                                                    this => Illuminate\Events\EventServiceProvider Object(
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                    parameter => Array(
                                                                                                                            [$app] => 
                                                                                                                        )
                                                                                                                )
                                                                                                            shared => 1
                                                                                                        )
                                                                                                    log => Array(
                                                                                                            concrete => Closure Object(
                                                                                                                    this => Illuminate\Log\LogServiceProvider Object(
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                )
                                                                                                            shared => 1
                                                                                                        )
                                                                                                    router => Array(
                                                                                                            concrete => Closure Object(
                                                                                                                    this => Illuminate\Routing\RoutingServiceProvider Object(
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                    parameter => Array(
                                                                                                                            [$app] => 
                                                                                                                        )
                                                                                                                )
                                                                                                            shared => 1
                                                                                                        )
                                                                                                    url => Array(
                                                                                                            concrete => Closure Object(
                                                                                                                    this => Illuminate\Routing\RoutingServiceProvider Object(
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                    parameter => Array(
                                                                                                                            [$app] => 
                                                                                                                        )
                                                                                                                )
                                                                                                            shared => 1
                                                                                                        )
                                                                                                    redirect => Array(
                                                                                                            concrete => Closure Object(
                                                                                                                    this => Illuminate\Routing\RoutingServiceProvider Object(
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                    parameter => Array(
                                                                                                                            [$app] => 
                                                                                                                        )
                                                                                                                )
                                                                                                            shared => 1
                                                                                                        )
                                                                                                    [Psr\Http\Message\ServerRequestInterface] => Array(
                                                                                                            concrete => Closure Object(
                                                                                                                    this => Illuminate\Routing\RoutingServiceProvider Object(
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                    parameter => Array(
                                                                                                                            [$app] => 
                                                                                                                        )
                                                                                                                )
                                                                                                            shared => 
                                                                                                        )
                                                                                                    [Psr\Http\Message\ResponseInterface] => Array(
                                                                                                            concrete => Closure Object(
                                                                                                                    this => Illuminate\Routing\RoutingServiceProvider Object(
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                )
                                                                                                            shared => 
                                                                                                        )
                                                                                                    [Illuminate\Contracts\Routing\ResponseFactory] => Array(
                                                                                                            concrete => Closure Object(
                                                                                                                    this => Illuminate\Routing\RoutingServiceProvider Object(
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                    parameter => Array(
                                                                                                                            [$app] => 
                                                                                                                        )
                                                                                                                )
                                                                                                            shared => 1
                                                                                                        )
                                                                                                    [Illuminate\Routing\Contracts\ControllerDispatcher] => Array(
                                                                                                            concrete => Closure Object(
                                                                                                                    this => Illuminate\Routing\RoutingServiceProvider Object(
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                    parameter => Array(
                                                                                                                            [$app] => 
                                                                                                                        )
                                                                                                                )
                                                                                                            shared => 1
                                                                                                        )
                                                                                                    [Illuminate\Contracts\Http\Kernel] => Array(
                                                                                                            concrete => Closure Object(
                                                                                                                    static => Array(
                                                                                                                            abstract => Illuminate\Contracts\Http\Kernel
                                                                                                                            concrete => App\Http\Kernel
                                                                                                                        )
                                                                                                                    this => Illuminate\Foundation\Application Object
 
                                                                                                                    parameter => Array(
                                                                                                                            [$container] => 
                                                                                                                            [$parameters] => 
                                                                                                                        )
                                                                                                                )
                                                                                                            shared => 1
                                                                                                        )
                                                                                                    [Illuminate\Contracts\Console\Kernel] => Array(
                                                                                                            concrete => Closure Object(
                                                                                                                    static => Array(
                                                                                                                            abstract => Illuminate\Contracts\Console\Kernel
                                                                                                                            concrete => App\Console\Kernel
                                                                                                                        )
                                                                                                                    this => Illuminate\Foundation\Application Object
 
                                                                                                                    parameter => Array(
                                                                                                                            [$container] => 
                                                                                                                            [$parameters] => 
                                                                                                                        )
                                                                                                                )
                                                                                                            shared => 1
                                                                                                        )
                                                                                                    [Illuminate\Contracts\Debug\ExceptionHandler] => Array(
                                                                                                            concrete => Closure Object(
                                                                                                                    static => Array(
                                                                                                                            appExceptionHandler => App\Exceptions\Handler Object(
                                                                                                                                    dontReport => Array()
                                                                                                                                    dontFlash => Array(
                                                                                                                                            0 => password
                                                                                                                                            1 => password_confirmation
                                                                                                                                        )
                                                                                                                                    container => Illuminate\Foundation\Application Object
 
                                                                                                                                    internalDontReport => Array(
                                                                                                                                            0 => Illuminate\Auth\AuthenticationException
                                                                                                                                            1 => Illuminate\Auth\Access\AuthorizationException
                                                                                                                                            2 => Symfony\Component\HttpKernel\Exception\HttpException
                                                                                                                                            3 => Illuminate\Http\Exceptions\HttpResponseException
                                                                                                                                            4 => Illuminate\Database\Eloquent\ModelNotFoundException
                                                                                                                                            5 => Symfony\Component\HttpFoundation\Exception\SuspiciousOperationException
                                                                                                                                            6 => Illuminate\Session\TokenMismatchException
                                                                                                                                            7 => Illuminate\Validation\ValidationException
                                                                                                                                        )
                                                                                                                                )
                                                                                                                        )
                                                                                                                    this => NunoMaduro\Collision\Adapters\Laravel\CollisionServiceProvider Object(
                                                                                                                            defer => 1
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                    parameter => Array(
                                                                                                                            [$app] => 
                                                                                                                        )
                                                                                                                )
                                                                                                            shared => 1
                                                                                                        )
                                                                                                    env => Array(
                                                                                                            concrete => Closure Object(
                                                                                                                    static => Array(
                                                                                                                            value => local
                                                                                                                        )
                                                                                                                    this => Illuminate\Foundation\Application Object
 
                                                                                                                )
                                                                                                            shared => 
                                                                                                        )
                                                                                                    auth => Array(
                                                                                                            concrete => Closure Object(
                                                                                                                    this => Illuminate\Auth\AuthServiceProvider Object(
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                    parameter => Array(
                                                                                                                            [$app] => 
                                                                                                                        )
                                                                                                                )
                                                                                                            shared => 1
                                                                                                        )
                                                                                                    [auth.driver] => Array(
                                                                                                            concrete => Closure Object(
                                                                                                                    this => Illuminate\Auth\AuthServiceProvider Object(
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                    parameter => Array(
                                                                                                                            [$app] => 
                                                                                                                        )
                                                                                                                )
                                                                                                            shared => 1
                                                                                                        )
                                                                                                    [Illuminate\Contracts\Auth\Authenticatable] => Array(
                                                                                                            concrete => Closure Object(
                                                                                                                    this => Illuminate\Auth\AuthServiceProvider Object(
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                    parameter => Array(
                                                                                                                            [$app] => 
                                                                                                                        )
                                                                                                                )
                                                                                                            shared => 
                                                                                                        )
                                                                                                    [Illuminate\Contracts\Auth\Access\Gate] => Array(
                                                                                                            concrete => Closure Object(
                                                                                                                    this => Illuminate\Auth\AuthServiceProvider Object(
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                    parameter => Array(
                                                                                                                            [$app] => 
                                                                                                                        )
                                                                                                                )
                                                                                                            shared => 1
                                                                                                        )
                                                                                                    cookie => Array(
                                                                                                            concrete => Closure Object(
                                                                                                                    this => Illuminate\Cookie\CookieServiceProvider Object(
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                    parameter => Array(
                                                                                                                            [$app] => 
                                                                                                                        )
                                                                                                                )
                                                                                                            shared => 1
                                                                                                        )
                                                                                                    [db.factory] => Array(
                                                                                                            concrete => Closure Object(
                                                                                                                    this => Illuminate\Database\DatabaseServiceProvider Object(
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                    parameter => Array(
                                                                                                                            [$app] => 
                                                                                                                        )
                                                                                                                )
                                                                                                            shared => 1
                                                                                                        )
                                                                                                    db => Array(
                                                                                                            concrete => Closure Object(
                                                                                                                    this => Illuminate\Database\DatabaseServiceProvider Object(
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                    parameter => Array(
                                                                                                                            [$app] => 
                                                                                                                        )
                                                                                                                )
                                                                                                            shared => 1
                                                                                                        )
                                                                                                    [db.connection] => Array(
                                                                                                            concrete => Closure Object(
                                                                                                                    this => Illuminate\Database\DatabaseServiceProvider Object(
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                    parameter => Array(
                                                                                                                            [$app] => 
                                                                                                                        )
                                                                                                                )
                                                                                                            shared => 
                                                                                                        )
                                                                                                    [Faker\Generator] => Array(
                                                                                                            concrete => Closure Object(
                                                                                                                    this => Illuminate\Database\DatabaseServiceProvider Object(
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                    parameter => Array(
                                                                                                                            [$app] => 
                                                                                                                        )
                                                                                                                )
                                                                                                            shared => 1
                                                                                                        )
                                                                                                    [Illuminate\Database\Eloquent\Factory] => Array(
                                                                                                            concrete => Closure Object(
                                                                                                                    this => Illuminate\Database\DatabaseServiceProvider Object(
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                    parameter => Array(
                                                                                                                            [$app] => 
                                                                                                                        )
                                                                                                                )
                                                                                                            shared => 1
                                                                                                        )
                                                                                                    [Illuminate\Contracts\Queue\EntityResolver] => Array(
                                                                                                            concrete => Closure Object(
                                                                                                                    this => Illuminate\Database\DatabaseServiceProvider Object(
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                )
                                                                                                            shared => 1
                                                                                                        )
                                                                                                    encrypter => Array(
                                                                                                            concrete => Closure Object(
                                                                                                                    this => Illuminate\Encryption\EncryptionServiceProvider Object(
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                    parameter => Array(
                                                                                                                            [$app] => 
                                                                                                                        )
                                                                                                                )
                                                                                                            shared => 1
                                                                                                        )
                                                                                                    files => Array(
                                                                                                            concrete => Closure Object(
                                                                                                                    this => Illuminate\Filesystem\FilesystemServiceProvider Object(
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                )
                                                                                                            shared => 1
                                                                                                        )
                                                                                                    filesystem => Array(
                                                                                                            concrete => Closure Object(
                                                                                                                    this => Illuminate\Filesystem\FilesystemServiceProvider Object(
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                )
                                                                                                            shared => 1
                                                                                                        )
                                                                                                    [filesystem.disk] => Array(
                                                                                                            concrete => Closure Object(
                                                                                                                    this => Illuminate\Filesystem\FilesystemServiceProvider Object(
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                )
                                                                                                            shared => 1
                                                                                                        )
                                                                                                    [filesystem.cloud] => Array(
                                                                                                            concrete => Closure Object(
                                                                                                                    this => Illuminate\Filesystem\FilesystemServiceProvider Object(
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                )
                                                                                                            shared => 1
                                                                                                        )
                                                                                                    [Illuminate\Notifications\ChannelManager] => Array(
                                                                                                            concrete => Closure Object(
                                                                                                                    this => Illuminate\Notifications\NotificationServiceProvider Object(
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                    parameter => Array(
                                                                                                                            [$app] => 
                                                                                                                        )
                                                                                                                )
                                                                                                            shared => 1
                                                                                                        )
                                                                                                    session => Array(
                                                                                                            concrete => Closure Object(
                                                                                                                    this => Illuminate\Session\SessionServiceProvider Object(
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                    parameter => Array(
                                                                                                                            [$app] => 
                                                                                                                        )
                                                                                                                )
                                                                                                            shared => 1
                                                                                                        )
                                                                                                    [session.store] => Array(
                                                                                                            concrete => Closure Object(
                                                                                                                    this => Illuminate\Session\SessionServiceProvider Object(
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                    parameter => Array(
                                                                                                                            [$app] => 
                                                                                                                        )
                                                                                                                )
                                                                                                            shared => 1
                                                                                                        )
                                                                                                    [Illuminate\Session\Middleware\StartSession] => Array(
                                                                                                            concrete => Closure Object(
                                                                                                                    static => Array(
                                                                                                                            abstract => Illuminate\Session\Middleware\StartSession
                                                                                                                            concrete => Illuminate\Session\Middleware\StartSession
                                                                                                                        )
                                                                                                                    this => Illuminate\Foundation\Application Object
 
                                                                                                                    parameter => Array(
                                                                                                                            [$container] => 
                                                                                                                            [$parameters] => 
                                                                                                                        )
                                                                                                                )
                                                                                                            shared => 1
                                                                                                        )
                                                                                                    view => Array(
                                                                                                            concrete => Closure Object(
                                                                                                                    this => Illuminate\View\ViewServiceProvider Object(
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                    parameter => Array(
                                                                                                                            [$app] => 
                                                                                                                        )
                                                                                                                )
                                                                                                            shared => 1
                                                                                                        )
                                                                                                    [view.finder] => Array(
                                                                                                            concrete => Closure Object(
                                                                                                                    this => Illuminate\View\ViewServiceProvider Object(
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                    parameter => Array(
                                                                                                                            [$app] => 
                                                                                                                        )
                                                                                                                )
                                                                                                            shared => 
                                                                                                        )
                                                                                                    [view.engine.resolver] => Array(
                                                                                                            concrete => Closure Object(
                                                                                                                    this => Illuminate\View\ViewServiceProvider Object(
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                )
                                                                                                            shared => 1
                                                                                                        )
                                                                                                    [Facade\IgnitionContracts\SolutionProviderRepository] => Array(
                                                                                                            concrete => Closure Object(
                                                                                                                    this => Facade\Ignition\IgnitionServiceProvider Object
 
                                                                                                                )
                                                                                                            shared => 1
                                                                                                        )
                                                                                                    [Facade\Ignition\ErrorPage\Renderer] => Array(
                                                                                                            concrete => Closure Object(
                                                                                                                    this => Facade\Ignition\IgnitionServiceProvider Object
 
                                                                                                                )
                                                                                                            shared => 
                                                                                                        )
                                                                                                    [Whoops\Handler\HandlerInterface] => Array(
                                                                                                            concrete => Closure Object(
                                                                                                                    this => Facade\Ignition\IgnitionServiceProvider Object
 
                                                                                                                    parameter => Array(
                                                                                                                            [$app] => 
                                                                                                                        )
                                                                                                                )
                                                                                                            shared => 
                                                                                                        )
                                                                                                    [Facade\Ignition\IgnitionConfig] => Array(
                                                                                                            concrete => Closure Object(
                                                                                                                    this => Facade\Ignition\IgnitionServiceProvider Object
 
                                                                                                                )
                                                                                                            shared => 1
                                                                                                        )
                                                                                                    [flare.http] => Array(
                                                                                                            concrete => Closure Object(
                                                                                                                    this => Facade\Ignition\IgnitionServiceProvider Object
 
                                                                                                                )
                                                                                                            shared => 1
                                                                                                        )
                                                                                                    [flare.client] => Array(
                                                                                                            concrete => Closure Object(
                                                                                                                    this => Facade\Ignition\IgnitionServiceProvider Object
 
                                                                                                                )
                                                                                                            shared => 1
                                                                                                        )
                                                                                                    [Facade\Ignition\LogRecorder\LogRecorder] => Array(
                                                                                                            concrete => Closure Object(
                                                                                                                    static => Array(
                                                                                                                            abstract => Facade\Ignition\LogRecorder\LogRecorder
                                                                                                                            concrete => Facade\Ignition\LogRecorder\LogRecorder
                                                                                                                        )
                                                                                                                    this => Illuminate\Foundation\Application Object
 
                                                                                                                    parameter => Array(
                                                                                                                            [$container] => 
                                                                                                                            [$parameters] => 
                                                                                                                        )
                                                                                                                )
                                                                                                            shared => 1
                                                                                                        )
                                                                                                    [Facade\Ignition\DumpRecorder\DumpRecorder] => Array(
                                                                                                            concrete => Closure Object(
                                                                                                                    static => Array(
                                                                                                                            abstract => Facade\Ignition\DumpRecorder\DumpRecorder
                                                                                                                            concrete => Facade\Ignition\DumpRecorder\DumpRecorder
                                                                                                                        )
                                                                                                                    this => Illuminate\Foundation\Application Object
 
                                                                                                                    parameter => Array(
                                                                                                                            [$container] => 
                                                                                                                            [$parameters] => 
                                                                                                                        )
                                                                                                                )
                                                                                                            shared => 1
                                                                                                        )
                                                                                                    [Facade\Ignition\QueryRecorder\QueryRecorder] => Array(
                                                                                                            concrete => Closure Object(
                                                                                                                    static => Array(
                                                                                                                            abstract => Facade\Ignition\QueryRecorder\QueryRecorder
                                                                                                                            concrete => Facade\Ignition\QueryRecorder\QueryRecorder
                                                                                                                        )
                                                                                                                    this => Illuminate\Foundation\Application Object
 
                                                                                                                    parameter => Array(
                                                                                                                            [$container] => 
                                                                                                                            [$parameters] => 
                                                                                                                        )
                                                                                                                )
                                                                                                            shared => 1
                                                                                                        )
                                                                                                    [NunoMaduro\Collision\Contracts\Adapters\Phpunit\Listener] => Array(
                                                                                                            concrete => Closure Object(
                                                                                                                    static => Array(
                                                                                                                            abstract => NunoMaduro\Collision\Contracts\Adapters\Phpunit\Listener
                                                                                                                            concrete => NunoMaduro\Collision\Adapters\Phpunit\Listener
                                                                                                                        )
                                                                                                                    this => Illuminate\Foundation\Application Object
 
                                                                                                                    parameter => Array(
                                                                                                                            [$container] => 
                                                                                                                            [$parameters] => 
                                                                                                                        )
                                                                                                                )
                                                                                                            shared => 1
                                                                                                        )
                                                                                                    [NunoMaduro\Collision\Contracts\Provider] => Array(
                                                                                                            concrete => Closure Object(
                                                                                                                    static => Array(
                                                                                                                            abstract => NunoMaduro\Collision\Contracts\Provider
                                                                                                                            concrete => NunoMaduro\Collision\Provider
                                                                                                                        )
                                                                                                                    this => Illuminate\Foundation\Application Object
 
                                                                                                                    parameter => Array(
                                                                                                                            [$container] => 
                                                                                                                            [$parameters] => 
                                                                                                                        )
                                                                                                                )
                                                                                                            shared => 
                                                                                                        )
                                                                                                    [blade.compiler] => Array(
                                                                                                            concrete => Closure Object(
                                                                                                                    this => Illuminate\View\ViewServiceProvider Object(
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                )
                                                                                                            shared => 1
                                                                                                        )
                                                                                                    [flare.logger] => Array(
                                                                                                            concrete => Closure Object(
                                                                                                                    this => Facade\Ignition\IgnitionServiceProvider Object
 
                                                                                                                    parameter => Array(
                                                                                                                            [$app] => 
                                                                                                                        )
                                                                                                                )
                                                                                                            shared => 1
                                                                                                        )
                                                                                                    [command.flare:test] => Array(
                                                                                                            concrete => Closure Object(
                                                                                                                    static => Array(
                                                                                                                            abstract => command.flare:test
                                                                                                                            concrete => Facade\Ignition\Commands\TestCommand
                                                                                                                        )
                                                                                                                    this => Illuminate\Foundation\Application Object
 
                                                                                                                    parameter => Array(
                                                                                                                            [$container] => 
                                                                                                                            [$parameters] => 
                                                                                                                        )
                                                                                                                )
                                                                                                            shared => 
                                                                                                        )
                                                                                                    [command.make:solution] => Array(
                                                                                                            concrete => Closure Object(
                                                                                                                    static => Array(
                                                                                                                            abstract => command.make:solution
                                                                                                                            concrete => Facade\Ignition\Commands\SolutionMakeCommand
                                                                                                                        )
                                                                                                                    this => Illuminate\Foundation\Application Object
 
                                                                                                                    parameter => Array(
                                                                                                                            [$container] => 
                                                                                                                            [$parameters] => 
                                                                                                                        )
                                                                                                                )
                                                                                                            shared => 
                                                                                                        )
                                                                                                    queue => Array(
                                                                                                            concrete => Closure Object(
                                                                                                                    this => Illuminate\Queue\QueueServiceProvider Object(
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                    parameter => Array(
                                                                                                                            [$app] => 
                                                                                                                        )
                                                                                                                )
                                                                                                            shared => 1
                                                                                                        )
                                                                                                    [queue.connection] => Array(
                                                                                                            concrete => Closure Object(
                                                                                                                    this => Illuminate\Queue\QueueServiceProvider Object(
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                    parameter => Array(
                                                                                                                            [$app] => 
                                                                                                                        )
                                                                                                                )
                                                                                                            shared => 1
                                                                                                        )
                                                                                                    [queue.worker] => Array(
                                                                                                            concrete => Closure Object(
                                                                                                                    this => Illuminate\Queue\QueueServiceProvider Object(
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                )
                                                                                                            shared => 1
                                                                                                        )
                                                                                                    [queue.listener] => Array(
                                                                                                            concrete => Closure Object(
                                                                                                                    this => Illuminate\Queue\QueueServiceProvider Object(
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                )
                                                                                                            shared => 1
                                                                                                        )
                                                                                                    [queue.failer] => Array(
                                                                                                            concrete => Closure Object(
                                                                                                                    this => Illuminate\Queue\QueueServiceProvider Object(
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                )
                                                                                                            shared => 1
                                                                                                        )
                                                                                                    [Facade\Ignition\DumpRecorder\MultiDumpHandler] => Array(
                                                                                                            concrete => Closure Object(
                                                                                                                    static => Array(
                                                                                                                            abstract => Facade\Ignition\DumpRecorder\MultiDumpHandler
                                                                                                                            concrete => Facade\Ignition\DumpRecorder\MultiDumpHandler Object(
                                                                                                                                    handlers => Array(
                                                                                                                                            0 => Closure Object(
                                                                                                                                                    this => Facade\Ignition\DumpRecorder\DumpRecorder Object(
                                                                                                                                                            dumps => Array()
                                                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                                                        )
                                                                                                                                                    parameter => Array(
                                                                                                                                                            [$value] => 
                                                                                                                                                        )
                                                                                                                                                )
                                                                                                                                            1 => Closure Object(
                                                                                                                                                    this => Facade\Ignition\DumpRecorder\DumpRecorder Object(
                                                                                                                                                            dumps => Array()
                                                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                                                        )
                                                                                                                                                    parameter => Array(
                                                                                                                                                            [$var] => 
                                                                                                                                                        )
                                                                                                                                                )
                                                                                                                                        )
                                                                                                                                )
                                                                                                                        )
                                                                                                                    this => Illuminate\Foundation\Application Object
 
                                                                                                                    parameter => Array(
                                                                                                                            [$container] => 
                                                                                                                            [$parameters] => 
                                                                                                                        )
                                                                                                                )
                                                                                                            shared => 1
                                                                                                        )
                                                                                                )
                                                                                            methodBindings => Array()
                                                                                            instances => Array(
                                                                                                    path => /0000/app
                                                                                                    [path.base] => /0000
                                                                                                    [path.lang] => /0000/resources/lang
                                                                                                    [path.config] => /0000/config
                                                                                                    [path.public] => /0000/public
                                                                                                    [path.storage] => /0000/storage
                                                                                                    [path.database] => /0000/database
                                                                                                    [path.resources] => /0000/resources
                                                                                                    [path.bootstrap] => /0000/bootstrap
                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                    [Illuminate\Container\Container] => Illuminate\Foundation\Application Object
 
                                                                                                    [Illuminate\Foundation\PackageManifest] => Illuminate\Foundation\PackageManifest Object(
                                                                                                            files => Illuminate\Filesystem\Filesystem Object()
                                                                                                            basePath => /0000
                                                                                                            vendorPath => /0000/vendor
                                                                                                            manifestPath => /0000/bootstrap/cache/packages.php
                                                                                                            manifest => Array(
                                                                                                                    [facade/ignition] => Array(
                                                                                                                            providers => Array(
                                                                                                                                    0 => Facade\Ignition\IgnitionServiceProvider
                                                                                                                                )
                                                                                                                            aliases => Array(
                                                                                                                                    Flare => Facade\Ignition\Facades\Flare
                                                                                                                                )
                                                                                                                        )
                                                                                                                    [fideloper/proxy] => Array(
                                                                                                                            providers => Array(
                                                                                                                                    0 => Fideloper\Proxy\TrustedProxyServiceProvider
                                                                                                                                )
                                                                                                                        )
                                                                                                                    [laravel/tinker] => Array(
                                                                                                                            providers => Array(
                                                                                                                                    0 => Laravel\Tinker\TinkerServiceProvider
                                                                                                                                )
                                                                                                                        )
                                                                                                                    [nesbot/carbon] => Array(
                                                                                                                            providers => Array(
                                                                                                                                    0 => Carbon\Laravel\ServiceProvider
                                                                                                                                )
                                                                                                                        )
                                                                                                                    [nunomaduro/collision] => Array(
                                                                                                                            providers => Array(
                                                                                                                                    0 => NunoMaduro\Collision\Adapters\Laravel\CollisionServiceProvider
                                                                                                                                )
                                                                                                                        )
                                                                                                                )
                                                                                                        )
                                                                                                    events => Illuminate\Events\Dispatcher Object
 
                                                                                                    [Illuminate\Contracts\Console\Kernel] => App\Console\Kernel Object(
                                                                                                            commands => Array()
                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                            events => Illuminate\Events\Dispatcher Object
 
                                                                                                            artisan => 
                                                                                                            commandsLoaded => 
                                                                                                            bootstrappers => Array(
                                                                                                                    0 => Illuminate\Foundation\Bootstrap\LoadEnvironmentVariables
                                                                                                                    1 => Illuminate\Foundation\Bootstrap\LoadConfiguration
                                                                                                                    2 => Illuminate\Foundation\Bootstrap\HandleExceptions
                                                                                                                    3 => Illuminate\Foundation\Bootstrap\RegisterFacades
                                                                                                                    4 => Illuminate\Foundation\Bootstrap\SetRequestForConsole
                                                                                                                    5 => Illuminate\Foundation\Bootstrap\RegisterProviders
                                                                                                                    6 => Illuminate\Foundation\Bootstrap\BootProviders
                                                                                                                )
                                                                                                        )
                                                                                                    config => Illuminate\Config\Repository Object(
                                                                                                            items => Array(
                                                                                                                    app => Array(
                                                                                                                            name => 本地测试
                                                                                                                            env => local
                                                                                                                            debug => 1
                                                                                                                            url => http://localhost
                                                                                                                            asset_url => 
                                                                                                                            timezone => UTC
                                                                                                                            locale => en
                                                                                                                            fallback_locale => en
                                                                                                                            faker_locale => en_US
                                                                                                                            key => base64:gIjju1XIlTNS6j8BuifyrL2QAARYlvdKYd31eAqei7g=
                                                                                                                            cipher => AES-256-CBC
                                                                                                                            providers => Array(
                                                                                                                                    0 => Illuminate\Auth\AuthServiceProvider
                                                                                                                                    1 => Illuminate\Broadcasting\BroadcastServiceProvider
                                                                                                                                    2 => Illuminate\Bus\BusServiceProvider
                                                                                                                                    3 => Illuminate\Cache\CacheServiceProvider
                                                                                                                                    4 => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                                                    5 => Illuminate\Cookie\CookieServiceProvider
                                                                                                                                    6 => Illuminate\Database\DatabaseServiceProvider
                                                                                                                                    7 => Illuminate\Encryption\EncryptionServiceProvider
                                                                                                                                    8 => Illuminate\Filesystem\FilesystemServiceProvider
                                                                                                                                    9 => Illuminate\Foundation\Providers\FoundationServiceProvider
                                                                                                                                    10 => Illuminate\Hashing\HashServiceProvider
                                                                                                                                    11 => Illuminate\Mail\MailServiceProvider
                                                                                                                                    12 => Illuminate\Notifications\NotificationServiceProvider
                                                                                                                                    13 => Illuminate\Pagination\PaginationServiceProvider
                                                                                                                                    14 => Illuminate\Pipeline\PipelineServiceProvider
                                                                                                                                    15 => Illuminate\Queue\QueueServiceProvider
                                                                                                                                    16 => Illuminate\Redis\RedisServiceProvider
                                                                                                                                    17 => Illuminate\Auth\Passwords\PasswordResetServiceProvider
                                                                                                                                    18 => Illuminate\Session\SessionServiceProvider
                                                                                                                                    19 => Illuminate\Translation\TranslationServiceProvider
                                                                                                                                    20 => Illuminate\Validation\ValidationServiceProvider
                                                                                                                                    21 => Illuminate\View\ViewServiceProvider
                                                                                                                                    22 => App\Providers\AppServiceProvider
                                                                                                                                    23 => App\Providers\AuthServiceProvider
                                                                                                                                    24 => App\Providers\EventServiceProvider
                                                                                                                                    25 => App\Providers\RouteServiceProvider
                                                                                                                                )
                                                                                                                            aliases => Array(
                                                                                                                                    App => Illuminate\Support\Facades\App
                                                                                                                                    Arr => Illuminate\Support\Arr
                                                                                                                                    Artisan => Illuminate\Support\Facades\Artisan
                                                                                                                                    Auth => Illuminate\Support\Facades\Auth
                                                                                                                                    Blade => Illuminate\Support\Facades\Blade
                                                                                                                                    Broadcast => Illuminate\Support\Facades\Broadcast
                                                                                                                                    Bus => Illuminate\Support\Facades\Bus
                                                                                                                                    Cache => Illuminate\Support\Facades\Cache
                                                                                                                                    Config => Illuminate\Support\Facades\Config
                                                                                                                                    Cookie => Illuminate\Support\Facades\Cookie
                                                                                                                                    Crypt => Illuminate\Support\Facades\Crypt
                                                                                                                                    DB => Illuminate\Support\Facades\DB
                                                                                                                                    Eloquent => Illuminate\Database\Eloquent\Model
                                                                                                                                    Event => Illuminate\Support\Facades\Event
                                                                                                                                    File => Illuminate\Support\Facades\File
                                                                                                                                    Gate => Illuminate\Support\Facades\Gate
                                                                                                                                    Hash => Illuminate\Support\Facades\Hash
                                                                                                                                    Lang => Illuminate\Support\Facades\Lang
                                                                                                                                    Log => Illuminate\Support\Facades\Log
                                                                                                                                    Mail => Illuminate\Support\Facades\Mail
                                                                                                                                    Notification => Illuminate\Support\Facades\Notification
                                                                                                                                    Password => Illuminate\Support\Facades\Password
                                                                                                                                    Queue => Illuminate\Support\Facades\Queue
                                                                                                                                    Redirect => Illuminate\Support\Facades\Redirect
                                                                                                                                    Redis => Illuminate\Support\Facades\Redis
                                                                                                                                    Request => Illuminate\Support\Facades\Request
                                                                                                                                    Response => Illuminate\Support\Facades\Response
                                                                                                                                    Route => Illuminate\Support\Facades\Route
                                                                                                                                    Schema => Illuminate\Support\Facades\Schema
                                                                                                                                    Session => Illuminate\Support\Facades\Session
                                                                                                                                    Storage => Illuminate\Support\Facades\Storage
                                                                                                                                    Str => Illuminate\Support\Str
                                                                                                                                    URL => Illuminate\Support\Facades\URL
                                                                                                                                    Validator => Illuminate\Support\Facades\Validator
                                                                                                                                    View => Illuminate\Support\Facades\View
                                                                                                                                )
                                                                                                                        )
                                                                                                                    auth => Array(
                                                                                                                            defaults => Array(
                                                                                                                                    guard => web
                                                                                                                                    passwords => users
                                                                                                                                )
                                                                                                                            guards => Array(
                                                                                                                                    web => Array(
                                                                                                                                            driver => session
                                                                                                                                            provider => users
                                                                                                                                        )
                                                                                                                                    api => Array(
                                                                                                                                            driver => token
                                                                                                                                            provider => users
                                                                                                                                            hash => 
                                                                                                                                        )
                                                                                                                                )
                                                                                                                            providers => Array(
                                                                                                                                    users => Array(
                                                                                                                                            driver => eloquent
                                                                                                                                            model => App\User
                                                                                                                                        )
                                                                                                                                )
                                                                                                                            passwords => Array(
                                                                                                                                    users => Array(
                                                                                                                                            provider => users
                                                                                                                                            table => password_resets
                                                                                                                                            expire => 60
                                                                                                                                            throttle => 60
                                                                                                                                        )
                                                                                                                                )
                                                                                                                            password_timeout => 10800
                                                                                                                        )
                                                                                                                    broadcasting => Array(
                                                                                                                            default => log
                                                                                                                            connections => Array(
                                                                                                                                    pusher => Array(
                                                                                                                                            driver => pusher
                                                                                                                                            key => 
                                                                                                                                            secret => 
                                                                                                                                            app_id => 
                                                                                                                                            options => Array(
                                                                                                                                                    cluster => mt1
                                                                                                                                                    useTLS => 1
                                                                                                                                                )
                                                                                                                                        )
                                                                                                                                    redis => Array(
                                                                                                                                            driver => redis
                                                                                                                                            connection => default
                                                                                                                                        )
                                                                                                                                    log => Array(
                                                                                                                                            driver => log
                                                                                                                                        )
                                                                                                                                    null => Array(
                                                                                                                                            driver => null
                                                                                                                                        )
                                                                                                                                )
                                                                                                                        )
                                                                                                                    cache => Array(
                                                                                                                            default => file
                                                                                                                            stores => Array(
                                                                                                                                    apc => Array(
                                                                                                                                            driver => apc
                                                                                                                                        )
                                                                                                                                    array => Array(
                                                                                                                                            driver => array
                                                                                                                                        )
                                                                                                                                    database => Array(
                                                                                                                                            driver => database
                                                                                                                                            table => cache
                                                                                                                                            connection => 
                                                                                                                                        )
                                                                                                                                    file => Array(
                                                                                                                                            driver => file
                                                                                                                                            path => /0000/storage/framework/cache/data
                                                                                                                                        )
                                                                                                                                    memcached => Array(
                                                                                                                                            driver => memcached
                                                                                                                                            persistent_id => 
                                                                                                                                            sasl => Array(
                                                                                                                                                    0 => 
                                                                                                                                                    1 => 
                                                                                                                                                )
                                                                                                                                            options => Array()
                                                                                                                                            servers => Array(
                                                                                                                                                    0 => Array(
                                                                                                                                                            host => 127.0.0.1
                                                                                                                                                            port => 11211
                                                                                                                                                            weight => 100
                                                                                                                                                        )
                                                                                                                                                )
                                                                                                                                        )
                                                                                                                                    redis => Array(
                                                                                                                                            driver => redis
                                                                                                                                            connection => cache
                                                                                                                                        )
                                                                                                                                    dynamodb => Array(
                                                                                                                                            driver => dynamodb
                                                                                                                                            key => 
                                                                                                                                            secret => 
                                                                                                                                            region => us-east-1
                                                                                                                                            table => cache
                                                                                                                                            endpoint => 
                                                                                                                                        )
                                                                                                                                )
                                                                                                                            prefix => _cache
                                                                                                                        )
                                                                                                                    database => Array(
                                                                                                                            default => mysql
                                                                                                                            connections => Array(
                                                                                                                                    sqlite => Array(
                                                                                                                                            driver => sqlite
                                                                                                                                            url => 
                                                                                                                                            database => laravel
                                                                                                                                            prefix => 
                                                                                                                                            foreign_key_constraints => 1
                                                                                                                                        )
                                                                                                                                    mysql => Array(
                                                                                                                                            driver => mysql
                                                                                                                                            url => 
                                                                                                                                            host => 127.0.0.1
                                                                                                                                            port => 3306
                                                                                                                                            database => laravel
                                                                                                                                            username => root
                                                                                                                                            password => 
                                                                                                                                            unix_socket => 
                                                                                                                                            charset => utf8mb4
                                                                                                                                            collation => utf8mb4_unicode_ci
                                                                                                                                            prefix => 
                                                                                                                                            prefix_indexes => 1
                                                                                                                                            strict => 1
                                                                                                                                            engine => 
                                                                                                                                            options => Array()
                                                                                                                                        )
                                                                                                                                    pgsql => Array(
                                                                                                                                            driver => pgsql
                                                                                                                                            url => 
                                                                                                                                            host => 127.0.0.1
                                                                                                                                            port => 3306
                                                                                                                                            database => laravel
                                                                                                                                            username => root
                                                                                                                                            password => 
                                                                                                                                            charset => utf8
                                                                                                                                            prefix => 
                                                                                                                                            prefix_indexes => 1
                                                                                                                                            schema => public
                                                                                                                                            sslmode => prefer
                                                                                                                                        )
                                                                                                                                    sqlsrv => Array(
                                                                                                                                            driver => sqlsrv
                                                                                                                                            url => 
                                                                                                                                            host => 127.0.0.1
                                                                                                                                            port => 3306
                                                                                                                                            database => laravel
                                                                                                                                            username => root
                                                                                                                                            password => 
                                                                                                                                            charset => utf8
                                                                                                                                            prefix => 
                                                                                                                                            prefix_indexes => 1
                                                                                                                                        )
                                                                                                                                )
                                                                                                                            migrations => migrations
                                                                                                                            redis => Array(
                                                                                                                                    client => phpredis
                                                                                                                                    options => Array(
                                                                                                                                            cluster => redis
                                                                                                                                            prefix => _database_
                                                                                                                                        )
                                                                                                                                    default => Array(
                                                                                                                                            url => 
                                                                                                                                            host => 127.0.0.1
                                                                                                                                            password => 
                                                                                                                                            port => 6379
                                                                                                                                            database => 0
                                                                                                                                        )
                                                                                                                                    cache => Array(
                                                                                                                                            url => 
                                                                                                                                            host => 127.0.0.1
                                                                                                                                            password => 
                                                                                                                                            port => 6379
                                                                                                                                            database => 1
                                                                                                                                        )
                                                                                                                                )
                                                                                                                        )
                                                                                                                    filesystems => Array(
                                                                                                                            default => local
                                                                                                                            cloud => s3
                                                                                                                            disks => Array(
                                                                                                                                    local => Array(
                                                                                                                                            driver => local
                                                                                                                                            root => /0000/storage/app
                                                                                                                                        )
                                                                                                                                    public => Array(
                                                                                                                                            driver => local
                                                                                                                                            root => /0000/storage/app/public
                                                                                                                                            url => http://localhost/storage
                                                                                                                                            visibility => public
                                                                                                                                        )
                                                                                                                                    s3 => Array(
                                                                                                                                            driver => s3
                                                                                                                                            key => 
                                                                                                                                            secret => 
                                                                                                                                            region => us-east-1
                                                                                                                                            bucket => 
                                                                                                                                            url => 
                                                                                                                                        )
                                                                                                                                )
                                                                                                                        )
                                                                                                                    hashing => Array(
                                                                                                                            driver => bcrypt
                                                                                                                            bcrypt => Array(
                                                                                                                                    rounds => 10
                                                                                                                                )
                                                                                                                            argon => Array(
                                                                                                                                    memory => 1024
                                                                                                                                    threads => 2
                                                                                                                                    time => 2
                                                                                                                                )
                                                                                                                        )
                                                                                                                    logging => Array(
                                                                                                                            default => stack
                                                                                                                            channels => Array(
                                                                                                                                    stack => Array(
                                                                                                                                            driver => stack
                                                                                                                                            channels => Array(
                                                                                                                                                    0 => single
                                                                                                                                                )
                                                                                                                                            ignore_exceptions => 
                                                                                                                                        )
                                                                                                                                    single => Array(
                                                                                                                                            driver => single
                                                                                                                                            path => /0000/storage/logs/laravel.log
                                                                                                                                            level => debug
                                                                                                                                        )
                                                                                                                                    daily => Array(
                                                                                                                                            driver => daily
                                                                                                                                            path => /0000/storage/logs/laravel.log
                                                                                                                                            level => debug
                                                                                                                                            days => 14
                                                                                                                                        )
                                                                                                                                    slack => Array(
                                                                                                                                            driver => slack
                                                                                                                                            url => 
                                                                                                                                            username => Laravel Log
                                                                                                                                            emoji => :boom:
                                                                                                                                            level => critical
                                                                                                                                        )
                                                                                                                                    papertrail => Array(
                                                                                                                                            driver => monolog
                                                                                                                                            level => debug
                                                                                                                                            handler => Monolog\Handler\SyslogUdpHandler
                                                                                                                                            handler_with => Array(
                                                                                                                                                    host => 
                                                                                                                                                    port => 
                                                                                                                                                )
                                                                                                                                        )
                                                                                                                                    stderr => Array(
                                                                                                                                            driver => monolog
                                                                                                                                            handler => Monolog\Handler\StreamHandler
                                                                                                                                            formatter => 
                                                                                                                                            with => Array(
                                                                                                                                                    stream => php://stderr
                                                                                                                                                )
                                                                                                                                        )
                                                                                                                                    syslog => Array(
                                                                                                                                            driver => syslog
                                                                                                                                            level => debug
                                                                                                                                        )
                                                                                                                                    errorlog => Array(
                                                                                                                                            driver => errorlog
                                                                                                                                            level => debug
                                                                                                                                        )
                                                                                                                                    null => Array(
                                                                                                                                            driver => monolog
                                                                                                                                            handler => Monolog\Handler\NullHandler
                                                                                                                                        )
                                                                                                                                    emergency => Array(
                                                                                                                                            path => /0000/storage/logs/laravel.log
                                                                                                                                        )
                                                                                                                                )
                                                                                                                        )
                                                                                                                    mail => Array(
                                                                                                                            driver => smtp
                                                                                                                            host => smtp.mailtrap.io
                                                                                                                            port => 2525
                                                                                                                            from => Array(
                                                                                                                                    address => 
                                                                                                                                    name => 本地测试
                                                                                                                                )
                                                                                                                            encryption => 
                                                                                                                            username => 
                                                                                                                            password => 
                                                                                                                            sendmail => /usr/sbin/sendmail -bs
                                                                                                                            markdown => Array(
                                                                                                                                    theme => default
                                                                                                                                    paths => Array(
                                                                                                                                            0 => /0000/resources/views/vendor/mail
                                                                                                                                        )
                                                                                                                                )
                                                                                                                            log_channel => 
                                                                                                                        )
                                                                                                                    queue => Array(
                                                                                                                            default => sync
                                                                                                                            connections => Array(
                                                                                                                                    sync => Array(
                                                                                                                                            driver => sync
                                                                                                                                        )
                                                                                                                                    database => Array(
                                                                                                                                            driver => database
                                                                                                                                            table => jobs
                                                                                                                                            queue => default
                                                                                                                                            retry_after => 90
                                                                                                                                        )
                                                                                                                                    beanstalkd => Array(
                                                                                                                                            driver => beanstalkd
                                                                                                                                            host => localhost
                                                                                                                                            queue => default
                                                                                                                                            retry_after => 90
                                                                                                                                            block_for => 0
                                                                                                                                        )
                                                                                                                                    sqs => Array(
                                                                                                                                            driver => sqs
                                                                                                                                            key => 
                                                                                                                                            secret => 
                                                                                                                                            prefix => https://sqs.us-east-1.amazonaws.com/your-account-id
                                                                                                                                            queue => your-queue-name
                                                                                                                                            region => us-east-1
                                                                                                                                        )
                                                                                                                                    redis => Array(
                                                                                                                                            driver => redis
                                                                                                                                            connection => default
                                                                                                                                            queue => default
                                                                                                                                            retry_after => 90
                                                                                                                                            block_for => 
                                                                                                                                        )
                                                                                                                                )
                                                                                                                            failed => Array(
                                                                                                                                    driver => database
                                                                                                                                    database => mysql
                                                                                                                                    table => failed_jobs
                                                                                                                                )
                                                                                                                        )
                                                                                                                    services => Array(
                                                                                                                            mailgun => Array(
                                                                                                                                    domain => 
                                                                                                                                    secret => 
                                                                                                                                    endpoint => api.mailgun.net
                                                                                                                                )
                                                                                                                            postmark => Array(
                                                                                                                                    token => 
                                                                                                                                )
                                                                                                                            ses => Array(
                                                                                                                                    key => 
                                                                                                                                    secret => 
                                                                                                                                    region => us-east-1
                                                                                                                                )
                                                                                                                        )
                                                                                                                    session => Array(
                                                                                                                            driver => cookie
                                                                                                                            lifetime => 120
                                                                                                                            expire_on_close => 
                                                                                                                            encrypt => 
                                                                                                                            files => /0000/storage/framework/sessions
                                                                                                                            connection => 
                                                                                                                            table => sessions
                                                                                                                            store => 
                                                                                                                            lottery => Array(
                                                                                                                                    0 => 2
                                                                                                                                    1 => 100
                                                                                                                                )
                                                                                                                            cookie => _session
                                                                                                                            path => /
                                                                                                                            domain => 
                                                                                                                            secure => 
                                                                                                                            http_only => 1
                                                                                                                            same_site => 
                                                                                                                        )
                                                                                                                    view => Array(
                                                                                                                            paths => Array(
                                                                                                                                    0 => /0000/resources/views
                                                                                                                                )
                                                                                                                            compiled => /0000/storage/framework/views
                                                                                                                        )
                                                                                                                    flare => Array(
                                                                                                                            key => 
                                                                                                                            reporting => Array(
                                                                                                                                    anonymize_ips => 1
                                                                                                                                    collect_git_information => 1
                                                                                                                                    report_queries => 1
                                                                                                                                    maximum_number_of_collected_queries => 200
                                                                                                                                    report_query_bindings => 1
                                                                                                                                    report_view_data => 1
                                                                                                                                    grouping_type => 
                                                                                                                                )
                                                                                                                            send_logs_as_events => 1
                                                                                                                        )
                                                                                                                    ignition => Array(
                                                                                                                            editor => phpstorm
                                                                                                                            theme => light
                                                                                                                            enable_share_button => 1
                                                                                                                            register_commands => 
                                                                                                                            ignored_solution_providers => Array()
                                                                                                                            enable_runnable_solutions => 
                                                                                                                            remote_sites_path => 
                                                                                                                            local_sites_path => 
                                                                                                                            housekeeping_endpoint_prefix => _ignition
                                                                                                                        )
                                                                                                                    trustedproxy => Array(
                                                                                                                            proxies => 
                                                                                                                            headers => 30
                                                                                                                        )
                                                                                                                )
                                                                                                        )
                                                                                                    request => Illuminate\Http\Request Object(
                                                                                                            json => 
                                                                                                            convertedFiles => 
                                                                                                            userResolver => 
                                                                                                            routeResolver => 
                                                                                                            attributes => Symfony\Component\HttpFoundation\ParameterBag Object(
                                                                                                                    parameters => Array()
                                                                                                                )
                                                                                                            request => Symfony\Component\HttpFoundation\ParameterBag Object(
                                                                                                                    parameters => Array()
                                                                                                                )
                                                                                                            query => Symfony\Component\HttpFoundation\ParameterBag Object(
                                                                                                                    parameters => Array()
                                                                                                                )
                                                                                                            server => Symfony\Component\HttpFoundation\ServerBag Object(
                                                                                                                    parameters => Array(
                                                                                                                            SERVER_NAME => localhost
                                                                                                                            SERVER_PORT => 80
                                                                                                                            HTTP_HOST => localhost
                                                                                                                            HTTP_USER_AGENT => Symfony
                                                                                                                            HTTP_ACCEPT => text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
                                                                                                                            HTTP_ACCEPT_LANGUAGE => en-us,en;q=0.5
                                                                                                                            HTTP_ACCEPT_CHARSET => ISO-8859-1,utf-8;q=0.7,*;q=0.7
                                                                                                                            REMOTE_ADDR => 127.0.0.1
                                                                                                                            SCRIPT_NAME => artisan
                                                                                                                            SCRIPT_FILENAME => artisan
                                                                                                                            SERVER_PROTOCOL => HTTP/1.1
                                                                                                                            REQUEST_TIME => 1578274558
                                                                                                                            PHP_EXTRA_CONFIGURE_ARGS => --enable-fpm --with-fpm-user=www-data --with-fpm-group=www-data --disable-cgi
                                                                                                                            LANGUAGE => C
                                                                                                                            HOSTNAME => d9d2f135fb85
                                                                                                                            PHP_INI_DIR => /usr/local/etc/php
                                                                                                                            GIT_ASKPASS => echo
                                                                                                                            SHLVL => 2
                                                                                                                            HOME => /root
                                                                                                                            OLDPWD => /
                                                                                                                            PHP_LDFLAGS => -Wl,-O1 -Wl,--hash-style=both -pie
                                                                                                                            PHP_CFLAGS => -fstack-protector-strong -fpic -fpie -O2
                                                                                                                            PHP_MD5 => 
                                                                                                                            PHP_VERSION => 7.2.19
                                                                                                                            COMPOSER_HOME => /tmp/composer
                                                                                                                            COMPOSER_BINARY => /usr/bin/composer
                                                                                                                            GPG_KEYS => 1729F83938DA44E27BA0F4D3DBDB397470D12172 B1B44D8F021E4E2D6021E995DC9FF8D3EE5AF27F
                                                                                                                            PHP_CPPFLAGS => -fstack-protector-strong -fpic -fpie -O2
                                                                                                                            PHP_ASC_URL => https://www.php.net/get/php-7.2.19.tar.xz.asc/from/this/mirror
                                                                                                                            PHP_URL => https://www.php.net/get/php-7.2.19.tar.xz/from/this/mirror
                                                                                                                            TERM => xterm
                                                                                                                            PATH => /0000/vendor/bin:/tmp/composer/vendor/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
                                                                                                                            LD_PRELOAD => /usr/lib/preloadable_libiconv.so php
                                                                                                                            PHPIZE_DEPS => autoconf 		dpkg-dev dpkg 		file 		g++ 		gcc 		libc-dev 		make 		pkgconf 		re2c
                                                                                                                            PWD => /0000
                                                                                                                            PHP_SHA256 => 4ffa2404a88d60e993a9fe69f829ebec3eb1e006de41b6048ce5e91bbeaa9282
                                                                                                                            PHP_SELF => artisan
                                                                                                                            PATH_TRANSLATED => artisan
                                                                                                                            DOCUMENT_ROOT => 
                                                                                                                            REQUEST_TIME_FLOAT => 1578274558.794
                                                                                                                            argv => Array(
                                                                                                                                    0 => artisan
                                                                                                                                    1 => package:discover
                                                                                                                                    2 => --ansi
                                                                                                                                )
                                                                                                                            argc => 3
                                                                                                                            APP_NAME => 本地测试
                                                                                                                            APP_ENV => local
                                                                                                                            APP_KEY => base64:gIjju1XIlTNS6j8BuifyrL2QAARYlvdKYd31eAqei7g=
                                                                                                                            APP_DEBUG => true
                                                                                                                            APP_URL => http://localhost
                                                                                                                            LOG_CHANNEL => stack
                                                                                                                            DB_CONNECTION => mysql
                                                                                                                            DB_HOST => 127.0.0.1
                                                                                                                            DB_PORT => 3306
                                                                                                                            DB_DATABASE => laravel
                                                                                                                            DB_USERNAME => root
                                                                                                                            DB_PASSWORD => 
                                                                                                                            BROADCAST_DRIVER => log
                                                                                                                            CACHE_DRIVER => file
                                                                                                                            QUEUE_CONNECTION => sync
                                                                                                                            SESSION_DRIVER => cookie
                                                                                                                            SESSION_LIFETIME => 120
                                                                                                                            REDIS_HOST => 127.0.0.1
                                                                                                                            REDIS_PASSWORD => null
                                                                                                                            REDIS_PORT => 6379
                                                                                                                            MAIL_DRIVER => smtp
                                                                                                                            MAIL_HOST => smtp.mailtrap.io
                                                                                                                            MAIL_PORT => 2525
                                                                                                                            MAIL_USERNAME => null
                                                                                                                            MAIL_PASSWORD => null
                                                                                                                            MAIL_ENCRYPTION => null
                                                                                                                            MAIL_FROM_ADDRESS => null
                                                                                                                            MAIL_FROM_NAME => 本地测试
                                                                                                                            AWS_ACCESS_KEY_ID => 
                                                                                                                            AWS_SECRET_ACCESS_KEY => 
                                                                                                                            AWS_DEFAULT_REGION => us-east-1
                                                                                                                            AWS_BUCKET => 
                                                                                                                            PUSHER_APP_ID => 
                                                                                                                            PUSHER_APP_KEY => 
                                                                                                                            PUSHER_APP_SECRET => 
                                                                                                                            PUSHER_APP_CLUSTER => mt1
                                                                                                                            MIX_PUSHER_APP_KEY => 
                                                                                                                            MIX_PUSHER_APP_CLUSTER => mt1
                                                                                                                            PATH_INFO => 
                                                                                                                            REQUEST_METHOD => GET
                                                                                                                            REQUEST_URI => /
                                                                                                                            QUERY_STRING => 
                                                                                                                        )
                                                                                                                )
                                                                                                            files => Symfony\Component\HttpFoundation\FileBag Object(
                                                                                                                    parameters => Array()
                                                                                                                )
                                                                                                            cookies => Symfony\Component\HttpFoundation\ParameterBag Object(
                                                                                                                    parameters => Array()
                                                                                                                )
                                                                                                            headers => Symfony\Component\HttpFoundation\HeaderBag Object(
                                                                                                                    headers => Array(
                                                                                                                            host => Array(
                                                                                                                                    0 => localhost
                                                                                                                                )
                                                                                                                            [user-agent] => Array(
                                                                                                                                    0 => Symfony
                                                                                                                                )
                                                                                                                            accept => Array(
                                                                                                                                    0 => text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
                                                                                                                                )
                                                                                                                            [accept-language] => Array(
                                                                                                                                    0 => en-us,en;q=0.5
                                                                                                                                )
                                                                                                                            [accept-charset] => Array(
                                                                                                                                    0 => ISO-8859-1,utf-8;q=0.7,*;q=0.7
                                                                                                                                )
                                                                                                                        )
                                                                                                                    cacheControl => Array()
                                                                                                                )
                                                                                                            content => 
                                                                                                            languages => 
                                                                                                            charsets => 
                                                                                                            encodings => 
                                                                                                            acceptableContentTypes => 
                                                                                                            pathInfo => 
                                                                                                            requestUri => 
                                                                                                            baseUrl => 
                                                                                                            basePath => 
                                                                                                            method => 
                                                                                                            format => 
                                                                                                            session => 
                                                                                                            locale => 
                                                                                                            defaultLocale => en
                                                                                                            [preferredFormat:Symfony\Component\HttpFoundation\Request:private] => 
                                                                                                            [isHostValid:Symfony\Component\HttpFoundation\Request:private] => 1
                                                                                                            [isForwardedValid:Symfony\Component\HttpFoundation\Request:private] => 1
                                                                                                        )
                                                                                                    [Facade\Ignition\LogRecorder\LogRecorder] => Facade\Ignition\LogRecorder\LogRecorder Object(
                                                                                                            logMessages => Array()
                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                        )
                                                                                                    [Facade\Ignition\DumpRecorder\DumpRecorder] => Facade\Ignition\DumpRecorder\DumpRecorder Object(
                                                                                                            dumps => Array()
                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                        )
                                                                                                    [Facade\Ignition\QueryRecorder\QueryRecorder] => Facade\Ignition\QueryRecorder\QueryRecorder Object(
                                                                                                            queries => Array()
                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                        )
                                                                                                    [flare.http] => Facade\FlareClient\Http\Client Object(
                                                                                                            [apiToken:Facade\FlareClient\Http\Client:private] => 
                                                                                                            [apiSecret:Facade\FlareClient\Http\Client:private] => 
                                                                                                            [baseUrl:Facade\FlareClient\Http\Client:private] => https://flareapp.io/api
                                                                                                            [timeout:Facade\FlareClient\Http\Client:private] => 10
                                                                                                        )
                                                                                                    [flare.client] => Facade\FlareClient\Flare Object(
                                                                                                            [client:Facade\FlareClient\Flare:private] => Facade\FlareClient\Http\Client Object(
                                                                                                                    [apiToken:Facade\FlareClient\Http\Client:private] => 
                                                                                                                    [apiSecret:Facade\FlareClient\Http\Client:private] => 
                                                                                                                    [baseUrl:Facade\FlareClient\Http\Client:private] => https://flareapp.io/api
                                                                                                                    [timeout:Facade\FlareClient\Http\Client:private] => 10
                                                                                                                )
                                                                                                            [api:Facade\FlareClient\Flare:private] => Facade\FlareClient\Api Object(
                                                                                                                    [client:Facade\FlareClient\Api:private] => Facade\FlareClient\Http\Client Object(
                                                                                                                            [apiToken:Facade\FlareClient\Http\Client:private] => 
                                                                                                                            [apiSecret:Facade\FlareClient\Http\Client:private] => 
                                                                                                                            [baseUrl:Facade\FlareClient\Http\Client:private] => https://flareapp.io/api
                                                                                                                            [timeout:Facade\FlareClient\Http\Client:private] => 10
                                                                                                                        )
                                                                                                                    [queue:Facade\FlareClient\Api:private] => Array()
                                                                                                                )
                                                                                                            [middleware:Facade\FlareClient\Flare:private] => Array(
                                                                                                                    0 => Facade\FlareClient\Middleware\AddGlows Object(
                                                                                                                            [recorder:Facade\FlareClient\Middleware\AddGlows:private] => Facade\FlareClient\Glows\Recorder Object(
                                                                                                                                    [glows:Facade\FlareClient\Glows\Recorder:private] => Array()
                                                                                                                                )
                                                                                                                        )
                                                                                                                    1 => Facade\FlareClient\Middleware\AnonymizeIp Object()
                                                                                                                    2 => Facade\Ignition\Middleware\SetNotifierName Object()
                                                                                                                    3 => Facade\Ignition\Middleware\AddEnvironmentInformation Object()
                                                                                                                    4 => Facade\Ignition\Middleware\AddLogs Object(
                                                                                                                            logRecorder => Facade\Ignition\LogRecorder\LogRecorder Object(
                                                                                                                                    logMessages => Array()
                                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                                )
                                                                                                                        )
                                                                                                                    5 => Facade\Ignition\Middleware\AddDumps Object(
                                                                                                                            dumpRecorder => Facade\Ignition\DumpRecorder\DumpRecorder Object(
                                                                                                                                    dumps => Array()
                                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                                )
                                                                                                                        )
                                                                                                                    6 => Facade\Ignition\Middleware\AddQueries Object(
                                                                                                                            queryRecorder => Facade\Ignition\QueryRecorder\QueryRecorder Object(
                                                                                                                                    queries => Array()
                                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                                )
                                                                                                                        )
                                                                                                                    7 => Facade\Ignition\Middleware\AddSolutions Object(
                                                                                                                            solutionProviderRepository => Facade\Ignition\SolutionProviders\SolutionProviderRepository Object(
                                                                                                                                    solutionProviders => Illuminate\Support\Collection Object(
                                                                                                                                            items => Array(
                                                                                                                                                    0 => Facade\Ignition\SolutionProviders\IncorrectValetDbCredentialsSolutionProvider
                                                                                                                                                    1 => Facade\Ignition\SolutionProviders\MissingAppKeySolutionProvider
                                                                                                                                                    2 => Facade\Ignition\SolutionProviders\DefaultDbNameSolutionProvider
                                                                                                                                                    3 => Facade\Ignition\SolutionProviders\BadMethodCallSolutionProvider
                                                                                                                                                    4 => Facade\Ignition\SolutionProviders\TableNotFoundSolutionProvider
                                                                                                                                                    5 => Facade\Ignition\SolutionProviders\MissingImportSolutionProvider
                                                                                                                                                    6 => Facade\Ignition\SolutionProviders\MissingPackageSolutionProvider
                                                                                                                                                    7 => Facade\Ignition\SolutionProviders\InvalidRouteActionSolutionProvider
                                                                                                                                                    8 => Facade\Ignition\SolutionProviders\ViewNotFoundSolutionProvider
                                                                                                                                                    9 => Facade\Ignition\SolutionProviders\UndefinedVariableSolutionProvider
                                                                                                                                                    10 => Facade\Ignition\SolutionProviders\MergeConflictSolutionProvider
                                                                                                                                                    11 => Facade\Ignition\SolutionProviders\RunningLaravelDuskInProductionProvider
                                                                                                                                                    12 => Facade\Ignition\SolutionProviders\MissingColumnSolutionProvider
                                                                                                                                                    13 => Facade\Ignition\SolutionProviders\UnknownValidationSolutionProvider
                                                                                                                                                )
                                                                                                                                        )
                                                                                                                                )
                                                                                                                        )
                                                                                                                    8 => Facade\Ignition\Middleware\AddGitInformation Object()
                                                                                                                )
                                                                                                            [recorder:Facade\FlareClient\Flare:private] => Facade\FlareClient\Glows\Recorder Object(
                                                                                                                    [glows:Facade\FlareClient\Glows\Recorder:private] => Array()
                                                                                                                )
                                                                                                            [applicationPath:Facade\FlareClient\Flare:private] => /0000
                                                                                                            [container:Facade\FlareClient\Flare:private] => Illuminate\Foundation\Application Object
 
                                                                                                            [contextDetector:Facade\FlareClient\Flare:private] => Facade\Ignition\Context\LaravelContextDetector Object()
                                                                                                            [previousExceptionHandler:Facade\FlareClient\Flare:private] => 
                                                                                                            [previousErrorHandler:Facade\FlareClient\Flare:private] => 
                                                                                                            [messageLevel:Facade\FlareClient\Flare:private] => 
                                                                                                            [stage:Facade\FlareClient\Flare:private] => local
                                                                                                            [userProvidedContext:Facade\FlareClient\Flare:private] => Array()
                                                                                                        )
                                                                                                    [Facade\IgnitionContracts\SolutionProviderRepository] => Facade\Ignition\SolutionProviders\SolutionProviderRepository Object(
                                                                                                            solutionProviders => Illuminate\Support\Collection Object(
                                                                                                                    items => Array(
                                                                                                                            0 => Facade\Ignition\SolutionProviders\IncorrectValetDbCredentialsSolutionProvider
                                                                                                                            1 => Facade\Ignition\SolutionProviders\MissingAppKeySolutionProvider
                                                                                                                            2 => Facade\Ignition\SolutionProviders\DefaultDbNameSolutionProvider
                                                                                                                            3 => Facade\Ignition\SolutionProviders\BadMethodCallSolutionProvider
                                                                                                                            4 => Facade\Ignition\SolutionProviders\TableNotFoundSolutionProvider
                                                                                                                            5 => Facade\Ignition\SolutionProviders\MissingImportSolutionProvider
                                                                                                                            6 => Facade\Ignition\SolutionProviders\MissingPackageSolutionProvider
                                                                                                                            7 => Facade\Ignition\SolutionProviders\InvalidRouteActionSolutionProvider
                                                                                                                            8 => Facade\Ignition\SolutionProviders\ViewNotFoundSolutionProvider
                                                                                                                            9 => Facade\Ignition\SolutionProviders\UndefinedVariableSolutionProvider
                                                                                                                            10 => Facade\Ignition\SolutionProviders\MergeConflictSolutionProvider
                                                                                                                            11 => Facade\Ignition\SolutionProviders\RunningLaravelDuskInProductionProvider
                                                                                                                            12 => Facade\Ignition\SolutionProviders\MissingColumnSolutionProvider
                                                                                                                            13 => Facade\Ignition\SolutionProviders\UnknownValidationSolutionProvider
                                                                                                                        )
                                                                                                                )
                                                                                                        )
                                                                                                    [Illuminate\Contracts\Debug\ExceptionHandler] => NunoMaduro\Collision\Adapters\Laravel\ExceptionHandler Object(
                                                                                                            appExceptionHandler => App\Exceptions\Handler Object(
                                                                                                                    dontReport => Array()
                                                                                                                    dontFlash => Array(
                                                                                                                            0 => password
                                                                                                                            1 => password_confirmation
                                                                                                                        )
                                                                                                                    container => Illuminate\Foundation\Application Object
 
                                                                                                                    internalDontReport => Array(
                                                                                                                            0 => Illuminate\Auth\AuthenticationException
                                                                                                                            1 => Illuminate\Auth\Access\AuthorizationException
                                                                                                                            2 => Symfony\Component\HttpKernel\Exception\HttpException
                                                                                                                            3 => Illuminate\Http\Exceptions\HttpResponseException
                                                                                                                            4 => Illuminate\Database\Eloquent\ModelNotFoundException
                                                                                                                            5 => Symfony\Component\HttpFoundation\Exception\SuspiciousOperationException
                                                                                                                            6 => Illuminate\Session\TokenMismatchException
                                                                                                                            7 => Illuminate\Validation\ValidationException
                                                                                                                        )
                                                                                                                )
                                                                                                            container => Illuminate\Foundation\Application Object
 
                                                                                                        )
                                                                                                    [db.factory] => Illuminate\Database\Connectors\ConnectionFactory Object(
                                                                                                            container => Illuminate\Foundation\Application Object
 
                                                                                                        )
                                                                                                    db => Illuminate\Database\DatabaseManager Object(
                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                            factory => Illuminate\Database\Connectors\ConnectionFactory Object(
                                                                                                                    container => Illuminate\Foundation\Application Object
 
                                                                                                                )
                                                                                                            connections => Array()
                                                                                                            extensions => Array()
                                                                                                            reconnector => Closure Object(
                                                                                                                    this => Illuminate\Database\DatabaseManager Object
 
                                                                                                                    parameter => Array(
                                                                                                                            [$connection] => 
                                                                                                                        )
                                                                                                                )
                                                                                                        )
                                                                                                    [view.engine.resolver] => Illuminate\View\Engines\EngineResolver Object(
                                                                                                            resolvers => Array(
                                                                                                                    file => Closure Object(
                                                                                                                            this => Illuminate\View\ViewServiceProvider Object(
                                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                                )
                                                                                                                        )
                                                                                                                    php => Closure Object(
                                                                                                                            this => Facade\Ignition\IgnitionServiceProvider Object
 
                                                                                                                        )
                                                                                                                    blade => Closure Object(
                                                                                                                            this => Facade\Ignition\IgnitionServiceProvider Object
 
                                                                                                                        )
                                                                                                                )
                                                                                                            resolved => Array()
                                                                                                        )
                                                                                                    files => Illuminate\Filesystem\Filesystem Object()
                                                                                                    [blade.compiler] => Illuminate\View\Compilers\BladeCompiler Object(
                                                                                                            extensions => Array()
                                                                                                            customDirectives => Array()
                                                                                                            conditions => Array()
                                                                                                            path => 
                                                                                                            compilers => Array(
                                                                                                                    0 => Comments
                                                                                                                    1 => Extensions
                                                                                                                    2 => Statements
                                                                                                                    3 => Echos
                                                                                                                )
                                                                                                            rawTags => Array(
                                                                                                                    0 => {!!
                                                                                                                    1 => !!}
                                                                                                                )
                                                                                                            contentTags => Array(
                                                                                                                    0 => {{
                                                                                                                    1 => }}
                                                                                                                )
                                                                                                            escapedTags => Array(
                                                                                                                    0 => {{{
                                                                                                                    1 => }}}
                                                                                                                )
                                                                                                            echoFormat => e(%s)
                                                                                                            footer => Array()
                                                                                                            rawBlocks => Array()
                                                                                                            files => Illuminate\Filesystem\Filesystem Object()
                                                                                                            cachePath => /0000/storage/framework/views
                                                                                                            firstCaseInSwitch => 1
                                                                                                            [encodingOptions:Illuminate\View\Compilers\BladeCompiler:private] => 15
                                                                                                            lastSection => 
                                                                                                            forElseCounter => 0
                                                                                                        )
                                                                                                    log => Illuminate\Log\LogManager Object(
                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                            channels => Array()
                                                                                                            customCreators => Array(
                                                                                                                    flare => Closure Object(
                                                                                                                            this => Illuminate\Log\LogManager Object
 
                                                                                                                            parameter => Array(
                                                                                                                                    [$app] => 
                                                                                                                                )
                                                                                                                        )
                                                                                                                )
                                                                                                            dateFormat => Y-m-d H:i:s
                                                                                                            levels => Array(
                                                                                                                    debug => 100
                                                                                                                    info => 200
                                                                                                                    notice => 250
                                                                                                                    warning => 300
                                                                                                                    error => 400
                                                                                                                    critical => 500
                                                                                                                    alert => 550
                                                                                                                    emergency => 600
                                                                                                                )
                                                                                                        )
                                                                                                    queue => Illuminate\Queue\QueueManager Object(
                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                            connections => Array()
                                                                                                            connectors => Array(
                                                                                                                    null => Closure Object(
                                                                                                                            this => Illuminate\Queue\QueueServiceProvider Object(
                                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                                )
                                                                                                                        )
                                                                                                                    sync => Closure Object(
                                                                                                                            this => Illuminate\Queue\QueueServiceProvider Object(
                                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                                )
                                                                                                                        )
                                                                                                                    database => Closure Object(
                                                                                                                            this => Illuminate\Queue\QueueServiceProvider Object(
                                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                                )
                                                                                                                        )
                                                                                                                    redis => Closure Object(
                                                                                                                            this => Illuminate\Queue\QueueServiceProvider Object(
                                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                                )
                                                                                                                        )
                                                                                                                    beanstalkd => Closure Object(
                                                                                                                            this => Illuminate\Queue\QueueServiceProvider Object(
                                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                                )
                                                                                                                        )
                                                                                                                    sqs => Closure Object(
                                                                                                                            this => Illuminate\Queue\QueueServiceProvider Object(
                                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                                )
                                                                                                                        )
                                                                                                                )
                                                                                                        )
                                                                                                    date => Illuminate\Support\DateFactory Object()
                                                                                                    router => Illuminate\Routing\Router Object
 
                                                                                                    routes => Illuminate\Routing\RouteCollection Object(
                                                                                                            routes => Array()
                                                                                                            allRoutes => Array()
                                                                                                            nameList => Array()
                                                                                                            actionList => Array()
                                                                                                        )
                                                                                                    url => Illuminate\Routing\UrlGenerator Object(
                                                                                                            routes => Illuminate\Routing\RouteCollection Object(
                                                                                                                    routes => Array()
                                                                                                                    allRoutes => Array()
                                                                                                                    nameList => Array()
                                                                                                                    actionList => Array()
                                                                                                                )
                                                                                                            request => Illuminate\Http\Request Object(
                                                                                                                    json => 
                                                                                                                    convertedFiles => 
                                                                                                                    userResolver => 
                                                                                                                    routeResolver => 
                                                                                                                    attributes => Symfony\Component\HttpFoundation\ParameterBag Object(
                                                                                                                            parameters => Array()
                                                                                                                        )
                                                                                                                    request => Symfony\Component\HttpFoundation\ParameterBag Object(
                                                                                                                            parameters => Array()
                                                                                                                        )
                                                                                                                    query => Symfony\Component\HttpFoundation\ParameterBag Object(
                                                                                                                            parameters => Array()
                                                                                                                        )
                                                                                                                    server => Symfony\Component\HttpFoundation\ServerBag Object(
                                                                                                                            parameters => Array(
                                                                                                                                    SERVER_NAME => localhost
                                                                                                                                    SERVER_PORT => 80
                                                                                                                                    HTTP_HOST => localhost
                                                                                                                                    HTTP_USER_AGENT => Symfony
                                                                                                                                    HTTP_ACCEPT => text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
                                                                                                                                    HTTP_ACCEPT_LANGUAGE => en-us,en;q=0.5
                                                                                                                                    HTTP_ACCEPT_CHARSET => ISO-8859-1,utf-8;q=0.7,*;q=0.7
                                                                                                                                    REMOTE_ADDR => 127.0.0.1
                                                                                                                                    SCRIPT_NAME => artisan
                                                                                                                                    SCRIPT_FILENAME => artisan
                                                                                                                                    SERVER_PROTOCOL => HTTP/1.1
                                                                                                                                    REQUEST_TIME => 1578274558
                                                                                                                                    PHP_EXTRA_CONFIGURE_ARGS => --enable-fpm --with-fpm-user=www-data --with-fpm-group=www-data --disable-cgi
                                                                                                                                    LANGUAGE => C
                                                                                                                                    HOSTNAME => d9d2f135fb85
                                                                                                                                    PHP_INI_DIR => /usr/local/etc/php
                                                                                                                                    GIT_ASKPASS => echo
                                                                                                                                    SHLVL => 2
                                                                                                                                    HOME => /root
                                                                                                                                    OLDPWD => /
                                                                                                                                    PHP_LDFLAGS => -Wl,-O1 -Wl,--hash-style=both -pie
                                                                                                                                    PHP_CFLAGS => -fstack-protector-strong -fpic -fpie -O2
                                                                                                                                    PHP_MD5 => 
                                                                                                                                    PHP_VERSION => 7.2.19
                                                                                                                                    COMPOSER_HOME => /tmp/composer
                                                                                                                                    COMPOSER_BINARY => /usr/bin/composer
                                                                                                                                    GPG_KEYS => 1729F83938DA44E27BA0F4D3DBDB397470D12172 B1B44D8F021E4E2D6021E995DC9FF8D3EE5AF27F
                                                                                                                                    PHP_CPPFLAGS => -fstack-protector-strong -fpic -fpie -O2
                                                                                                                                    PHP_ASC_URL => https://www.php.net/get/php-7.2.19.tar.xz.asc/from/this/mirror
                                                                                                                                    PHP_URL => https://www.php.net/get/php-7.2.19.tar.xz/from/this/mirror
                                                                                                                                    TERM => xterm
                                                                                                                                    PATH => /0000/vendor/bin:/tmp/composer/vendor/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
                                                                                                                                    LD_PRELOAD => /usr/lib/preloadable_libiconv.so php
                                                                                                                                    PHPIZE_DEPS => autoconf 		dpkg-dev dpkg 		file 		g++ 		gcc 		libc-dev 		make 		pkgconf 		re2c
                                                                                                                                    PWD => /0000
                                                                                                                                    PHP_SHA256 => 4ffa2404a88d60e993a9fe69f829ebec3eb1e006de41b6048ce5e91bbeaa9282
                                                                                                                                    PHP_SELF => artisan
                                                                                                                                    PATH_TRANSLATED => artisan
                                                                                                                                    DOCUMENT_ROOT => 
                                                                                                                                    REQUEST_TIME_FLOAT => 1578274558.794
                                                                                                                                    argv => Array(
                                                                                                                                            0 => artisan
                                                                                                                                            1 => package:discover
                                                                                                                                            2 => --ansi
                                                                                                                                        )
                                                                                                                                    argc => 3
                                                                                                                                    APP_NAME => 本地测试
                                                                                                                                    APP_ENV => local
                                                                                                                                    APP_KEY => base64:gIjju1XIlTNS6j8BuifyrL2QAARYlvdKYd31eAqei7g=
                                                                                                                                    APP_DEBUG => true
                                                                                                                                    APP_URL => http://localhost
                                                                                                                                    LOG_CHANNEL => stack
                                                                                                                                    DB_CONNECTION => mysql
                                                                                                                                    DB_HOST => 127.0.0.1
                                                                                                                                    DB_PORT => 3306
                                                                                                                                    DB_DATABASE => laravel
                                                                                                                                    DB_USERNAME => root
                                                                                                                                    DB_PASSWORD => 
                                                                                                                                    BROADCAST_DRIVER => log
                                                                                                                                    CACHE_DRIVER => file
                                                                                                                                    QUEUE_CONNECTION => sync
                                                                                                                                    SESSION_DRIVER => cookie
                                                                                                                                    SESSION_LIFETIME => 120
                                                                                                                                    REDIS_HOST => 127.0.0.1
                                                                                                                                    REDIS_PASSWORD => null
                                                                                                                                    REDIS_PORT => 6379
                                                                                                                                    MAIL_DRIVER => smtp
                                                                                                                                    MAIL_HOST => smtp.mailtrap.io
                                                                                                                                    MAIL_PORT => 2525
                                                                                                                                    MAIL_USERNAME => null
                                                                                                                                    MAIL_PASSWORD => null
                                                                                                                                    MAIL_ENCRYPTION => null
                                                                                                                                    MAIL_FROM_ADDRESS => null
                                                                                                                                    MAIL_FROM_NAME => 本地测试
                                                                                                                                    AWS_ACCESS_KEY_ID => 
                                                                                                                                    AWS_SECRET_ACCESS_KEY => 
                                                                                                                                    AWS_DEFAULT_REGION => us-east-1
                                                                                                                                    AWS_BUCKET => 
                                                                                                                                    PUSHER_APP_ID => 
                                                                                                                                    PUSHER_APP_KEY => 
                                                                                                                                    PUSHER_APP_SECRET => 
                                                                                                                                    PUSHER_APP_CLUSTER => mt1
                                                                                                                                    MIX_PUSHER_APP_KEY => 
                                                                                                                                    MIX_PUSHER_APP_CLUSTER => mt1
                                                                                                                                    PATH_INFO => 
                                                                                                                                    REQUEST_METHOD => GET
                                                                                                                                    REQUEST_URI => /
                                                                                                                                    QUERY_STRING => 
                                                                                                                                )
                                                                                                                        )
                                                                                                                    files => Symfony\Component\HttpFoundation\FileBag Object(
                                                                                                                            parameters => Array()
                                                                                                                        )
                                                                                                                    cookies => Symfony\Component\HttpFoundation\ParameterBag Object(
                                                                                                                            parameters => Array()
                                                                                                                        )
                                                                                                                    headers => Symfony\Component\HttpFoundation\HeaderBag Object(
                                                                                                                            headers => Array(
                                                                                                                                    host => Array(
                                                                                                                                            0 => localhost
                                                                                                                                        )
                                                                                                                                    [user-agent] => Array(
                                                                                                                                            0 => Symfony
                                                                                                                                        )
                                                                                                                                    accept => Array(
                                                                                                                                            0 => text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
                                                                                                                                        )
                                                                                                                                    [accept-language] => Array(
                                                                                                                                            0 => en-us,en;q=0.5
                                                                                                                                        )
                                                                                                                                    [accept-charset] => Array(
                                                                                                                                            0 => ISO-8859-1,utf-8;q=0.7,*;q=0.7
                                                                                                                                        )
                                                                                                                                )
                                                                                                                            cacheControl => Array()
                                                                                                                        )
                                                                                                                    content => 
                                                                                                                    languages => 
                                                                                                                    charsets => 
                                                                                                                    encodings => 
                                                                                                                    acceptableContentTypes => 
                                                                                                                    pathInfo => 
                                                                                                                    requestUri => 
                                                                                                                    baseUrl => 
                                                                                                                    basePath => 
                                                                                                                    method => 
                                                                                                                    format => 
                                                                                                                    session => 
                                                                                                                    locale => 
                                                                                                                    defaultLocale => en
                                                                                                                    [preferredFormat:Symfony\Component\HttpFoundation\Request:private] => 
                                                                                                                    [isHostValid:Symfony\Component\HttpFoundation\Request:private] => 1
                                                                                                                    [isForwardedValid:Symfony\Component\HttpFoundation\Request:private] => 1
                                                                                                                )
                                                                                                            assetRoot => 
                                                                                                            forcedRoot => 
                                                                                                            forceScheme => 
                                                                                                            cachedRoot => 
                                                                                                            cachedScheme => 
                                                                                                            rootNamespace => App\Http\Controllers
                                                                                                            sessionResolver => Closure Object(
                                                                                                                    this => Illuminate\Routing\RoutingServiceProvider Object(
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                )
                                                                                                            keyResolver => Closure Object(
                                                                                                                    this => Illuminate\Routing\RoutingServiceProvider Object(
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                )
                                                                                                            formatHostUsing => 
                                                                                                            formatPathUsing => 
                                                                                                            routeGenerator => 
                                                                                                        )
                                                                                                )
                                                                                            aliases => Array(
                                                                                                    [Illuminate\Foundation\Application] => app
                                                                                                    [Illuminate\Contracts\Container\Container] => app
                                                                                                    [Illuminate\Contracts\Foundation\Application] => app
                                                                                                    [Psr\Container\ContainerInterface] => app
                                                                                                    [Illuminate\Auth\AuthManager] => auth
                                                                                                    [Illuminate\Contracts\Auth\Factory] => auth
                                                                                                    [Illuminate\Contracts\Auth\Guard] => auth.driver
                                                                                                    [Illuminate\View\Compilers\BladeCompiler] => blade.compiler
                                                                                                    [Illuminate\Cache\CacheManager] => cache
                                                                                                    [Illuminate\Contracts\Cache\Factory] => cache
                                                                                                    [Illuminate\Cache\Repository] => cache.store
                                                                                                    [Illuminate\Contracts\Cache\Repository] => cache.store
                                                                                                    [Psr\SimpleCache\CacheInterface] => cache.store
                                                                                                    [Symfony\Component\Cache\Adapter\Psr16Adapter] => cache.psr6
                                                                                                    [Symfony\Component\Cache\Adapter\AdapterInterface] => cache.psr6
                                                                                                    [Psr\Cache\CacheItemPoolInterface] => cache.psr6
                                                                                                    [Illuminate\Config\Repository] => config
                                                                                                    [Illuminate\Contracts\Config\Repository] => config
                                                                                                    [Illuminate\Cookie\CookieJar] => cookie
                                                                                                    [Illuminate\Contracts\Cookie\Factory] => cookie
                                                                                                    [Illuminate\Contracts\Cookie\QueueingFactory] => cookie
                                                                                                    [Illuminate\Encryption\Encrypter] => encrypter
                                                                                                    [Illuminate\Contracts\Encryption\Encrypter] => encrypter
                                                                                                    [Illuminate\Database\DatabaseManager] => db
                                                                                                    [Illuminate\Database\ConnectionResolverInterface] => db
                                                                                                    [Illuminate\Database\Connection] => db.connection
                                                                                                    [Illuminate\Database\ConnectionInterface] => db.connection
                                                                                                    [Illuminate\Events\Dispatcher] => events
                                                                                                    [Illuminate\Contracts\Events\Dispatcher] => events
                                                                                                    [Illuminate\Filesystem\Filesystem] => files
                                                                                                    [Illuminate\Filesystem\FilesystemManager] => filesystem
                                                                                                    [Illuminate\Contracts\Filesystem\Factory] => filesystem
                                                                                                    [Illuminate\Contracts\Filesystem\Filesystem] => filesystem.disk
                                                                                                    [Illuminate\Contracts\Filesystem\Cloud] => filesystem.cloud
                                                                                                    [Illuminate\Hashing\HashManager] => hash
                                                                                                    [Illuminate\Contracts\Hashing\Hasher] => hash.driver
                                                                                                    [Illuminate\Translation\Translator] => translator
                                                                                                    [Illuminate\Contracts\Translation\Translator] => translator
                                                                                                    [Illuminate\Log\LogManager] => log
                                                                                                    [Psr\Log\LoggerInterface] => log
                                                                                                    [Illuminate\Mail\Mailer] => mailer
                                                                                                    [Illuminate\Contracts\Mail\Mailer] => mailer
                                                                                                    [Illuminate\Contracts\Mail\MailQueue] => mailer
                                                                                                    [Illuminate\Auth\Passwords\PasswordBrokerManager] => auth.password
                                                                                                    [Illuminate\Contracts\Auth\PasswordBrokerFactory] => auth.password
                                                                                                    [Illuminate\Auth\Passwords\PasswordBroker] => auth.password.broker
                                                                                                    [Illuminate\Contracts\Auth\PasswordBroker] => auth.password.broker
                                                                                                    [Illuminate\Queue\QueueManager] => queue
                                                                                                    [Illuminate\Contracts\Queue\Factory] => queue
                                                                                                    [Illuminate\Contracts\Queue\Monitor] => queue
                                                                                                    [Illuminate\Contracts\Queue\Queue] => queue.connection
                                                                                                    [Illuminate\Queue\Failed\FailedJobProviderInterface] => queue.failer
                                                                                                    [Illuminate\Routing\Redirector] => redirect
                                                                                                    [Illuminate\Redis\RedisManager] => redis
                                                                                                    [Illuminate\Contracts\Redis\Factory] => redis
                                                                                                    [Illuminate\Http\Request] => request
                                                                                                    [Symfony\Component\HttpFoundation\Request] => request
                                                                                                    [Illuminate\Routing\Router] => router
                                                                                                    [Illuminate\Contracts\Routing\Registrar] => router
                                                                                                    [Illuminate\Contracts\Routing\BindingRegistrar] => router
                                                                                                    [Illuminate\Session\SessionManager] => session
                                                                                                    [Illuminate\Session\Store] => session.store
                                                                                                    [Illuminate\Contracts\Session\Session] => session.store
                                                                                                    [Illuminate\Routing\UrlGenerator] => url
                                                                                                    [Illuminate\Contracts\Routing\UrlGenerator] => url
                                                                                                    [Illuminate\Validation\Factory] => validator
                                                                                                    [Illuminate\Contracts\Validation\Factory] => validator
                                                                                                    [Illuminate\View\Factory] => view
                                                                                                    [Illuminate\Contracts\View\Factory] => view
                                                                                                    [Illuminate\Contracts\Notifications\Dispatcher] => Illuminate\Notifications\ChannelManager
                                                                                                    [Illuminate\Contracts\Notifications\Factory] => Illuminate\Notifications\ChannelManager
                                                                                                    [Facade\FlareClient\Http\Client] => flare.http
                                                                                                    [Facade\FlareClient\Flare] => flare.client
                                                                                                )
                                                                                            abstractAliases => Array(
                                                                                                    app => Array(
                                                                                                            0 => Illuminate\Foundation\Application
                                                                                                            1 => Illuminate\Contracts\Container\Container
                                                                                                            2 => Illuminate\Contracts\Foundation\Application
                                                                                                            3 => Psr\Container\ContainerInterface
                                                                                                        )
                                                                                                    auth => Array(
                                                                                                            0 => Illuminate\Auth\AuthManager
                                                                                                            1 => Illuminate\Contracts\Auth\Factory
                                                                                                        )
                                                                                                    [auth.driver] => Array(
                                                                                                            0 => Illuminate\Contracts\Auth\Guard
                                                                                                        )
                                                                                                    [blade.compiler] => Array(
                                                                                                            0 => Illuminate\View\Compilers\BladeCompiler
                                                                                                        )
                                                                                                    cache => Array(
                                                                                                            0 => Illuminate\Cache\CacheManager
                                                                                                            1 => Illuminate\Contracts\Cache\Factory
                                                                                                        )
                                                                                                    [cache.store] => Array(
                                                                                                            0 => Illuminate\Cache\Repository
                                                                                                            1 => Illuminate\Contracts\Cache\Repository
                                                                                                            2 => Psr\SimpleCache\CacheInterface
                                                                                                        )
                                                                                                    [cache.psr6] => Array(
                                                                                                            0 => Symfony\Component\Cache\Adapter\Psr16Adapter
                                                                                                            1 => Symfony\Component\Cache\Adapter\AdapterInterface
                                                                                                            2 => Psr\Cache\CacheItemPoolInterface
                                                                                                        )
                                                                                                    config => Array(
                                                                                                            0 => Illuminate\Config\Repository
                                                                                                            1 => Illuminate\Contracts\Config\Repository
                                                                                                        )
                                                                                                    cookie => Array(
                                                                                                            0 => Illuminate\Cookie\CookieJar
                                                                                                            1 => Illuminate\Contracts\Cookie\Factory
                                                                                                            2 => Illuminate\Contracts\Cookie\QueueingFactory
                                                                                                        )
                                                                                                    encrypter => Array(
                                                                                                            0 => Illuminate\Encryption\Encrypter
                                                                                                            1 => Illuminate\Contracts\Encryption\Encrypter
                                                                                                        )
                                                                                                    db => Array(
                                                                                                            0 => Illuminate\Database\DatabaseManager
                                                                                                            1 => Illuminate\Database\ConnectionResolverInterface
                                                                                                        )
                                                                                                    [db.connection] => Array(
                                                                                                            0 => Illuminate\Database\Connection
                                                                                                            1 => Illuminate\Database\ConnectionInterface
                                                                                                        )
                                                                                                    events => Array(
                                                                                                            0 => Illuminate\Events\Dispatcher
                                                                                                            1 => Illuminate\Contracts\Events\Dispatcher
                                                                                                        )
                                                                                                    files => Array(
                                                                                                            0 => Illuminate\Filesystem\Filesystem
                                                                                                        )
                                                                                                    filesystem => Array(
                                                                                                            0 => Illuminate\Filesystem\FilesystemManager
                                                                                                            1 => Illuminate\Contracts\Filesystem\Factory
                                                                                                        )
                                                                                                    [filesystem.disk] => Array(
                                                                                                            0 => Illuminate\Contracts\Filesystem\Filesystem
                                                                                                        )
                                                                                                    [filesystem.cloud] => Array(
                                                                                                            0 => Illuminate\Contracts\Filesystem\Cloud
                                                                                                        )
                                                                                                    hash => Array(
                                                                                                            0 => Illuminate\Hashing\HashManager
                                                                                                        )
                                                                                                    [hash.driver] => Array(
                                                                                                            0 => Illuminate\Contracts\Hashing\Hasher
                                                                                                        )
                                                                                                    translator => Array(
                                                                                                            0 => Illuminate\Translation\Translator
                                                                                                            1 => Illuminate\Contracts\Translation\Translator
                                                                                                        )
                                                                                                    log => Array(
                                                                                                            0 => Illuminate\Log\LogManager
                                                                                                            1 => Psr\Log\LoggerInterface
                                                                                                        )
                                                                                                    mailer => Array(
                                                                                                            0 => Illuminate\Mail\Mailer
                                                                                                            1 => Illuminate\Contracts\Mail\Mailer
                                                                                                            2 => Illuminate\Contracts\Mail\MailQueue
                                                                                                        )
                                                                                                    [auth.password] => Array(
                                                                                                            0 => Illuminate\Auth\Passwords\PasswordBrokerManager
                                                                                                            1 => Illuminate\Contracts\Auth\PasswordBrokerFactory
                                                                                                        )
                                                                                                    [auth.password.broker] => Array(
                                                                                                            0 => Illuminate\Auth\Passwords\PasswordBroker
                                                                                                            1 => Illuminate\Contracts\Auth\PasswordBroker
                                                                                                        )
                                                                                                    queue => Array(
                                                                                                            0 => Illuminate\Queue\QueueManager
                                                                                                            1 => Illuminate\Contracts\Queue\Factory
                                                                                                            2 => Illuminate\Contracts\Queue\Monitor
                                                                                                        )
                                                                                                    [queue.connection] => Array(
                                                                                                            0 => Illuminate\Contracts\Queue\Queue
                                                                                                        )
                                                                                                    [queue.failer] => Array(
                                                                                                            0 => Illuminate\Queue\Failed\FailedJobProviderInterface
                                                                                                        )
                                                                                                    redirect => Array(
                                                                                                            0 => Illuminate\Routing\Redirector
                                                                                                        )
                                                                                                    redis => Array(
                                                                                                            0 => Illuminate\Redis\RedisManager
                                                                                                            1 => Illuminate\Contracts\Redis\Factory
                                                                                                        )
                                                                                                    request => Array(
                                                                                                            0 => Illuminate\Http\Request
                                                                                                            1 => Symfony\Component\HttpFoundation\Request
                                                                                                        )
                                                                                                    router => Array(
                                                                                                            0 => Illuminate\Routing\Router
                                                                                                            1 => Illuminate\Contracts\Routing\Registrar
                                                                                                            2 => Illuminate\Contracts\Routing\BindingRegistrar
                                                                                                        )
                                                                                                    session => Array(
                                                                                                            0 => Illuminate\Session\SessionManager
                                                                                                        )
                                                                                                    [session.store] => Array(
                                                                                                            0 => Illuminate\Session\Store
                                                                                                            1 => Illuminate\Contracts\Session\Session
                                                                                                        )
                                                                                                    url => Array(
                                                                                                            0 => Illuminate\Routing\UrlGenerator
                                                                                                            1 => Illuminate\Contracts\Routing\UrlGenerator
                                                                                                        )
                                                                                                    validator => Array(
                                                                                                            0 => Illuminate\Validation\Factory
                                                                                                            1 => Illuminate\Contracts\Validation\Factory
                                                                                                        )
                                                                                                    view => Array(
                                                                                                            0 => Illuminate\View\Factory
                                                                                                            1 => Illuminate\Contracts\View\Factory
                                                                                                        )
                                                                                                    [Illuminate\Notifications\ChannelManager] => Array(
                                                                                                            0 => Illuminate\Contracts\Notifications\Dispatcher
                                                                                                            1 => Illuminate\Contracts\Notifications\Factory
                                                                                                        )
                                                                                                    [flare.http] => Array(
                                                                                                            0 => Facade\FlareClient\Http\Client
                                                                                                        )
                                                                                                    [flare.client] => Array(
                                                                                                            0 => Facade\FlareClient\Flare
                                                                                                        )
                                                                                                )
                                                                                            extenders => Array(
                                                                                                    url => Array(
                                                                                                            0 => Closure Object(
                                                                                                                    this => Illuminate\Routing\RoutingServiceProvider Object(
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                    parameter => Array(
                                                                                                                            [$url] => 
                                                                                                                            [$app] => 
                                                                                                                        )
                                                                                                                )
                                                                                                        )
                                                                                                )
                                                                                            tags => Array()
                                                                                            buildStack => Array()
                                                                                            with => Array()
                                                                                            contextual => Array()
                                                                                            reboundCallbacks => Array(
                                                                                                    request => Array(
                                                                                                            0 => Closure Object(
                                                                                                                    this => Illuminate\Auth\AuthServiceProvider Object(
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                    parameter => Array(
                                                                                                                            [$app] => 
                                                                                                                            [$request] => 
                                                                                                                        )
                                                                                                                )
                                                                                                            1 => Closure Object(
                                                                                                                    this => Illuminate\Routing\RoutingServiceProvider Object(
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                    parameter => Array(
                                                                                                                            [$app] => 
                                                                                                                            [$request] => 
                                                                                                                        )
                                                                                                                )
                                                                                                        )
                                                                                                    events => Array(
                                                                                                            0 => Closure Object(
                                                                                                                    this => Illuminate\Auth\AuthServiceProvider Object(
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                    parameter => Array(
                                                                                                                            [$app] => 
                                                                                                                            [$dispatcher] => 
                                                                                                                        )
                                                                                                                )
                                                                                                        )
                                                                                                    routes => Array(
                                                                                                            0 => Closure Object(
                                                                                                                    this => Illuminate\Routing\RoutingServiceProvider Object(
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                    parameter => Array(
                                                                                                                            [$app] => 
                                                                                                                            [$routes] => 
                                                                                                                        )
                                                                                                                )
                                                                                                        )
                                                                                                )
                                                                                            globalResolvingCallbacks => Array()
                                                                                            globalAfterResolvingCallbacks => Array()
                                                                                            resolvingCallbacks => Array(
                                                                                                    [Illuminate\Foundation\Http\FormRequest] => Array(
                                                                                                            0 => Closure Object(
                                                                                                                    this => Illuminate\Foundation\Providers\FormRequestServiceProvider Object(
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                    parameter => Array(
                                                                                                                            [$request] => 
                                                                                                                            [$app] => 
                                                                                                                        )
                                                                                                                )
                                                                                                        )
                                                                                                )
                                                                                            afterResolvingCallbacks => Array(
                                                                                                    [Illuminate\Contracts\Validation\ValidatesWhenResolved] => Array(
                                                                                                            0 => Closure Object(
                                                                                                                    this => Illuminate\Foundation\Providers\FormRequestServiceProvider Object(
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                    parameter => Array(
                                                                                                                            [$resolved] => 
                                                                                                                        )
                                                                                                                )
                                                                                                        )
                                                                                                    view => Array(
                                                                                                            0 => Closure Object(
                                                                                                                    static => Array(
                                                                                                                            path => /tutorials/vendor2/laravel/framework-6.x/src/Illuminate/Notifications/resources/views
                                                                                                                            namespace => notifications
                                                                                                                        )
                                                                                                                    this => Illuminate\Notifications\NotificationServiceProvider Object(
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                    parameter => Array(
                                                                                                                            [$view] => 
                                                                                                                        )
                                                                                                                )
                                                                                                            1 => Closure Object(
                                                                                                                    static => Array(
                                                                                                                            path => /tutorials/vendor2/laravel/framework-6.x/src/Illuminate/Pagination/resources/views
                                                                                                                            namespace => pagination
                                                                                                                        )
                                                                                                                    this => Illuminate\Pagination\PaginationServiceProvider Object(
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                    parameter => Array(
                                                                                                                            [$view] => 
                                                                                                                        )
                                                                                                                )
                                                                                                        )
                                                                                                )
                                                                                        )
                                                                                )
                                                                        )
                                                                    wildcard => 
                                                                )
                                                            this => Illuminate\Events\Dispatcher Object
 
                                                            parameter => Array(
                                                                    [$event] => 
                                                                    [$payload] => 
                                                                )
                                                        )
                                                )
                                            [Illuminate\Database\Events\QueryExecuted] => Array(
                                                    0 => Closure Object(
                                                            static => Array(
                                                                    listener => Array(
                                                                            0 => Facade\Ignition\QueryRecorder\QueryRecorder Object(
                                                                                    queries => Array()
                                                                                    app => Illuminate\Foundation\Application Object(
                                                                                            basePath => /0000
                                                                                            hasBeenBootstrapped => 1
                                                                                            booted => 
                                                                                            bootingCallbacks => Array(
                                                                                                    0 => Closure Object(
                                                                                                            static => Array(
                                                                                                                    instance => Illuminate\Queue\QueueServiceProvider Object(
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                )
                                                                                                            this => Illuminate\Foundation\Application Object
 
                                                                                                        )
                                                                                                )
                                                                                            bootedCallbacks => Array(
                                                                                                    0 => Closure Object(
                                                                                                            this => App\Console\Kernel Object(
                                                                                                                    commands => Array()
                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                    events => Illuminate\Events\Dispatcher Object
 
                                                                                                                    artisan => 
                                                                                                                    commandsLoaded => 
                                                                                                                    bootstrappers => Array(
                                                                                                                            0 => Illuminate\Foundation\Bootstrap\LoadEnvironmentVariables
                                                                                                                            1 => Illuminate\Foundation\Bootstrap\LoadConfiguration
                                                                                                                            2 => Illuminate\Foundation\Bootstrap\HandleExceptions
                                                                                                                            3 => Illuminate\Foundation\Bootstrap\RegisterFacades
                                                                                                                            4 => Illuminate\Foundation\Bootstrap\SetRequestForConsole
                                                                                                                            5 => Illuminate\Foundation\Bootstrap\RegisterProviders
                                                                                                                            6 => Illuminate\Foundation\Bootstrap\BootProviders
                                                                                                                        )
                                                                                                                )
                                                                                                        )
                                                                                                )
                                                                                            terminatingCallbacks => Array()
                                                                                            serviceProviders => Array(
                                                                                                    0 => Illuminate\Events\EventServiceProvider Object(
                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                        )
                                                                                                    1 => Illuminate\Log\LogServiceProvider Object(
                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                        )
                                                                                                    2 => Illuminate\Routing\RoutingServiceProvider Object(
                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                        )
                                                                                                    3 => Illuminate\Auth\AuthServiceProvider Object(
                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                        )
                                                                                                    4 => Illuminate\Cookie\CookieServiceProvider Object(
                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                        )
                                                                                                    5 => Illuminate\Database\DatabaseServiceProvider Object(
                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                        )
                                                                                                    6 => Illuminate\Encryption\EncryptionServiceProvider Object(
                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                        )
                                                                                                    7 => Illuminate\Filesystem\FilesystemServiceProvider Object(
                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                        )
                                                                                                    8 => Illuminate\Foundation\Providers\FormRequestServiceProvider Object(
                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                        )
                                                                                                    9 => Illuminate\Foundation\Providers\FoundationServiceProvider Object(
                                                                                                            providers => Array(
                                                                                                                    0 => Illuminate\Foundation\Providers\FormRequestServiceProvider
                                                                                                                )
                                                                                                            instances => Array(
                                                                                                                    0 => Illuminate\Foundation\Providers\FormRequestServiceProvider Object(
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                )
                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                        )
                                                                                                    10 => Illuminate\Notifications\NotificationServiceProvider Object(
                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                        )
                                                                                                    11 => Illuminate\Pagination\PaginationServiceProvider Object(
                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                        )
                                                                                                    12 => Illuminate\Session\SessionServiceProvider Object(
                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                        )
                                                                                                    13 => Illuminate\View\ViewServiceProvider Object(
                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                        )
                                                                                                    14 => Facade\Ignition\IgnitionServiceProvider Object(
                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                        )
                                                                                                    15 => Fideloper\Proxy\TrustedProxyServiceProvider Object(
                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                        )
                                                                                                    16 => Carbon\Laravel\ServiceProvider Object(
                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                        )
                                                                                                    17 => NunoMaduro\Collision\Adapters\Laravel\CollisionServiceProvider Object(
                                                                                                            defer => 1
                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                        )
                                                                                                    18 => App\Providers\AppServiceProvider Object(
                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                        )
                                                                                                    19 => App\Providers\AuthServiceProvider Object(
                                                                                                            policies => Array()
                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                        )
                                                                                                    20 => App\Providers\EventServiceProvider Object(
                                                                                                            listen => Array(
                                                                                                                    [Illuminate\Auth\Events\Registered] => Array(
                                                                                                                            0 => Illuminate\Auth\Listeners\SendEmailVerificationNotification
                                                                                                                        )
                                                                                                                )
                                                                                                            subscribe => Array()
                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                        )
                                                                                                    21 => App\Providers\RouteServiceProvider Object(
                                                                                                            namespace => App\Http\Controllers
                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                        )
                                                                                                    22 => Illuminate\Queue\QueueServiceProvider Object(
                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                        )
                                                                                                )
                                                                                            loadedProviders => Array(
                                                                                                    [Illuminate\Events\EventServiceProvider] => 1
                                                                                                    [Illuminate\Log\LogServiceProvider] => 1
                                                                                                    [Illuminate\Routing\RoutingServiceProvider] => 1
                                                                                                    [Illuminate\Auth\AuthServiceProvider] => 1
                                                                                                    [Illuminate\Cookie\CookieServiceProvider] => 1
                                                                                                    [Illuminate\Database\DatabaseServiceProvider] => 1
                                                                                                    [Illuminate\Encryption\EncryptionServiceProvider] => 1
                                                                                                    [Illuminate\Filesystem\FilesystemServiceProvider] => 1
                                                                                                    [Illuminate\Foundation\Providers\FormRequestServiceProvider] => 1
                                                                                                    [Illuminate\Foundation\Providers\FoundationServiceProvider] => 1
                                                                                                    [Illuminate\Notifications\NotificationServiceProvider] => 1
                                                                                                    [Illuminate\Pagination\PaginationServiceProvider] => 1
                                                                                                    [Illuminate\Session\SessionServiceProvider] => 1
                                                                                                    [Illuminate\View\ViewServiceProvider] => 1
                                                                                                    [Facade\Ignition\IgnitionServiceProvider] => 1
                                                                                                    [Fideloper\Proxy\TrustedProxyServiceProvider] => 1
                                                                                                    [Carbon\Laravel\ServiceProvider] => 1
                                                                                                    [NunoMaduro\Collision\Adapters\Laravel\CollisionServiceProvider] => 1
                                                                                                    [App\Providers\AppServiceProvider] => 1
                                                                                                    [App\Providers\AuthServiceProvider] => 1
                                                                                                    [App\Providers\EventServiceProvider] => 1
                                                                                                    [App\Providers\RouteServiceProvider] => 1
                                                                                                    [Illuminate\Queue\QueueServiceProvider] => 1
                                                                                                )
                                                                                            deferredServices => Array(
                                                                                                    [Illuminate\Broadcasting\BroadcastManager] => Illuminate\Broadcasting\BroadcastServiceProvider
                                                                                                    [Illuminate\Contracts\Broadcasting\Factory] => Illuminate\Broadcasting\BroadcastServiceProvider
                                                                                                    [Illuminate\Contracts\Broadcasting\Broadcaster] => Illuminate\Broadcasting\BroadcastServiceProvider
                                                                                                    [Illuminate\Bus\Dispatcher] => Illuminate\Bus\BusServiceProvider
                                                                                                    [Illuminate\Contracts\Bus\Dispatcher] => Illuminate\Bus\BusServiceProvider
                                                                                                    [Illuminate\Contracts\Bus\QueueingDispatcher] => Illuminate\Bus\BusServiceProvider
                                                                                                    cache => Illuminate\Cache\CacheServiceProvider
                                                                                                    [cache.store] => Illuminate\Cache\CacheServiceProvider
                                                                                                    [cache.psr6] => Illuminate\Cache\CacheServiceProvider
                                                                                                    [memcached.connector] => Illuminate\Cache\CacheServiceProvider
                                                                                                    [command.cache.clear] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.cache.forget] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.clear-compiled] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.auth.resets.clear] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.config.cache] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.config.clear] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.db.wipe] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.down] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.environment] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.event.cache] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.event.clear] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.event.list] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.key.generate] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.optimize] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.optimize.clear] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.package.discover] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.preset] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.queue.failed] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.queue.flush] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.queue.forget] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.queue.listen] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.queue.restart] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.queue.retry] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.queue.work] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.route.cache] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.route.clear] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.route.list] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.seed] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [Illuminate\Console\Scheduling\ScheduleFinishCommand] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [Illuminate\Console\Scheduling\ScheduleRunCommand] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.storage.link] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.up] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.view.cache] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.view.clear] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.cache.table] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.channel.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.console.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.controller.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.event.generate] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.event.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.exception.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.factory.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.job.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.listener.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.mail.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.middleware.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.model.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.notification.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.notification.table] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.observer.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.policy.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.provider.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.queue.failed-table] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.queue.table] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.request.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.resource.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.rule.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.seeder.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.session.table] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.serve] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.test.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.vendor.publish] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    migrator => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [migration.repository] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [migration.creator] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.migrate] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.migrate.fresh] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.migrate.install] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.migrate.refresh] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.migrate.reset] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.migrate.rollback] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.migrate.status] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.migrate.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    composer => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    hash => Illuminate\Hashing\HashServiceProvider
                                                                                                    [hash.driver] => Illuminate\Hashing\HashServiceProvider
                                                                                                    mailer => Illuminate\Mail\MailServiceProvider
                                                                                                    [swift.mailer] => Illuminate\Mail\MailServiceProvider
                                                                                                    [swift.transport] => Illuminate\Mail\MailServiceProvider
                                                                                                    [Illuminate\Mail\Markdown] => Illuminate\Mail\MailServiceProvider
                                                                                                    [Illuminate\Contracts\Pipeline\Hub] => Illuminate\Pipeline\PipelineServiceProvider
                                                                                                    [queue.worker] => Illuminate\Queue\QueueServiceProvider
                                                                                                    [queue.listener] => Illuminate\Queue\QueueServiceProvider
                                                                                                    [queue.failer] => Illuminate\Queue\QueueServiceProvider
                                                                                                    [queue.connection] => Illuminate\Queue\QueueServiceProvider
                                                                                                    redis => Illuminate\Redis\RedisServiceProvider
                                                                                                    [redis.connection] => Illuminate\Redis\RedisServiceProvider
                                                                                                    [auth.password] => Illuminate\Auth\Passwords\PasswordResetServiceProvider
                                                                                                    [auth.password.broker] => Illuminate\Auth\Passwords\PasswordResetServiceProvider
                                                                                                    translator => Illuminate\Translation\TranslationServiceProvider
                                                                                                    [translation.loader] => Illuminate\Translation\TranslationServiceProvider
                                                                                                    validator => Illuminate\Validation\ValidationServiceProvider
                                                                                                    [validation.presence] => Illuminate\Validation\ValidationServiceProvider
                                                                                                    [command.tinker] => Laravel\Tinker\TinkerServiceProvider
                                                                                                )
                                                                                            appPath => 
                                                                                            databasePath => 
                                                                                            storagePath => 
                                                                                            environmentPath => 
                                                                                            environmentFile => .env
                                                                                            isRunningInConsole => 1
                                                                                            namespace => 
                                                                                            resolved => Array(
                                                                                                    events => 1
                                                                                                    [App\Console\Kernel] => 1
                                                                                                    [Illuminate\Contracts\Console\Kernel] => 1
                                                                                                    [Illuminate\Foundation\Bootstrap\LoadEnvironmentVariables] => 1
                                                                                                    [Illuminate\Foundation\Bootstrap\LoadConfiguration] => 1
                                                                                                    [Illuminate\Foundation\Bootstrap\HandleExceptions] => 1
                                                                                                    env => 1
                                                                                                    [Illuminate\Foundation\Bootstrap\RegisterFacades] => 1
                                                                                                    [Illuminate\Foundation\Bootstrap\SetRequestForConsole] => 1
                                                                                                    [Illuminate\Foundation\Bootstrap\RegisterProviders] => 1
                                                                                                    [Facade\Ignition\LogRecorder\LogRecorder] => 1
                                                                                                    [Facade\Ignition\DumpRecorder\DumpRecorder] => 1
                                                                                                    [Facade\Ignition\QueryRecorder\QueryRecorder] => 1
                                                                                                    [flare.http] => 1
                                                                                                    [flare.client] => 1
                                                                                                    [Facade\Ignition\Middleware\SetNotifierName] => 1
                                                                                                    [Facade\Ignition\Middleware\AddEnvironmentInformation] => 1
                                                                                                    [Facade\Ignition\Middleware\AddLogs] => 1
                                                                                                    [Facade\Ignition\Middleware\AddDumps] => 1
                                                                                                    [Facade\Ignition\Middleware\AddQueries] => 1
                                                                                                    [Facade\IgnitionContracts\SolutionProviderRepository] => 1
                                                                                                    [Facade\Ignition\Middleware\AddSolutions] => 1
                                                                                                    [App\Exceptions\Handler] => 1
                                                                                                    [Illuminate\Contracts\Debug\ExceptionHandler] => 1
                                                                                                    [Illuminate\Foundation\Bootstrap\BootProviders] => 1
                                                                                                    [db.factory] => 1
                                                                                                    db => 1
                                                                                                    [view.engine.resolver] => 1
                                                                                                    files => 1
                                                                                                    [blade.compiler] => 1
                                                                                                    log => 1
                                                                                                    queue => 1
                                                                                                    router => 1
                                                                                                    url => 1
                                                                                                )
                                                                                            bindings => Array(
                                                                                                    [Illuminate\Foundation\Mix] => Array(
                                                                                                            concrete => Closure Object(
                                                                                                                    static => Array(
                                                                                                                            abstract => Illuminate\Foundation\Mix
                                                                                                                            concrete => Illuminate\Foundation\Mix
                                                                                                                        )
                                                                                                                    this => Illuminate\Foundation\Application Object
 
                                                                                                                    parameter => Array(
                                                                                                                            [$container] => 
                                                                                                                            [$parameters] => 
                                                                                                                        )
                                                                                                                )
                                                                                                            shared => 1
                                                                                                        )
                                                                                                    events => Array(
                                                                                                            concrete => Closure Object(
                                                                                                                    this => Illuminate\Events\EventServiceProvider Object(
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                    parameter => Array(
                                                                                                                            [$app] => 
                                                                                                                        )
                                                                                                                )
                                                                                                            shared => 1
                                                                                                        )
                                                                                                    log => Array(
                                                                                                            concrete => Closure Object(
                                                                                                                    this => Illuminate\Log\LogServiceProvider Object(
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                )
                                                                                                            shared => 1
                                                                                                        )
                                                                                                    router => Array(
                                                                                                            concrete => Closure Object(
                                                                                                                    this => Illuminate\Routing\RoutingServiceProvider Object(
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                    parameter => Array(
                                                                                                                            [$app] => 
                                                                                                                        )
                                                                                                                )
                                                                                                            shared => 1
                                                                                                        )
                                                                                                    url => Array(
                                                                                                            concrete => Closure Object(
                                                                                                                    this => Illuminate\Routing\RoutingServiceProvider Object(
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                    parameter => Array(
                                                                                                                            [$app] => 
                                                                                                                        )
                                                                                                                )
                                                                                                            shared => 1
                                                                                                        )
                                                                                                    redirect => Array(
                                                                                                            concrete => Closure Object(
                                                                                                                    this => Illuminate\Routing\RoutingServiceProvider Object(
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                    parameter => Array(
                                                                                                                            [$app] => 
                                                                                                                        )
                                                                                                                )
                                                                                                            shared => 1
                                                                                                        )
                                                                                                    [Psr\Http\Message\ServerRequestInterface] => Array(
                                                                                                            concrete => Closure Object(
                                                                                                                    this => Illuminate\Routing\RoutingServiceProvider Object(
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                    parameter => Array(
                                                                                                                            [$app] => 
                                                                                                                        )
                                                                                                                )
                                                                                                            shared => 
                                                                                                        )
                                                                                                    [Psr\Http\Message\ResponseInterface] => Array(
                                                                                                            concrete => Closure Object(
                                                                                                                    this => Illuminate\Routing\RoutingServiceProvider Object(
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                )
                                                                                                            shared => 
                                                                                                        )
                                                                                                    [Illuminate\Contracts\Routing\ResponseFactory] => Array(
                                                                                                            concrete => Closure Object(
                                                                                                                    this => Illuminate\Routing\RoutingServiceProvider Object(
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                    parameter => Array(
                                                                                                                            [$app] => 
                                                                                                                        )
                                                                                                                )
                                                                                                            shared => 1
                                                                                                        )
                                                                                                    [Illuminate\Routing\Contracts\ControllerDispatcher] => Array(
                                                                                                            concrete => Closure Object(
                                                                                                                    this => Illuminate\Routing\RoutingServiceProvider Object(
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                    parameter => Array(
                                                                                                                            [$app] => 
                                                                                                                        )
                                                                                                                )
                                                                                                            shared => 1
                                                                                                        )
                                                                                                    [Illuminate\Contracts\Http\Kernel] => Array(
                                                                                                            concrete => Closure Object(
                                                                                                                    static => Array(
                                                                                                                            abstract => Illuminate\Contracts\Http\Kernel
                                                                                                                            concrete => App\Http\Kernel
                                                                                                                        )
                                                                                                                    this => Illuminate\Foundation\Application Object
 
                                                                                                                    parameter => Array(
                                                                                                                            [$container] => 
                                                                                                                            [$parameters] => 
                                                                                                                        )
                                                                                                                )
                                                                                                            shared => 1
                                                                                                        )
                                                                                                    [Illuminate\Contracts\Console\Kernel] => Array(
                                                                                                            concrete => Closure Object(
                                                                                                                    static => Array(
                                                                                                                            abstract => Illuminate\Contracts\Console\Kernel
                                                                                                                            concrete => App\Console\Kernel
                                                                                                                        )
                                                                                                                    this => Illuminate\Foundation\Application Object
 
                                                                                                                    parameter => Array(
                                                                                                                            [$container] => 
                                                                                                                            [$parameters] => 
                                                                                                                        )
                                                                                                                )
                                                                                                            shared => 1
                                                                                                        )
                                                                                                    [Illuminate\Contracts\Debug\ExceptionHandler] => Array(
                                                                                                            concrete => Closure Object(
                                                                                                                    static => Array(
                                                                                                                            appExceptionHandler => App\Exceptions\Handler Object(
                                                                                                                                    dontReport => Array()
                                                                                                                                    dontFlash => Array(
                                                                                                                                            0 => password
                                                                                                                                            1 => password_confirmation
                                                                                                                                        )
                                                                                                                                    container => Illuminate\Foundation\Application Object
 
                                                                                                                                    internalDontReport => Array(
                                                                                                                                            0 => Illuminate\Auth\AuthenticationException
                                                                                                                                            1 => Illuminate\Auth\Access\AuthorizationException
                                                                                                                                            2 => Symfony\Component\HttpKernel\Exception\HttpException
                                                                                                                                            3 => Illuminate\Http\Exceptions\HttpResponseException
                                                                                                                                            4 => Illuminate\Database\Eloquent\ModelNotFoundException
                                                                                                                                            5 => Symfony\Component\HttpFoundation\Exception\SuspiciousOperationException
                                                                                                                                            6 => Illuminate\Session\TokenMismatchException
                                                                                                                                            7 => Illuminate\Validation\ValidationException
                                                                                                                                        )
                                                                                                                                )
                                                                                                                        )
                                                                                                                    this => NunoMaduro\Collision\Adapters\Laravel\CollisionServiceProvider Object(
                                                                                                                            defer => 1
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                    parameter => Array(
                                                                                                                            [$app] => 
                                                                                                                        )
                                                                                                                )
                                                                                                            shared => 1
                                                                                                        )
                                                                                                    env => Array(
                                                                                                            concrete => Closure Object(
                                                                                                                    static => Array(
                                                                                                                            value => local
                                                                                                                        )
                                                                                                                    this => Illuminate\Foundation\Application Object
 
                                                                                                                )
                                                                                                            shared => 
                                                                                                        )
                                                                                                    auth => Array(
                                                                                                            concrete => Closure Object(
                                                                                                                    this => Illuminate\Auth\AuthServiceProvider Object(
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                    parameter => Array(
                                                                                                                            [$app] => 
                                                                                                                        )
                                                                                                                )
                                                                                                            shared => 1
                                                                                                        )
                                                                                                    [auth.driver] => Array(
                                                                                                            concrete => Closure Object(
                                                                                                                    this => Illuminate\Auth\AuthServiceProvider Object(
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                    parameter => Array(
                                                                                                                            [$app] => 
                                                                                                                        )
                                                                                                                )
                                                                                                            shared => 1
                                                                                                        )
                                                                                                    [Illuminate\Contracts\Auth\Authenticatable] => Array(
                                                                                                            concrete => Closure Object(
                                                                                                                    this => Illuminate\Auth\AuthServiceProvider Object(
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                    parameter => Array(
                                                                                                                            [$app] => 
                                                                                                                        )
                                                                                                                )
                                                                                                            shared => 
                                                                                                        )
                                                                                                    [Illuminate\Contracts\Auth\Access\Gate] => Array(
                                                                                                            concrete => Closure Object(
                                                                                                                    this => Illuminate\Auth\AuthServiceProvider Object(
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                    parameter => Array(
                                                                                                                            [$app] => 
                                                                                                                        )
                                                                                                                )
                                                                                                            shared => 1
                                                                                                        )
                                                                                                    cookie => Array(
                                                                                                            concrete => Closure Object(
                                                                                                                    this => Illuminate\Cookie\CookieServiceProvider Object(
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                    parameter => Array(
                                                                                                                            [$app] => 
                                                                                                                        )
                                                                                                                )
                                                                                                            shared => 1
                                                                                                        )
                                                                                                    [db.factory] => Array(
                                                                                                            concrete => Closure Object(
                                                                                                                    this => Illuminate\Database\DatabaseServiceProvider Object(
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                    parameter => Array(
                                                                                                                            [$app] => 
                                                                                                                        )
                                                                                                                )
                                                                                                            shared => 1
                                                                                                        )
                                                                                                    db => Array(
                                                                                                            concrete => Closure Object(
                                                                                                                    this => Illuminate\Database\DatabaseServiceProvider Object(
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                    parameter => Array(
                                                                                                                            [$app] => 
                                                                                                                        )
                                                                                                                )
                                                                                                            shared => 1
                                                                                                        )
                                                                                                    [db.connection] => Array(
                                                                                                            concrete => Closure Object(
                                                                                                                    this => Illuminate\Database\DatabaseServiceProvider Object(
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                    parameter => Array(
                                                                                                                            [$app] => 
                                                                                                                        )
                                                                                                                )
                                                                                                            shared => 
                                                                                                        )
                                                                                                    [Faker\Generator] => Array(
                                                                                                            concrete => Closure Object(
                                                                                                                    this => Illuminate\Database\DatabaseServiceProvider Object(
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                    parameter => Array(
                                                                                                                            [$app] => 
                                                                                                                        )
                                                                                                                )
                                                                                                            shared => 1
                                                                                                        )
                                                                                                    [Illuminate\Database\Eloquent\Factory] => Array(
                                                                                                            concrete => Closure Object(
                                                                                                                    this => Illuminate\Database\DatabaseServiceProvider Object(
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                    parameter => Array(
                                                                                                                            [$app] => 
                                                                                                                        )
                                                                                                                )
                                                                                                            shared => 1
                                                                                                        )
                                                                                                    [Illuminate\Contracts\Queue\EntityResolver] => Array(
                                                                                                            concrete => Closure Object(
                                                                                                                    this => Illuminate\Database\DatabaseServiceProvider Object(
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                )
                                                                                                            shared => 1
                                                                                                        )
                                                                                                    encrypter => Array(
                                                                                                            concrete => Closure Object(
                                                                                                                    this => Illuminate\Encryption\EncryptionServiceProvider Object(
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                    parameter => Array(
                                                                                                                            [$app] => 
                                                                                                                        )
                                                                                                                )
                                                                                                            shared => 1
                                                                                                        )
                                                                                                    files => Array(
                                                                                                            concrete => Closure Object(
                                                                                                                    this => Illuminate\Filesystem\FilesystemServiceProvider Object(
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                )
                                                                                                            shared => 1
                                                                                                        )
                                                                                                    filesystem => Array(
                                                                                                            concrete => Closure Object(
                                                                                                                    this => Illuminate\Filesystem\FilesystemServiceProvider Object(
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                )
                                                                                                            shared => 1
                                                                                                        )
                                                                                                    [filesystem.disk] => Array(
                                                                                                            concrete => Closure Object(
                                                                                                                    this => Illuminate\Filesystem\FilesystemServiceProvider Object(
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                )
                                                                                                            shared => 1
                                                                                                        )
                                                                                                    [filesystem.cloud] => Array(
                                                                                                            concrete => Closure Object(
                                                                                                                    this => Illuminate\Filesystem\FilesystemServiceProvider Object(
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                )
                                                                                                            shared => 1
                                                                                                        )
                                                                                                    [Illuminate\Notifications\ChannelManager] => Array(
                                                                                                            concrete => Closure Object(
                                                                                                                    this => Illuminate\Notifications\NotificationServiceProvider Object(
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                    parameter => Array(
                                                                                                                            [$app] => 
                                                                                                                        )
                                                                                                                )
                                                                                                            shared => 1
                                                                                                        )
                                                                                                    session => Array(
                                                                                                            concrete => Closure Object(
                                                                                                                    this => Illuminate\Session\SessionServiceProvider Object(
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                    parameter => Array(
                                                                                                                            [$app] => 
                                                                                                                        )
                                                                                                                )
                                                                                                            shared => 1
                                                                                                        )
                                                                                                    [session.store] => Array(
                                                                                                            concrete => Closure Object(
                                                                                                                    this => Illuminate\Session\SessionServiceProvider Object(
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                    parameter => Array(
                                                                                                                            [$app] => 
                                                                                                                        )
                                                                                                                )
                                                                                                            shared => 1
                                                                                                        )
                                                                                                    [Illuminate\Session\Middleware\StartSession] => Array(
                                                                                                            concrete => Closure Object(
                                                                                                                    static => Array(
                                                                                                                            abstract => Illuminate\Session\Middleware\StartSession
                                                                                                                            concrete => Illuminate\Session\Middleware\StartSession
                                                                                                                        )
                                                                                                                    this => Illuminate\Foundation\Application Object
 
                                                                                                                    parameter => Array(
                                                                                                                            [$container] => 
                                                                                                                            [$parameters] => 
                                                                                                                        )
                                                                                                                )
                                                                                                            shared => 1
                                                                                                        )
                                                                                                    view => Array(
                                                                                                            concrete => Closure Object(
                                                                                                                    this => Illuminate\View\ViewServiceProvider Object(
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                    parameter => Array(
                                                                                                                            [$app] => 
                                                                                                                        )
                                                                                                                )
                                                                                                            shared => 1
                                                                                                        )
                                                                                                    [view.finder] => Array(
                                                                                                            concrete => Closure Object(
                                                                                                                    this => Illuminate\View\ViewServiceProvider Object(
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                    parameter => Array(
                                                                                                                            [$app] => 
                                                                                                                        )
                                                                                                                )
                                                                                                            shared => 
                                                                                                        )
                                                                                                    [view.engine.resolver] => Array(
                                                                                                            concrete => Closure Object(
                                                                                                                    this => Illuminate\View\ViewServiceProvider Object(
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                )
                                                                                                            shared => 1
                                                                                                        )
                                                                                                    [Facade\IgnitionContracts\SolutionProviderRepository] => Array(
                                                                                                            concrete => Closure Object(
                                                                                                                    this => Facade\Ignition\IgnitionServiceProvider Object(
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                )
                                                                                                            shared => 1
                                                                                                        )
                                                                                                    [Facade\Ignition\ErrorPage\Renderer] => Array(
                                                                                                            concrete => Closure Object(
                                                                                                                    this => Facade\Ignition\IgnitionServiceProvider Object(
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                )
                                                                                                            shared => 
                                                                                                        )
                                                                                                    [Whoops\Handler\HandlerInterface] => Array(
                                                                                                            concrete => Closure Object(
                                                                                                                    this => Facade\Ignition\IgnitionServiceProvider Object(
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                    parameter => Array(
                                                                                                                            [$app] => 
                                                                                                                        )
                                                                                                                )
                                                                                                            shared => 
                                                                                                        )
                                                                                                    [Facade\Ignition\IgnitionConfig] => Array(
                                                                                                            concrete => Closure Object(
                                                                                                                    this => Facade\Ignition\IgnitionServiceProvider Object(
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                )
                                                                                                            shared => 1
                                                                                                        )
                                                                                                    [flare.http] => Array(
                                                                                                            concrete => Closure Object(
                                                                                                                    this => Facade\Ignition\IgnitionServiceProvider Object(
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                )
                                                                                                            shared => 1
                                                                                                        )
                                                                                                    [flare.client] => Array(
                                                                                                            concrete => Closure Object(
                                                                                                                    this => Facade\Ignition\IgnitionServiceProvider Object(
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                )
                                                                                                            shared => 1
                                                                                                        )
                                                                                                    [Facade\Ignition\LogRecorder\LogRecorder] => Array(
                                                                                                            concrete => Closure Object(
                                                                                                                    static => Array(
                                                                                                                            abstract => Facade\Ignition\LogRecorder\LogRecorder
                                                                                                                            concrete => Facade\Ignition\LogRecorder\LogRecorder
                                                                                                                        )
                                                                                                                    this => Illuminate\Foundation\Application Object
 
                                                                                                                    parameter => Array(
                                                                                                                            [$container] => 
                                                                                                                            [$parameters] => 
                                                                                                                        )
                                                                                                                )
                                                                                                            shared => 1
                                                                                                        )
                                                                                                    [Facade\Ignition\DumpRecorder\DumpRecorder] => Array(
                                                                                                            concrete => Closure Object(
                                                                                                                    static => Array(
                                                                                                                            abstract => Facade\Ignition\DumpRecorder\DumpRecorder
                                                                                                                            concrete => Facade\Ignition\DumpRecorder\DumpRecorder
                                                                                                                        )
                                                                                                                    this => Illuminate\Foundation\Application Object
 
                                                                                                                    parameter => Array(
                                                                                                                            [$container] => 
                                                                                                                            [$parameters] => 
                                                                                                                        )
                                                                                                                )
                                                                                                            shared => 1
                                                                                                        )
                                                                                                    [Facade\Ignition\QueryRecorder\QueryRecorder] => Array(
                                                                                                            concrete => Closure Object(
                                                                                                                    static => Array(
                                                                                                                            abstract => Facade\Ignition\QueryRecorder\QueryRecorder
                                                                                                                            concrete => Facade\Ignition\QueryRecorder\QueryRecorder
                                                                                                                        )
                                                                                                                    this => Illuminate\Foundation\Application Object
 
                                                                                                                    parameter => Array(
                                                                                                                            [$container] => 
                                                                                                                            [$parameters] => 
                                                                                                                        )
                                                                                                                )
                                                                                                            shared => 1
                                                                                                        )
                                                                                                    [NunoMaduro\Collision\Contracts\Adapters\Phpunit\Listener] => Array(
                                                                                                            concrete => Closure Object(
                                                                                                                    static => Array(
                                                                                                                            abstract => NunoMaduro\Collision\Contracts\Adapters\Phpunit\Listener
                                                                                                                            concrete => NunoMaduro\Collision\Adapters\Phpunit\Listener
                                                                                                                        )
                                                                                                                    this => Illuminate\Foundation\Application Object
 
                                                                                                                    parameter => Array(
                                                                                                                            [$container] => 
                                                                                                                            [$parameters] => 
                                                                                                                        )
                                                                                                                )
                                                                                                            shared => 1
                                                                                                        )
                                                                                                    [NunoMaduro\Collision\Contracts\Provider] => Array(
                                                                                                            concrete => Closure Object(
                                                                                                                    static => Array(
                                                                                                                            abstract => NunoMaduro\Collision\Contracts\Provider
                                                                                                                            concrete => NunoMaduro\Collision\Provider
                                                                                                                        )
                                                                                                                    this => Illuminate\Foundation\Application Object
 
                                                                                                                    parameter => Array(
                                                                                                                            [$container] => 
                                                                                                                            [$parameters] => 
                                                                                                                        )
                                                                                                                )
                                                                                                            shared => 
                                                                                                        )
                                                                                                    [blade.compiler] => Array(
                                                                                                            concrete => Closure Object(
                                                                                                                    this => Illuminate\View\ViewServiceProvider Object(
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                )
                                                                                                            shared => 1
                                                                                                        )
                                                                                                    [flare.logger] => Array(
                                                                                                            concrete => Closure Object(
                                                                                                                    this => Facade\Ignition\IgnitionServiceProvider Object(
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                    parameter => Array(
                                                                                                                            [$app] => 
                                                                                                                        )
                                                                                                                )
                                                                                                            shared => 1
                                                                                                        )
                                                                                                    [command.flare:test] => Array(
                                                                                                            concrete => Closure Object(
                                                                                                                    static => Array(
                                                                                                                            abstract => command.flare:test
                                                                                                                            concrete => Facade\Ignition\Commands\TestCommand
                                                                                                                        )
                                                                                                                    this => Illuminate\Foundation\Application Object
 
                                                                                                                    parameter => Array(
                                                                                                                            [$container] => 
                                                                                                                            [$parameters] => 
                                                                                                                        )
                                                                                                                )
                                                                                                            shared => 
                                                                                                        )
                                                                                                    [command.make:solution] => Array(
                                                                                                            concrete => Closure Object(
                                                                                                                    static => Array(
                                                                                                                            abstract => command.make:solution
                                                                                                                            concrete => Facade\Ignition\Commands\SolutionMakeCommand
                                                                                                                        )
                                                                                                                    this => Illuminate\Foundation\Application Object
 
                                                                                                                    parameter => Array(
                                                                                                                            [$container] => 
                                                                                                                            [$parameters] => 
                                                                                                                        )
                                                                                                                )
                                                                                                            shared => 
                                                                                                        )
                                                                                                    queue => Array(
                                                                                                            concrete => Closure Object(
                                                                                                                    this => Illuminate\Queue\QueueServiceProvider Object(
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                    parameter => Array(
                                                                                                                            [$app] => 
                                                                                                                        )
                                                                                                                )
                                                                                                            shared => 1
                                                                                                        )
                                                                                                    [queue.connection] => Array(
                                                                                                            concrete => Closure Object(
                                                                                                                    this => Illuminate\Queue\QueueServiceProvider Object(
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                    parameter => Array(
                                                                                                                            [$app] => 
                                                                                                                        )
                                                                                                                )
                                                                                                            shared => 1
                                                                                                        )
                                                                                                    [queue.worker] => Array(
                                                                                                            concrete => Closure Object(
                                                                                                                    this => Illuminate\Queue\QueueServiceProvider Object(
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                )
                                                                                                            shared => 1
                                                                                                        )
                                                                                                    [queue.listener] => Array(
                                                                                                            concrete => Closure Object(
                                                                                                                    this => Illuminate\Queue\QueueServiceProvider Object(
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                )
                                                                                                            shared => 1
                                                                                                        )
                                                                                                    [queue.failer] => Array(
                                                                                                            concrete => Closure Object(
                                                                                                                    this => Illuminate\Queue\QueueServiceProvider Object(
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                )
                                                                                                            shared => 1
                                                                                                        )
                                                                                                    [Facade\Ignition\DumpRecorder\MultiDumpHandler] => Array(
                                                                                                            concrete => Closure Object(
                                                                                                                    static => Array(
                                                                                                                            abstract => Facade\Ignition\DumpRecorder\MultiDumpHandler
                                                                                                                            concrete => Facade\Ignition\DumpRecorder\MultiDumpHandler Object(
                                                                                                                                    handlers => Array(
                                                                                                                                            0 => Closure Object(
                                                                                                                                                    this => Facade\Ignition\DumpRecorder\DumpRecorder Object(
                                                                                                                                                            dumps => Array()
                                                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                                                        )
                                                                                                                                                    parameter => Array(
                                                                                                                                                            [$value] => 
                                                                                                                                                        )
                                                                                                                                                )
                                                                                                                                            1 => Closure Object(
                                                                                                                                                    this => Facade\Ignition\DumpRecorder\DumpRecorder Object(
                                                                                                                                                            dumps => Array()
                                                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                                                        )
                                                                                                                                                    parameter => Array(
                                                                                                                                                            [$var] => 
                                                                                                                                                        )
                                                                                                                                                )
                                                                                                                                        )
                                                                                                                                )
                                                                                                                        )
                                                                                                                    this => Illuminate\Foundation\Application Object
 
                                                                                                                    parameter => Array(
                                                                                                                            [$container] => 
                                                                                                                            [$parameters] => 
                                                                                                                        )
                                                                                                                )
                                                                                                            shared => 1
                                                                                                        )
                                                                                                )
                                                                                            methodBindings => Array()
                                                                                            instances => Array(
                                                                                                    path => /0000/app
                                                                                                    [path.base] => /0000
                                                                                                    [path.lang] => /0000/resources/lang
                                                                                                    [path.config] => /0000/config
                                                                                                    [path.public] => /0000/public
                                                                                                    [path.storage] => /0000/storage
                                                                                                    [path.database] => /0000/database
                                                                                                    [path.resources] => /0000/resources
                                                                                                    [path.bootstrap] => /0000/bootstrap
                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                    [Illuminate\Container\Container] => Illuminate\Foundation\Application Object
 
                                                                                                    [Illuminate\Foundation\PackageManifest] => Illuminate\Foundation\PackageManifest Object(
                                                                                                            files => Illuminate\Filesystem\Filesystem Object()
                                                                                                            basePath => /0000
                                                                                                            vendorPath => /0000/vendor
                                                                                                            manifestPath => /0000/bootstrap/cache/packages.php
                                                                                                            manifest => Array(
                                                                                                                    [facade/ignition] => Array(
                                                                                                                            providers => Array(
                                                                                                                                    0 => Facade\Ignition\IgnitionServiceProvider
                                                                                                                                )
                                                                                                                            aliases => Array(
                                                                                                                                    Flare => Facade\Ignition\Facades\Flare
                                                                                                                                )
                                                                                                                        )
                                                                                                                    [fideloper/proxy] => Array(
                                                                                                                            providers => Array(
                                                                                                                                    0 => Fideloper\Proxy\TrustedProxyServiceProvider
                                                                                                                                )
                                                                                                                        )
                                                                                                                    [laravel/tinker] => Array(
                                                                                                                            providers => Array(
                                                                                                                                    0 => Laravel\Tinker\TinkerServiceProvider
                                                                                                                                )
                                                                                                                        )
                                                                                                                    [nesbot/carbon] => Array(
                                                                                                                            providers => Array(
                                                                                                                                    0 => Carbon\Laravel\ServiceProvider
                                                                                                                                )
                                                                                                                        )
                                                                                                                    [nunomaduro/collision] => Array(
                                                                                                                            providers => Array(
                                                                                                                                    0 => NunoMaduro\Collision\Adapters\Laravel\CollisionServiceProvider
                                                                                                                                )
                                                                                                                        )
                                                                                                                )
                                                                                                        )
                                                                                                    events => Illuminate\Events\Dispatcher Object
 
                                                                                                    [Illuminate\Contracts\Console\Kernel] => App\Console\Kernel Object(
                                                                                                            commands => Array()
                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                            events => Illuminate\Events\Dispatcher Object
 
                                                                                                            artisan => 
                                                                                                            commandsLoaded => 
                                                                                                            bootstrappers => Array(
                                                                                                                    0 => Illuminate\Foundation\Bootstrap\LoadEnvironmentVariables
                                                                                                                    1 => Illuminate\Foundation\Bootstrap\LoadConfiguration
                                                                                                                    2 => Illuminate\Foundation\Bootstrap\HandleExceptions
                                                                                                                    3 => Illuminate\Foundation\Bootstrap\RegisterFacades
                                                                                                                    4 => Illuminate\Foundation\Bootstrap\SetRequestForConsole
                                                                                                                    5 => Illuminate\Foundation\Bootstrap\RegisterProviders
                                                                                                                    6 => Illuminate\Foundation\Bootstrap\BootProviders
                                                                                                                )
                                                                                                        )
                                                                                                    config => Illuminate\Config\Repository Object(
                                                                                                            items => Array(
                                                                                                                    app => Array(
                                                                                                                            name => 本地测试
                                                                                                                            env => local
                                                                                                                            debug => 1
                                                                                                                            url => http://localhost
                                                                                                                            asset_url => 
                                                                                                                            timezone => UTC
                                                                                                                            locale => en
                                                                                                                            fallback_locale => en
                                                                                                                            faker_locale => en_US
                                                                                                                            key => base64:gIjju1XIlTNS6j8BuifyrL2QAARYlvdKYd31eAqei7g=
                                                                                                                            cipher => AES-256-CBC
                                                                                                                            providers => Array(
                                                                                                                                    0 => Illuminate\Auth\AuthServiceProvider
                                                                                                                                    1 => Illuminate\Broadcasting\BroadcastServiceProvider
                                                                                                                                    2 => Illuminate\Bus\BusServiceProvider
                                                                                                                                    3 => Illuminate\Cache\CacheServiceProvider
                                                                                                                                    4 => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                                                    5 => Illuminate\Cookie\CookieServiceProvider
                                                                                                                                    6 => Illuminate\Database\DatabaseServiceProvider
                                                                                                                                    7 => Illuminate\Encryption\EncryptionServiceProvider
                                                                                                                                    8 => Illuminate\Filesystem\FilesystemServiceProvider
                                                                                                                                    9 => Illuminate\Foundation\Providers\FoundationServiceProvider
                                                                                                                                    10 => Illuminate\Hashing\HashServiceProvider
                                                                                                                                    11 => Illuminate\Mail\MailServiceProvider
                                                                                                                                    12 => Illuminate\Notifications\NotificationServiceProvider
                                                                                                                                    13 => Illuminate\Pagination\PaginationServiceProvider
                                                                                                                                    14 => Illuminate\Pipeline\PipelineServiceProvider
                                                                                                                                    15 => Illuminate\Queue\QueueServiceProvider
                                                                                                                                    16 => Illuminate\Redis\RedisServiceProvider
                                                                                                                                    17 => Illuminate\Auth\Passwords\PasswordResetServiceProvider
                                                                                                                                    18 => Illuminate\Session\SessionServiceProvider
                                                                                                                                    19 => Illuminate\Translation\TranslationServiceProvider
                                                                                                                                    20 => Illuminate\Validation\ValidationServiceProvider
                                                                                                                                    21 => Illuminate\View\ViewServiceProvider
                                                                                                                                    22 => App\Providers\AppServiceProvider
                                                                                                                                    23 => App\Providers\AuthServiceProvider
                                                                                                                                    24 => App\Providers\EventServiceProvider
                                                                                                                                    25 => App\Providers\RouteServiceProvider
                                                                                                                                )
                                                                                                                            aliases => Array(
                                                                                                                                    App => Illuminate\Support\Facades\App
                                                                                                                                    Arr => Illuminate\Support\Arr
                                                                                                                                    Artisan => Illuminate\Support\Facades\Artisan
                                                                                                                                    Auth => Illuminate\Support\Facades\Auth
                                                                                                                                    Blade => Illuminate\Support\Facades\Blade
                                                                                                                                    Broadcast => Illuminate\Support\Facades\Broadcast
                                                                                                                                    Bus => Illuminate\Support\Facades\Bus
                                                                                                                                    Cache => Illuminate\Support\Facades\Cache
                                                                                                                                    Config => Illuminate\Support\Facades\Config
                                                                                                                                    Cookie => Illuminate\Support\Facades\Cookie
                                                                                                                                    Crypt => Illuminate\Support\Facades\Crypt
                                                                                                                                    DB => Illuminate\Support\Facades\DB
                                                                                                                                    Eloquent => Illuminate\Database\Eloquent\Model
                                                                                                                                    Event => Illuminate\Support\Facades\Event
                                                                                                                                    File => Illuminate\Support\Facades\File
                                                                                                                                    Gate => Illuminate\Support\Facades\Gate
                                                                                                                                    Hash => Illuminate\Support\Facades\Hash
                                                                                                                                    Lang => Illuminate\Support\Facades\Lang
                                                                                                                                    Log => Illuminate\Support\Facades\Log
                                                                                                                                    Mail => Illuminate\Support\Facades\Mail
                                                                                                                                    Notification => Illuminate\Support\Facades\Notification
                                                                                                                                    Password => Illuminate\Support\Facades\Password
                                                                                                                                    Queue => Illuminate\Support\Facades\Queue
                                                                                                                                    Redirect => Illuminate\Support\Facades\Redirect
                                                                                                                                    Redis => Illuminate\Support\Facades\Redis
                                                                                                                                    Request => Illuminate\Support\Facades\Request
                                                                                                                                    Response => Illuminate\Support\Facades\Response
                                                                                                                                    Route => Illuminate\Support\Facades\Route
                                                                                                                                    Schema => Illuminate\Support\Facades\Schema
                                                                                                                                    Session => Illuminate\Support\Facades\Session
                                                                                                                                    Storage => Illuminate\Support\Facades\Storage
                                                                                                                                    Str => Illuminate\Support\Str
                                                                                                                                    URL => Illuminate\Support\Facades\URL
                                                                                                                                    Validator => Illuminate\Support\Facades\Validator
                                                                                                                                    View => Illuminate\Support\Facades\View
                                                                                                                                )
                                                                                                                        )
                                                                                                                    auth => Array(
                                                                                                                            defaults => Array(
                                                                                                                                    guard => web
                                                                                                                                    passwords => users
                                                                                                                                )
                                                                                                                            guards => Array(
                                                                                                                                    web => Array(
                                                                                                                                            driver => session
                                                                                                                                            provider => users
                                                                                                                                        )
                                                                                                                                    api => Array(
                                                                                                                                            driver => token
                                                                                                                                            provider => users
                                                                                                                                            hash => 
                                                                                                                                        )
                                                                                                                                )
                                                                                                                            providers => Array(
                                                                                                                                    users => Array(
                                                                                                                                            driver => eloquent
                                                                                                                                            model => App\User
                                                                                                                                        )
                                                                                                                                )
                                                                                                                            passwords => Array(
                                                                                                                                    users => Array(
                                                                                                                                            provider => users
                                                                                                                                            table => password_resets
                                                                                                                                            expire => 60
                                                                                                                                            throttle => 60
                                                                                                                                        )
                                                                                                                                )
                                                                                                                            password_timeout => 10800
                                                                                                                        )
                                                                                                                    broadcasting => Array(
                                                                                                                            default => log
                                                                                                                            connections => Array(
                                                                                                                                    pusher => Array(
                                                                                                                                            driver => pusher
                                                                                                                                            key => 
                                                                                                                                            secret => 
                                                                                                                                            app_id => 
                                                                                                                                            options => Array(
                                                                                                                                                    cluster => mt1
                                                                                                                                                    useTLS => 1
                                                                                                                                                )
                                                                                                                                        )
                                                                                                                                    redis => Array(
                                                                                                                                            driver => redis
                                                                                                                                            connection => default
                                                                                                                                        )
                                                                                                                                    log => Array(
                                                                                                                                            driver => log
                                                                                                                                        )
                                                                                                                                    null => Array(
                                                                                                                                            driver => null
                                                                                                                                        )
                                                                                                                                )
                                                                                                                        )
                                                                                                                    cache => Array(
                                                                                                                            default => file
                                                                                                                            stores => Array(
                                                                                                                                    apc => Array(
                                                                                                                                            driver => apc
                                                                                                                                        )
                                                                                                                                    array => Array(
                                                                                                                                            driver => array
                                                                                                                                        )
                                                                                                                                    database => Array(
                                                                                                                                            driver => database
                                                                                                                                            table => cache
                                                                                                                                            connection => 
                                                                                                                                        )
                                                                                                                                    file => Array(
                                                                                                                                            driver => file
                                                                                                                                            path => /0000/storage/framework/cache/data
                                                                                                                                        )
                                                                                                                                    memcached => Array(
                                                                                                                                            driver => memcached
                                                                                                                                            persistent_id => 
                                                                                                                                            sasl => Array(
                                                                                                                                                    0 => 
                                                                                                                                                    1 => 
                                                                                                                                                )
                                                                                                                                            options => Array()
                                                                                                                                            servers => Array(
                                                                                                                                                    0 => Array(
                                                                                                                                                            host => 127.0.0.1
                                                                                                                                                            port => 11211
                                                                                                                                                            weight => 100
                                                                                                                                                        )
                                                                                                                                                )
                                                                                                                                        )
                                                                                                                                    redis => Array(
                                                                                                                                            driver => redis
                                                                                                                                            connection => cache
                                                                                                                                        )
                                                                                                                                    dynamodb => Array(
                                                                                                                                            driver => dynamodb
                                                                                                                                            key => 
                                                                                                                                            secret => 
                                                                                                                                            region => us-east-1
                                                                                                                                            table => cache
                                                                                                                                            endpoint => 
                                                                                                                                        )
                                                                                                                                )
                                                                                                                            prefix => _cache
                                                                                                                        )
                                                                                                                    database => Array(
                                                                                                                            default => mysql
                                                                                                                            connections => Array(
                                                                                                                                    sqlite => Array(
                                                                                                                                            driver => sqlite
                                                                                                                                            url => 
                                                                                                                                            database => laravel
                                                                                                                                            prefix => 
                                                                                                                                            foreign_key_constraints => 1
                                                                                                                                        )
                                                                                                                                    mysql => Array(
                                                                                                                                            driver => mysql
                                                                                                                                            url => 
                                                                                                                                            host => 127.0.0.1
                                                                                                                                            port => 3306
                                                                                                                                            database => laravel
                                                                                                                                            username => root
                                                                                                                                            password => 
                                                                                                                                            unix_socket => 
                                                                                                                                            charset => utf8mb4
                                                                                                                                            collation => utf8mb4_unicode_ci
                                                                                                                                            prefix => 
                                                                                                                                            prefix_indexes => 1
                                                                                                                                            strict => 1
                                                                                                                                            engine => 
                                                                                                                                            options => Array()
                                                                                                                                        )
                                                                                                                                    pgsql => Array(
                                                                                                                                            driver => pgsql
                                                                                                                                            url => 
                                                                                                                                            host => 127.0.0.1
                                                                                                                                            port => 3306
                                                                                                                                            database => laravel
                                                                                                                                            username => root
                                                                                                                                            password => 
                                                                                                                                            charset => utf8
                                                                                                                                            prefix => 
                                                                                                                                            prefix_indexes => 1
                                                                                                                                            schema => public
                                                                                                                                            sslmode => prefer
                                                                                                                                        )
                                                                                                                                    sqlsrv => Array(
                                                                                                                                            driver => sqlsrv
                                                                                                                                            url => 
                                                                                                                                            host => 127.0.0.1
                                                                                                                                            port => 3306
                                                                                                                                            database => laravel
                                                                                                                                            username => root
                                                                                                                                            password => 
                                                                                                                                            charset => utf8
                                                                                                                                            prefix => 
                                                                                                                                            prefix_indexes => 1
                                                                                                                                        )
                                                                                                                                )
                                                                                                                            migrations => migrations
                                                                                                                            redis => Array(
                                                                                                                                    client => phpredis
                                                                                                                                    options => Array(
                                                                                                                                            cluster => redis
                                                                                                                                            prefix => _database_
                                                                                                                                        )
                                                                                                                                    default => Array(
                                                                                                                                            url => 
                                                                                                                                            host => 127.0.0.1
                                                                                                                                            password => 
                                                                                                                                            port => 6379
                                                                                                                                            database => 0
                                                                                                                                        )
                                                                                                                                    cache => Array(
                                                                                                                                            url => 
                                                                                                                                            host => 127.0.0.1
                                                                                                                                            password => 
                                                                                                                                            port => 6379
                                                                                                                                            database => 1
                                                                                                                                        )
                                                                                                                                )
                                                                                                                        )
                                                                                                                    filesystems => Array(
                                                                                                                            default => local
                                                                                                                            cloud => s3
                                                                                                                            disks => Array(
                                                                                                                                    local => Array(
                                                                                                                                            driver => local
                                                                                                                                            root => /0000/storage/app
                                                                                                                                        )
                                                                                                                                    public => Array(
                                                                                                                                            driver => local
                                                                                                                                            root => /0000/storage/app/public
                                                                                                                                            url => http://localhost/storage
                                                                                                                                            visibility => public
                                                                                                                                        )
                                                                                                                                    s3 => Array(
                                                                                                                                            driver => s3
                                                                                                                                            key => 
                                                                                                                                            secret => 
                                                                                                                                            region => us-east-1
                                                                                                                                            bucket => 
                                                                                                                                            url => 
                                                                                                                                        )
                                                                                                                                )
                                                                                                                        )
                                                                                                                    hashing => Array(
                                                                                                                            driver => bcrypt
                                                                                                                            bcrypt => Array(
                                                                                                                                    rounds => 10
                                                                                                                                )
                                                                                                                            argon => Array(
                                                                                                                                    memory => 1024
                                                                                                                                    threads => 2
                                                                                                                                    time => 2
                                                                                                                                )
                                                                                                                        )
                                                                                                                    logging => Array(
                                                                                                                            default => stack
                                                                                                                            channels => Array(
                                                                                                                                    stack => Array(
                                                                                                                                            driver => stack
                                                                                                                                            channels => Array(
                                                                                                                                                    0 => single
                                                                                                                                                )
                                                                                                                                            ignore_exceptions => 
                                                                                                                                        )
                                                                                                                                    single => Array(
                                                                                                                                            driver => single
                                                                                                                                            path => /0000/storage/logs/laravel.log
                                                                                                                                            level => debug
                                                                                                                                        )
                                                                                                                                    daily => Array(
                                                                                                                                            driver => daily
                                                                                                                                            path => /0000/storage/logs/laravel.log
                                                                                                                                            level => debug
                                                                                                                                            days => 14
                                                                                                                                        )
                                                                                                                                    slack => Array(
                                                                                                                                            driver => slack
                                                                                                                                            url => 
                                                                                                                                            username => Laravel Log
                                                                                                                                            emoji => :boom:
                                                                                                                                            level => critical
                                                                                                                                        )
                                                                                                                                    papertrail => Array(
                                                                                                                                            driver => monolog
                                                                                                                                            level => debug
                                                                                                                                            handler => Monolog\Handler\SyslogUdpHandler
                                                                                                                                            handler_with => Array(
                                                                                                                                                    host => 
                                                                                                                                                    port => 
                                                                                                                                                )
                                                                                                                                        )
                                                                                                                                    stderr => Array(
                                                                                                                                            driver => monolog
                                                                                                                                            handler => Monolog\Handler\StreamHandler
                                                                                                                                            formatter => 
                                                                                                                                            with => Array(
                                                                                                                                                    stream => php://stderr
                                                                                                                                                )
                                                                                                                                        )
                                                                                                                                    syslog => Array(
                                                                                                                                            driver => syslog
                                                                                                                                            level => debug
                                                                                                                                        )
                                                                                                                                    errorlog => Array(
                                                                                                                                            driver => errorlog
                                                                                                                                            level => debug
                                                                                                                                        )
                                                                                                                                    null => Array(
                                                                                                                                            driver => monolog
                                                                                                                                            handler => Monolog\Handler\NullHandler
                                                                                                                                        )
                                                                                                                                    emergency => Array(
                                                                                                                                            path => /0000/storage/logs/laravel.log
                                                                                                                                        )
                                                                                                                                )
                                                                                                                        )
                                                                                                                    mail => Array(
                                                                                                                            driver => smtp
                                                                                                                            host => smtp.mailtrap.io
                                                                                                                            port => 2525
                                                                                                                            from => Array(
                                                                                                                                    address => 
                                                                                                                                    name => 本地测试
                                                                                                                                )
                                                                                                                            encryption => 
                                                                                                                            username => 
                                                                                                                            password => 
                                                                                                                            sendmail => /usr/sbin/sendmail -bs
                                                                                                                            markdown => Array(
                                                                                                                                    theme => default
                                                                                                                                    paths => Array(
                                                                                                                                            0 => /0000/resources/views/vendor/mail
                                                                                                                                        )
                                                                                                                                )
                                                                                                                            log_channel => 
                                                                                                                        )
                                                                                                                    queue => Array(
                                                                                                                            default => sync
                                                                                                                            connections => Array(
                                                                                                                                    sync => Array(
                                                                                                                                            driver => sync
                                                                                                                                        )
                                                                                                                                    database => Array(
                                                                                                                                            driver => database
                                                                                                                                            table => jobs
                                                                                                                                            queue => default
                                                                                                                                            retry_after => 90
                                                                                                                                        )
                                                                                                                                    beanstalkd => Array(
                                                                                                                                            driver => beanstalkd
                                                                                                                                            host => localhost
                                                                                                                                            queue => default
                                                                                                                                            retry_after => 90
                                                                                                                                            block_for => 0
                                                                                                                                        )
                                                                                                                                    sqs => Array(
                                                                                                                                            driver => sqs
                                                                                                                                            key => 
                                                                                                                                            secret => 
                                                                                                                                            prefix => https://sqs.us-east-1.amazonaws.com/your-account-id
                                                                                                                                            queue => your-queue-name
                                                                                                                                            region => us-east-1
                                                                                                                                        )
                                                                                                                                    redis => Array(
                                                                                                                                            driver => redis
                                                                                                                                            connection => default
                                                                                                                                            queue => default
                                                                                                                                            retry_after => 90
                                                                                                                                            block_for => 
                                                                                                                                        )
                                                                                                                                )
                                                                                                                            failed => Array(
                                                                                                                                    driver => database
                                                                                                                                    database => mysql
                                                                                                                                    table => failed_jobs
                                                                                                                                )
                                                                                                                        )
                                                                                                                    services => Array(
                                                                                                                            mailgun => Array(
                                                                                                                                    domain => 
                                                                                                                                    secret => 
                                                                                                                                    endpoint => api.mailgun.net
                                                                                                                                )
                                                                                                                            postmark => Array(
                                                                                                                                    token => 
                                                                                                                                )
                                                                                                                            ses => Array(
                                                                                                                                    key => 
                                                                                                                                    secret => 
                                                                                                                                    region => us-east-1
                                                                                                                                )
                                                                                                                        )
                                                                                                                    session => Array(
                                                                                                                            driver => cookie
                                                                                                                            lifetime => 120
                                                                                                                            expire_on_close => 
                                                                                                                            encrypt => 
                                                                                                                            files => /0000/storage/framework/sessions
                                                                                                                            connection => 
                                                                                                                            table => sessions
                                                                                                                            store => 
                                                                                                                            lottery => Array(
                                                                                                                                    0 => 2
                                                                                                                                    1 => 100
                                                                                                                                )
                                                                                                                            cookie => _session
                                                                                                                            path => /
                                                                                                                            domain => 
                                                                                                                            secure => 
                                                                                                                            http_only => 1
                                                                                                                            same_site => 
                                                                                                                        )
                                                                                                                    view => Array(
                                                                                                                            paths => Array(
                                                                                                                                    0 => /0000/resources/views
                                                                                                                                )
                                                                                                                            compiled => /0000/storage/framework/views
                                                                                                                        )
                                                                                                                    flare => Array(
                                                                                                                            key => 
                                                                                                                            reporting => Array(
                                                                                                                                    anonymize_ips => 1
                                                                                                                                    collect_git_information => 1
                                                                                                                                    report_queries => 1
                                                                                                                                    maximum_number_of_collected_queries => 200
                                                                                                                                    report_query_bindings => 1
                                                                                                                                    report_view_data => 1
                                                                                                                                    grouping_type => 
                                                                                                                                )
                                                                                                                            send_logs_as_events => 1
                                                                                                                        )
                                                                                                                    ignition => Array(
                                                                                                                            editor => phpstorm
                                                                                                                            theme => light
                                                                                                                            enable_share_button => 1
                                                                                                                            register_commands => 
                                                                                                                            ignored_solution_providers => Array()
                                                                                                                            enable_runnable_solutions => 
                                                                                                                            remote_sites_path => 
                                                                                                                            local_sites_path => 
                                                                                                                            housekeeping_endpoint_prefix => _ignition
                                                                                                                        )
                                                                                                                    trustedproxy => Array(
                                                                                                                            proxies => 
                                                                                                                            headers => 30
                                                                                                                        )
                                                                                                                )
                                                                                                        )
                                                                                                    request => Illuminate\Http\Request Object(
                                                                                                            json => 
                                                                                                            convertedFiles => 
                                                                                                            userResolver => 
                                                                                                            routeResolver => 
                                                                                                            attributes => Symfony\Component\HttpFoundation\ParameterBag Object(
                                                                                                                    parameters => Array()
                                                                                                                )
                                                                                                            request => Symfony\Component\HttpFoundation\ParameterBag Object(
                                                                                                                    parameters => Array()
                                                                                                                )
                                                                                                            query => Symfony\Component\HttpFoundation\ParameterBag Object(
                                                                                                                    parameters => Array()
                                                                                                                )
                                                                                                            server => Symfony\Component\HttpFoundation\ServerBag Object(
                                                                                                                    parameters => Array(
                                                                                                                            SERVER_NAME => localhost
                                                                                                                            SERVER_PORT => 80
                                                                                                                            HTTP_HOST => localhost
                                                                                                                            HTTP_USER_AGENT => Symfony
                                                                                                                            HTTP_ACCEPT => text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
                                                                                                                            HTTP_ACCEPT_LANGUAGE => en-us,en;q=0.5
                                                                                                                            HTTP_ACCEPT_CHARSET => ISO-8859-1,utf-8;q=0.7,*;q=0.7
                                                                                                                            REMOTE_ADDR => 127.0.0.1
                                                                                                                            SCRIPT_NAME => artisan
                                                                                                                            SCRIPT_FILENAME => artisan
                                                                                                                            SERVER_PROTOCOL => HTTP/1.1
                                                                                                                            REQUEST_TIME => 1578274558
                                                                                                                            PHP_EXTRA_CONFIGURE_ARGS => --enable-fpm --with-fpm-user=www-data --with-fpm-group=www-data --disable-cgi
                                                                                                                            LANGUAGE => C
                                                                                                                            HOSTNAME => d9d2f135fb85
                                                                                                                            PHP_INI_DIR => /usr/local/etc/php
                                                                                                                            GIT_ASKPASS => echo
                                                                                                                            SHLVL => 2
                                                                                                                            HOME => /root
                                                                                                                            OLDPWD => /
                                                                                                                            PHP_LDFLAGS => -Wl,-O1 -Wl,--hash-style=both -pie
                                                                                                                            PHP_CFLAGS => -fstack-protector-strong -fpic -fpie -O2
                                                                                                                            PHP_MD5 => 
                                                                                                                            PHP_VERSION => 7.2.19
                                                                                                                            COMPOSER_HOME => /tmp/composer
                                                                                                                            COMPOSER_BINARY => /usr/bin/composer
                                                                                                                            GPG_KEYS => 1729F83938DA44E27BA0F4D3DBDB397470D12172 B1B44D8F021E4E2D6021E995DC9FF8D3EE5AF27F
                                                                                                                            PHP_CPPFLAGS => -fstack-protector-strong -fpic -fpie -O2
                                                                                                                            PHP_ASC_URL => https://www.php.net/get/php-7.2.19.tar.xz.asc/from/this/mirror
                                                                                                                            PHP_URL => https://www.php.net/get/php-7.2.19.tar.xz/from/this/mirror
                                                                                                                            TERM => xterm
                                                                                                                            PATH => /0000/vendor/bin:/tmp/composer/vendor/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
                                                                                                                            LD_PRELOAD => /usr/lib/preloadable_libiconv.so php
                                                                                                                            PHPIZE_DEPS => autoconf 		dpkg-dev dpkg 		file 		g++ 		gcc 		libc-dev 		make 		pkgconf 		re2c
                                                                                                                            PWD => /0000
                                                                                                                            PHP_SHA256 => 4ffa2404a88d60e993a9fe69f829ebec3eb1e006de41b6048ce5e91bbeaa9282
                                                                                                                            PHP_SELF => artisan
                                                                                                                            PATH_TRANSLATED => artisan
                                                                                                                            DOCUMENT_ROOT => 
                                                                                                                            REQUEST_TIME_FLOAT => 1578274558.794
                                                                                                                            argv => Array(
                                                                                                                                    0 => artisan
                                                                                                                                    1 => package:discover
                                                                                                                                    2 => --ansi
                                                                                                                                )
                                                                                                                            argc => 3
                                                                                                                            APP_NAME => 本地测试
                                                                                                                            APP_ENV => local
                                                                                                                            APP_KEY => base64:gIjju1XIlTNS6j8BuifyrL2QAARYlvdKYd31eAqei7g=
                                                                                                                            APP_DEBUG => true
                                                                                                                            APP_URL => http://localhost
                                                                                                                            LOG_CHANNEL => stack
                                                                                                                            DB_CONNECTION => mysql
                                                                                                                            DB_HOST => 127.0.0.1
                                                                                                                            DB_PORT => 3306
                                                                                                                            DB_DATABASE => laravel
                                                                                                                            DB_USERNAME => root
                                                                                                                            DB_PASSWORD => 
                                                                                                                            BROADCAST_DRIVER => log
                                                                                                                            CACHE_DRIVER => file
                                                                                                                            QUEUE_CONNECTION => sync
                                                                                                                            SESSION_DRIVER => cookie
                                                                                                                            SESSION_LIFETIME => 120
                                                                                                                            REDIS_HOST => 127.0.0.1
                                                                                                                            REDIS_PASSWORD => null
                                                                                                                            REDIS_PORT => 6379
                                                                                                                            MAIL_DRIVER => smtp
                                                                                                                            MAIL_HOST => smtp.mailtrap.io
                                                                                                                            MAIL_PORT => 2525
                                                                                                                            MAIL_USERNAME => null
                                                                                                                            MAIL_PASSWORD => null
                                                                                                                            MAIL_ENCRYPTION => null
                                                                                                                            MAIL_FROM_ADDRESS => null
                                                                                                                            MAIL_FROM_NAME => 本地测试
                                                                                                                            AWS_ACCESS_KEY_ID => 
                                                                                                                            AWS_SECRET_ACCESS_KEY => 
                                                                                                                            AWS_DEFAULT_REGION => us-east-1
                                                                                                                            AWS_BUCKET => 
                                                                                                                            PUSHER_APP_ID => 
                                                                                                                            PUSHER_APP_KEY => 
                                                                                                                            PUSHER_APP_SECRET => 
                                                                                                                            PUSHER_APP_CLUSTER => mt1
                                                                                                                            MIX_PUSHER_APP_KEY => 
                                                                                                                            MIX_PUSHER_APP_CLUSTER => mt1
                                                                                                                            PATH_INFO => 
                                                                                                                            REQUEST_METHOD => GET
                                                                                                                            REQUEST_URI => /
                                                                                                                            QUERY_STRING => 
                                                                                                                        )
                                                                                                                )
                                                                                                            files => Symfony\Component\HttpFoundation\FileBag Object(
                                                                                                                    parameters => Array()
                                                                                                                )
                                                                                                            cookies => Symfony\Component\HttpFoundation\ParameterBag Object(
                                                                                                                    parameters => Array()
                                                                                                                )
                                                                                                            headers => Symfony\Component\HttpFoundation\HeaderBag Object(
                                                                                                                    headers => Array(
                                                                                                                            host => Array(
                                                                                                                                    0 => localhost
                                                                                                                                )
                                                                                                                            [user-agent] => Array(
                                                                                                                                    0 => Symfony
                                                                                                                                )
                                                                                                                            accept => Array(
                                                                                                                                    0 => text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
                                                                                                                                )
                                                                                                                            [accept-language] => Array(
                                                                                                                                    0 => en-us,en;q=0.5
                                                                                                                                )
                                                                                                                            [accept-charset] => Array(
                                                                                                                                    0 => ISO-8859-1,utf-8;q=0.7,*;q=0.7
                                                                                                                                )
                                                                                                                        )
                                                                                                                    cacheControl => Array()
                                                                                                                )
                                                                                                            content => 
                                                                                                            languages => 
                                                                                                            charsets => 
                                                                                                            encodings => 
                                                                                                            acceptableContentTypes => 
                                                                                                            pathInfo => 
                                                                                                            requestUri => 
                                                                                                            baseUrl => 
                                                                                                            basePath => 
                                                                                                            method => 
                                                                                                            format => 
                                                                                                            session => 
                                                                                                            locale => 
                                                                                                            defaultLocale => en
                                                                                                            [preferredFormat:Symfony\Component\HttpFoundation\Request:private] => 
                                                                                                            [isHostValid:Symfony\Component\HttpFoundation\Request:private] => 1
                                                                                                            [isForwardedValid:Symfony\Component\HttpFoundation\Request:private] => 1
                                                                                                        )
                                                                                                    [Facade\Ignition\LogRecorder\LogRecorder] => Facade\Ignition\LogRecorder\LogRecorder Object(
                                                                                                            logMessages => Array()
                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                        )
                                                                                                    [Facade\Ignition\DumpRecorder\DumpRecorder] => Facade\Ignition\DumpRecorder\DumpRecorder Object(
                                                                                                            dumps => Array()
                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                        )
                                                                                                    [Facade\Ignition\QueryRecorder\QueryRecorder] => Facade\Ignition\QueryRecorder\QueryRecorder Object
 
                                                                                                    [flare.http] => Facade\FlareClient\Http\Client Object(
                                                                                                            [apiToken:Facade\FlareClient\Http\Client:private] => 
                                                                                                            [apiSecret:Facade\FlareClient\Http\Client:private] => 
                                                                                                            [baseUrl:Facade\FlareClient\Http\Client:private] => https://flareapp.io/api
                                                                                                            [timeout:Facade\FlareClient\Http\Client:private] => 10
                                                                                                        )
                                                                                                    [flare.client] => Facade\FlareClient\Flare Object(
                                                                                                            [client:Facade\FlareClient\Flare:private] => Facade\FlareClient\Http\Client Object(
                                                                                                                    [apiToken:Facade\FlareClient\Http\Client:private] => 
                                                                                                                    [apiSecret:Facade\FlareClient\Http\Client:private] => 
                                                                                                                    [baseUrl:Facade\FlareClient\Http\Client:private] => https://flareapp.io/api
                                                                                                                    [timeout:Facade\FlareClient\Http\Client:private] => 10
                                                                                                                )
                                                                                                            [api:Facade\FlareClient\Flare:private] => Facade\FlareClient\Api Object(
                                                                                                                    [client:Facade\FlareClient\Api:private] => Facade\FlareClient\Http\Client Object(
                                                                                                                            [apiToken:Facade\FlareClient\Http\Client:private] => 
                                                                                                                            [apiSecret:Facade\FlareClient\Http\Client:private] => 
                                                                                                                            [baseUrl:Facade\FlareClient\Http\Client:private] => https://flareapp.io/api
                                                                                                                            [timeout:Facade\FlareClient\Http\Client:private] => 10
                                                                                                                        )
                                                                                                                    [queue:Facade\FlareClient\Api:private] => Array()
                                                                                                                )
                                                                                                            [middleware:Facade\FlareClient\Flare:private] => Array(
                                                                                                                    0 => Facade\FlareClient\Middleware\AddGlows Object(
                                                                                                                            [recorder:Facade\FlareClient\Middleware\AddGlows:private] => Facade\FlareClient\Glows\Recorder Object(
                                                                                                                                    [glows:Facade\FlareClient\Glows\Recorder:private] => Array()
                                                                                                                                )
                                                                                                                        )
                                                                                                                    1 => Facade\FlareClient\Middleware\AnonymizeIp Object()
                                                                                                                    2 => Facade\Ignition\Middleware\SetNotifierName Object()
                                                                                                                    3 => Facade\Ignition\Middleware\AddEnvironmentInformation Object()
                                                                                                                    4 => Facade\Ignition\Middleware\AddLogs Object(
                                                                                                                            logRecorder => Facade\Ignition\LogRecorder\LogRecorder Object(
                                                                                                                                    logMessages => Array()
                                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                                )
                                                                                                                        )
                                                                                                                    5 => Facade\Ignition\Middleware\AddDumps Object(
                                                                                                                            dumpRecorder => Facade\Ignition\DumpRecorder\DumpRecorder Object(
                                                                                                                                    dumps => Array()
                                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                                )
                                                                                                                        )
                                                                                                                    6 => Facade\Ignition\Middleware\AddQueries Object(
                                                                                                                            queryRecorder => Facade\Ignition\QueryRecorder\QueryRecorder Object
 
                                                                                                                        )
                                                                                                                    7 => Facade\Ignition\Middleware\AddSolutions Object(
                                                                                                                            solutionProviderRepository => Facade\Ignition\SolutionProviders\SolutionProviderRepository Object(
                                                                                                                                    solutionProviders => Illuminate\Support\Collection Object(
                                                                                                                                            items => Array(
                                                                                                                                                    0 => Facade\Ignition\SolutionProviders\IncorrectValetDbCredentialsSolutionProvider
                                                                                                                                                    1 => Facade\Ignition\SolutionProviders\MissingAppKeySolutionProvider
                                                                                                                                                    2 => Facade\Ignition\SolutionProviders\DefaultDbNameSolutionProvider
                                                                                                                                                    3 => Facade\Ignition\SolutionProviders\BadMethodCallSolutionProvider
                                                                                                                                                    4 => Facade\Ignition\SolutionProviders\TableNotFoundSolutionProvider
                                                                                                                                                    5 => Facade\Ignition\SolutionProviders\MissingImportSolutionProvider
                                                                                                                                                    6 => Facade\Ignition\SolutionProviders\MissingPackageSolutionProvider
                                                                                                                                                    7 => Facade\Ignition\SolutionProviders\InvalidRouteActionSolutionProvider
                                                                                                                                                    8 => Facade\Ignition\SolutionProviders\ViewNotFoundSolutionProvider
                                                                                                                                                    9 => Facade\Ignition\SolutionProviders\UndefinedVariableSolutionProvider
                                                                                                                                                    10 => Facade\Ignition\SolutionProviders\MergeConflictSolutionProvider
                                                                                                                                                    11 => Facade\Ignition\SolutionProviders\RunningLaravelDuskInProductionProvider
                                                                                                                                                    12 => Facade\Ignition\SolutionProviders\MissingColumnSolutionProvider
                                                                                                                                                    13 => Facade\Ignition\SolutionProviders\UnknownValidationSolutionProvider
                                                                                                                                                )
                                                                                                                                        )
                                                                                                                                )
                                                                                                                        )
                                                                                                                    8 => Facade\Ignition\Middleware\AddGitInformation Object()
                                                                                                                )
                                                                                                            [recorder:Facade\FlareClient\Flare:private] => Facade\FlareClient\Glows\Recorder Object(
                                                                                                                    [glows:Facade\FlareClient\Glows\Recorder:private] => Array()
                                                                                                                )
                                                                                                            [applicationPath:Facade\FlareClient\Flare:private] => /0000
                                                                                                            [container:Facade\FlareClient\Flare:private] => Illuminate\Foundation\Application Object
 
                                                                                                            [contextDetector:Facade\FlareClient\Flare:private] => Facade\Ignition\Context\LaravelContextDetector Object()
                                                                                                            [previousExceptionHandler:Facade\FlareClient\Flare:private] => 
                                                                                                            [previousErrorHandler:Facade\FlareClient\Flare:private] => 
                                                                                                            [messageLevel:Facade\FlareClient\Flare:private] => 
                                                                                                            [stage:Facade\FlareClient\Flare:private] => local
                                                                                                            [userProvidedContext:Facade\FlareClient\Flare:private] => Array()
                                                                                                        )
                                                                                                    [Facade\IgnitionContracts\SolutionProviderRepository] => Facade\Ignition\SolutionProviders\SolutionProviderRepository Object(
                                                                                                            solutionProviders => Illuminate\Support\Collection Object(
                                                                                                                    items => Array(
                                                                                                                            0 => Facade\Ignition\SolutionProviders\IncorrectValetDbCredentialsSolutionProvider
                                                                                                                            1 => Facade\Ignition\SolutionProviders\MissingAppKeySolutionProvider
                                                                                                                            2 => Facade\Ignition\SolutionProviders\DefaultDbNameSolutionProvider
                                                                                                                            3 => Facade\Ignition\SolutionProviders\BadMethodCallSolutionProvider
                                                                                                                            4 => Facade\Ignition\SolutionProviders\TableNotFoundSolutionProvider
                                                                                                                            5 => Facade\Ignition\SolutionProviders\MissingImportSolutionProvider
                                                                                                                            6 => Facade\Ignition\SolutionProviders\MissingPackageSolutionProvider
                                                                                                                            7 => Facade\Ignition\SolutionProviders\InvalidRouteActionSolutionProvider
                                                                                                                            8 => Facade\Ignition\SolutionProviders\ViewNotFoundSolutionProvider
                                                                                                                            9 => Facade\Ignition\SolutionProviders\UndefinedVariableSolutionProvider
                                                                                                                            10 => Facade\Ignition\SolutionProviders\MergeConflictSolutionProvider
                                                                                                                            11 => Facade\Ignition\SolutionProviders\RunningLaravelDuskInProductionProvider
                                                                                                                            12 => Facade\Ignition\SolutionProviders\MissingColumnSolutionProvider
                                                                                                                            13 => Facade\Ignition\SolutionProviders\UnknownValidationSolutionProvider
                                                                                                                        )
                                                                                                                )
                                                                                                        )
                                                                                                    [Illuminate\Contracts\Debug\ExceptionHandler] => NunoMaduro\Collision\Adapters\Laravel\ExceptionHandler Object(
                                                                                                            appExceptionHandler => App\Exceptions\Handler Object(
                                                                                                                    dontReport => Array()
                                                                                                                    dontFlash => Array(
                                                                                                                            0 => password
                                                                                                                            1 => password_confirmation
                                                                                                                        )
                                                                                                                    container => Illuminate\Foundation\Application Object
 
                                                                                                                    internalDontReport => Array(
                                                                                                                            0 => Illuminate\Auth\AuthenticationException
                                                                                                                            1 => Illuminate\Auth\Access\AuthorizationException
                                                                                                                            2 => Symfony\Component\HttpKernel\Exception\HttpException
                                                                                                                            3 => Illuminate\Http\Exceptions\HttpResponseException
                                                                                                                            4 => Illuminate\Database\Eloquent\ModelNotFoundException
                                                                                                                            5 => Symfony\Component\HttpFoundation\Exception\SuspiciousOperationException
                                                                                                                            6 => Illuminate\Session\TokenMismatchException
                                                                                                                            7 => Illuminate\Validation\ValidationException
                                                                                                                        )
                                                                                                                )
                                                                                                            container => Illuminate\Foundation\Application Object
 
                                                                                                        )
                                                                                                    [db.factory] => Illuminate\Database\Connectors\ConnectionFactory Object(
                                                                                                            container => Illuminate\Foundation\Application Object
 
                                                                                                        )
                                                                                                    db => Illuminate\Database\DatabaseManager Object(
                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                            factory => Illuminate\Database\Connectors\ConnectionFactory Object(
                                                                                                                    container => Illuminate\Foundation\Application Object
 
                                                                                                                )
                                                                                                            connections => Array()
                                                                                                            extensions => Array()
                                                                                                            reconnector => Closure Object(
                                                                                                                    this => Illuminate\Database\DatabaseManager Object
 
                                                                                                                    parameter => Array(
                                                                                                                            [$connection] => 
                                                                                                                        )
                                                                                                                )
                                                                                                        )
                                                                                                    [view.engine.resolver] => Illuminate\View\Engines\EngineResolver Object(
                                                                                                            resolvers => Array(
                                                                                                                    file => Closure Object(
                                                                                                                            this => Illuminate\View\ViewServiceProvider Object(
                                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                                )
                                                                                                                        )
                                                                                                                    php => Closure Object(
                                                                                                                            this => Facade\Ignition\IgnitionServiceProvider Object(
                                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                                )
                                                                                                                        )
                                                                                                                    blade => Closure Object(
                                                                                                                            this => Facade\Ignition\IgnitionServiceProvider Object(
                                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                                )
                                                                                                                        )
                                                                                                                )
                                                                                                            resolved => Array()
                                                                                                        )
                                                                                                    files => Illuminate\Filesystem\Filesystem Object()
                                                                                                    [blade.compiler] => Illuminate\View\Compilers\BladeCompiler Object(
                                                                                                            extensions => Array()
                                                                                                            customDirectives => Array()
                                                                                                            conditions => Array()
                                                                                                            path => 
                                                                                                            compilers => Array(
                                                                                                                    0 => Comments
                                                                                                                    1 => Extensions
                                                                                                                    2 => Statements
                                                                                                                    3 => Echos
                                                                                                                )
                                                                                                            rawTags => Array(
                                                                                                                    0 => {!!
                                                                                                                    1 => !!}
                                                                                                                )
                                                                                                            contentTags => Array(
                                                                                                                    0 => {{
                                                                                                                    1 => }}
                                                                                                                )
                                                                                                            escapedTags => Array(
                                                                                                                    0 => {{{
                                                                                                                    1 => }}}
                                                                                                                )
                                                                                                            echoFormat => e(%s)
                                                                                                            footer => Array()
                                                                                                            rawBlocks => Array()
                                                                                                            files => Illuminate\Filesystem\Filesystem Object()
                                                                                                            cachePath => /0000/storage/framework/views
                                                                                                            firstCaseInSwitch => 1
                                                                                                            [encodingOptions:Illuminate\View\Compilers\BladeCompiler:private] => 15
                                                                                                            lastSection => 
                                                                                                            forElseCounter => 0
                                                                                                        )
                                                                                                    log => Illuminate\Log\LogManager Object(
                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                            channels => Array()
                                                                                                            customCreators => Array(
                                                                                                                    flare => Closure Object(
                                                                                                                            this => Illuminate\Log\LogManager Object
 
                                                                                                                            parameter => Array(
                                                                                                                                    [$app] => 
                                                                                                                                )
                                                                                                                        )
                                                                                                                )
                                                                                                            dateFormat => Y-m-d H:i:s
                                                                                                            levels => Array(
                                                                                                                    debug => 100
                                                                                                                    info => 200
                                                                                                                    notice => 250
                                                                                                                    warning => 300
                                                                                                                    error => 400
                                                                                                                    critical => 500
                                                                                                                    alert => 550
                                                                                                                    emergency => 600
                                                                                                                )
                                                                                                        )
                                                                                                    queue => Illuminate\Queue\QueueManager Object(
                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                            connections => Array()
                                                                                                            connectors => Array(
                                                                                                                    null => Closure Object(
                                                                                                                            this => Illuminate\Queue\QueueServiceProvider Object(
                                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                                )
                                                                                                                        )
                                                                                                                    sync => Closure Object(
                                                                                                                            this => Illuminate\Queue\QueueServiceProvider Object(
                                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                                )
                                                                                                                        )
                                                                                                                    database => Closure Object(
                                                                                                                            this => Illuminate\Queue\QueueServiceProvider Object(
                                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                                )
                                                                                                                        )
                                                                                                                    redis => Closure Object(
                                                                                                                            this => Illuminate\Queue\QueueServiceProvider Object(
                                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                                )
                                                                                                                        )
                                                                                                                    beanstalkd => Closure Object(
                                                                                                                            this => Illuminate\Queue\QueueServiceProvider Object(
                                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                                )
                                                                                                                        )
                                                                                                                    sqs => Closure Object(
                                                                                                                            this => Illuminate\Queue\QueueServiceProvider Object(
                                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                                )
                                                                                                                        )
                                                                                                                )
                                                                                                        )
                                                                                                    date => Illuminate\Support\DateFactory Object()
                                                                                                    router => Illuminate\Routing\Router Object
 
                                                                                                    routes => Illuminate\Routing\RouteCollection Object(
                                                                                                            routes => Array()
                                                                                                            allRoutes => Array()
                                                                                                            nameList => Array()
                                                                                                            actionList => Array()
                                                                                                        )
                                                                                                    url => Illuminate\Routing\UrlGenerator Object(
                                                                                                            routes => Illuminate\Routing\RouteCollection Object(
                                                                                                                    routes => Array()
                                                                                                                    allRoutes => Array()
                                                                                                                    nameList => Array()
                                                                                                                    actionList => Array()
                                                                                                                )
                                                                                                            request => Illuminate\Http\Request Object(
                                                                                                                    json => 
                                                                                                                    convertedFiles => 
                                                                                                                    userResolver => 
                                                                                                                    routeResolver => 
                                                                                                                    attributes => Symfony\Component\HttpFoundation\ParameterBag Object(
                                                                                                                            parameters => Array()
                                                                                                                        )
                                                                                                                    request => Symfony\Component\HttpFoundation\ParameterBag Object(
                                                                                                                            parameters => Array()
                                                                                                                        )
                                                                                                                    query => Symfony\Component\HttpFoundation\ParameterBag Object(
                                                                                                                            parameters => Array()
                                                                                                                        )
                                                                                                                    server => Symfony\Component\HttpFoundation\ServerBag Object(
                                                                                                                            parameters => Array(
                                                                                                                                    SERVER_NAME => localhost
                                                                                                                                    SERVER_PORT => 80
                                                                                                                                    HTTP_HOST => localhost
                                                                                                                                    HTTP_USER_AGENT => Symfony
                                                                                                                                    HTTP_ACCEPT => text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
                                                                                                                                    HTTP_ACCEPT_LANGUAGE => en-us,en;q=0.5
                                                                                                                                    HTTP_ACCEPT_CHARSET => ISO-8859-1,utf-8;q=0.7,*;q=0.7
                                                                                                                                    REMOTE_ADDR => 127.0.0.1
                                                                                                                                    SCRIPT_NAME => artisan
                                                                                                                                    SCRIPT_FILENAME => artisan
                                                                                                                                    SERVER_PROTOCOL => HTTP/1.1
                                                                                                                                    REQUEST_TIME => 1578274558
                                                                                                                                    PHP_EXTRA_CONFIGURE_ARGS => --enable-fpm --with-fpm-user=www-data --with-fpm-group=www-data --disable-cgi
                                                                                                                                    LANGUAGE => C
                                                                                                                                    HOSTNAME => d9d2f135fb85
                                                                                                                                    PHP_INI_DIR => /usr/local/etc/php
                                                                                                                                    GIT_ASKPASS => echo
                                                                                                                                    SHLVL => 2
                                                                                                                                    HOME => /root
                                                                                                                                    OLDPWD => /
                                                                                                                                    PHP_LDFLAGS => -Wl,-O1 -Wl,--hash-style=both -pie
                                                                                                                                    PHP_CFLAGS => -fstack-protector-strong -fpic -fpie -O2
                                                                                                                                    PHP_MD5 => 
                                                                                                                                    PHP_VERSION => 7.2.19
                                                                                                                                    COMPOSER_HOME => /tmp/composer
                                                                                                                                    COMPOSER_BINARY => /usr/bin/composer
                                                                                                                                    GPG_KEYS => 1729F83938DA44E27BA0F4D3DBDB397470D12172 B1B44D8F021E4E2D6021E995DC9FF8D3EE5AF27F
                                                                                                                                    PHP_CPPFLAGS => -fstack-protector-strong -fpic -fpie -O2
                                                                                                                                    PHP_ASC_URL => https://www.php.net/get/php-7.2.19.tar.xz.asc/from/this/mirror
                                                                                                                                    PHP_URL => https://www.php.net/get/php-7.2.19.tar.xz/from/this/mirror
                                                                                                                                    TERM => xterm
                                                                                                                                    PATH => /0000/vendor/bin:/tmp/composer/vendor/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
                                                                                                                                    LD_PRELOAD => /usr/lib/preloadable_libiconv.so php
                                                                                                                                    PHPIZE_DEPS => autoconf 		dpkg-dev dpkg 		file 		g++ 		gcc 		libc-dev 		make 		pkgconf 		re2c
                                                                                                                                    PWD => /0000
                                                                                                                                    PHP_SHA256 => 4ffa2404a88d60e993a9fe69f829ebec3eb1e006de41b6048ce5e91bbeaa9282
                                                                                                                                    PHP_SELF => artisan
                                                                                                                                    PATH_TRANSLATED => artisan
                                                                                                                                    DOCUMENT_ROOT => 
                                                                                                                                    REQUEST_TIME_FLOAT => 1578274558.794
                                                                                                                                    argv => Array(
                                                                                                                                            0 => artisan
                                                                                                                                            1 => package:discover
                                                                                                                                            2 => --ansi
                                                                                                                                        )
                                                                                                                                    argc => 3
                                                                                                                                    APP_NAME => 本地测试
                                                                                                                                    APP_ENV => local
                                                                                                                                    APP_KEY => base64:gIjju1XIlTNS6j8BuifyrL2QAARYlvdKYd31eAqei7g=
                                                                                                                                    APP_DEBUG => true
                                                                                                                                    APP_URL => http://localhost
                                                                                                                                    LOG_CHANNEL => stack
                                                                                                                                    DB_CONNECTION => mysql
                                                                                                                                    DB_HOST => 127.0.0.1
                                                                                                                                    DB_PORT => 3306
                                                                                                                                    DB_DATABASE => laravel
                                                                                                                                    DB_USERNAME => root
                                                                                                                                    DB_PASSWORD => 
                                                                                                                                    BROADCAST_DRIVER => log
                                                                                                                                    CACHE_DRIVER => file
                                                                                                                                    QUEUE_CONNECTION => sync
                                                                                                                                    SESSION_DRIVER => cookie
                                                                                                                                    SESSION_LIFETIME => 120
                                                                                                                                    REDIS_HOST => 127.0.0.1
                                                                                                                                    REDIS_PASSWORD => null
                                                                                                                                    REDIS_PORT => 6379
                                                                                                                                    MAIL_DRIVER => smtp
                                                                                                                                    MAIL_HOST => smtp.mailtrap.io
                                                                                                                                    MAIL_PORT => 2525
                                                                                                                                    MAIL_USERNAME => null
                                                                                                                                    MAIL_PASSWORD => null
                                                                                                                                    MAIL_ENCRYPTION => null
                                                                                                                                    MAIL_FROM_ADDRESS => null
                                                                                                                                    MAIL_FROM_NAME => 本地测试
                                                                                                                                    AWS_ACCESS_KEY_ID => 
                                                                                                                                    AWS_SECRET_ACCESS_KEY => 
                                                                                                                                    AWS_DEFAULT_REGION => us-east-1
                                                                                                                                    AWS_BUCKET => 
                                                                                                                                    PUSHER_APP_ID => 
                                                                                                                                    PUSHER_APP_KEY => 
                                                                                                                                    PUSHER_APP_SECRET => 
                                                                                                                                    PUSHER_APP_CLUSTER => mt1
                                                                                                                                    MIX_PUSHER_APP_KEY => 
                                                                                                                                    MIX_PUSHER_APP_CLUSTER => mt1
                                                                                                                                    PATH_INFO => 
                                                                                                                                    REQUEST_METHOD => GET
                                                                                                                                    REQUEST_URI => /
                                                                                                                                    QUERY_STRING => 
                                                                                                                                )
                                                                                                                        )
                                                                                                                    files => Symfony\Component\HttpFoundation\FileBag Object(
                                                                                                                            parameters => Array()
                                                                                                                        )
                                                                                                                    cookies => Symfony\Component\HttpFoundation\ParameterBag Object(
                                                                                                                            parameters => Array()
                                                                                                                        )
                                                                                                                    headers => Symfony\Component\HttpFoundation\HeaderBag Object(
                                                                                                                            headers => Array(
                                                                                                                                    host => Array(
                                                                                                                                            0 => localhost
                                                                                                                                        )
                                                                                                                                    [user-agent] => Array(
                                                                                                                                            0 => Symfony
                                                                                                                                        )
                                                                                                                                    accept => Array(
                                                                                                                                            0 => text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
                                                                                                                                        )
                                                                                                                                    [accept-language] => Array(
                                                                                                                                            0 => en-us,en;q=0.5
                                                                                                                                        )
                                                                                                                                    [accept-charset] => Array(
                                                                                                                                            0 => ISO-8859-1,utf-8;q=0.7,*;q=0.7
                                                                                                                                        )
                                                                                                                                )
                                                                                                                            cacheControl => Array()
                                                                                                                        )
                                                                                                                    content => 
                                                                                                                    languages => 
                                                                                                                    charsets => 
                                                                                                                    encodings => 
                                                                                                                    acceptableContentTypes => 
                                                                                                                    pathInfo => 
                                                                                                                    requestUri => 
                                                                                                                    baseUrl => 
                                                                                                                    basePath => 
                                                                                                                    method => 
                                                                                                                    format => 
                                                                                                                    session => 
                                                                                                                    locale => 
                                                                                                                    defaultLocale => en
                                                                                                                    [preferredFormat:Symfony\Component\HttpFoundation\Request:private] => 
                                                                                                                    [isHostValid:Symfony\Component\HttpFoundation\Request:private] => 1
                                                                                                                    [isForwardedValid:Symfony\Component\HttpFoundation\Request:private] => 1
                                                                                                                )
                                                                                                            assetRoot => 
                                                                                                            forcedRoot => 
                                                                                                            forceScheme => 
                                                                                                            cachedRoot => 
                                                                                                            cachedScheme => 
                                                                                                            rootNamespace => App\Http\Controllers
                                                                                                            sessionResolver => Closure Object(
                                                                                                                    this => Illuminate\Routing\RoutingServiceProvider Object(
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                )
                                                                                                            keyResolver => Closure Object(
                                                                                                                    this => Illuminate\Routing\RoutingServiceProvider Object(
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                )
                                                                                                            formatHostUsing => 
                                                                                                            formatPathUsing => 
                                                                                                            routeGenerator => 
                                                                                                        )
                                                                                                )
                                                                                            aliases => Array(
                                                                                                    [Illuminate\Foundation\Application] => app
                                                                                                    [Illuminate\Contracts\Container\Container] => app
                                                                                                    [Illuminate\Contracts\Foundation\Application] => app
                                                                                                    [Psr\Container\ContainerInterface] => app
                                                                                                    [Illuminate\Auth\AuthManager] => auth
                                                                                                    [Illuminate\Contracts\Auth\Factory] => auth
                                                                                                    [Illuminate\Contracts\Auth\Guard] => auth.driver
                                                                                                    [Illuminate\View\Compilers\BladeCompiler] => blade.compiler
                                                                                                    [Illuminate\Cache\CacheManager] => cache
                                                                                                    [Illuminate\Contracts\Cache\Factory] => cache
                                                                                                    [Illuminate\Cache\Repository] => cache.store
                                                                                                    [Illuminate\Contracts\Cache\Repository] => cache.store
                                                                                                    [Psr\SimpleCache\CacheInterface] => cache.store
                                                                                                    [Symfony\Component\Cache\Adapter\Psr16Adapter] => cache.psr6
                                                                                                    [Symfony\Component\Cache\Adapter\AdapterInterface] => cache.psr6
                                                                                                    [Psr\Cache\CacheItemPoolInterface] => cache.psr6
                                                                                                    [Illuminate\Config\Repository] => config
                                                                                                    [Illuminate\Contracts\Config\Repository] => config
                                                                                                    [Illuminate\Cookie\CookieJar] => cookie
                                                                                                    [Illuminate\Contracts\Cookie\Factory] => cookie
                                                                                                    [Illuminate\Contracts\Cookie\QueueingFactory] => cookie
                                                                                                    [Illuminate\Encryption\Encrypter] => encrypter
                                                                                                    [Illuminate\Contracts\Encryption\Encrypter] => encrypter
                                                                                                    [Illuminate\Database\DatabaseManager] => db
                                                                                                    [Illuminate\Database\ConnectionResolverInterface] => db
                                                                                                    [Illuminate\Database\Connection] => db.connection
                                                                                                    [Illuminate\Database\ConnectionInterface] => db.connection
                                                                                                    [Illuminate\Events\Dispatcher] => events
                                                                                                    [Illuminate\Contracts\Events\Dispatcher] => events
                                                                                                    [Illuminate\Filesystem\Filesystem] => files
                                                                                                    [Illuminate\Filesystem\FilesystemManager] => filesystem
                                                                                                    [Illuminate\Contracts\Filesystem\Factory] => filesystem
                                                                                                    [Illuminate\Contracts\Filesystem\Filesystem] => filesystem.disk
                                                                                                    [Illuminate\Contracts\Filesystem\Cloud] => filesystem.cloud
                                                                                                    [Illuminate\Hashing\HashManager] => hash
                                                                                                    [Illuminate\Contracts\Hashing\Hasher] => hash.driver
                                                                                                    [Illuminate\Translation\Translator] => translator
                                                                                                    [Illuminate\Contracts\Translation\Translator] => translator
                                                                                                    [Illuminate\Log\LogManager] => log
                                                                                                    [Psr\Log\LoggerInterface] => log
                                                                                                    [Illuminate\Mail\Mailer] => mailer
                                                                                                    [Illuminate\Contracts\Mail\Mailer] => mailer
                                                                                                    [Illuminate\Contracts\Mail\MailQueue] => mailer
                                                                                                    [Illuminate\Auth\Passwords\PasswordBrokerManager] => auth.password
                                                                                                    [Illuminate\Contracts\Auth\PasswordBrokerFactory] => auth.password
                                                                                                    [Illuminate\Auth\Passwords\PasswordBroker] => auth.password.broker
                                                                                                    [Illuminate\Contracts\Auth\PasswordBroker] => auth.password.broker
                                                                                                    [Illuminate\Queue\QueueManager] => queue
                                                                                                    [Illuminate\Contracts\Queue\Factory] => queue
                                                                                                    [Illuminate\Contracts\Queue\Monitor] => queue
                                                                                                    [Illuminate\Contracts\Queue\Queue] => queue.connection
                                                                                                    [Illuminate\Queue\Failed\FailedJobProviderInterface] => queue.failer
                                                                                                    [Illuminate\Routing\Redirector] => redirect
                                                                                                    [Illuminate\Redis\RedisManager] => redis
                                                                                                    [Illuminate\Contracts\Redis\Factory] => redis
                                                                                                    [Illuminate\Http\Request] => request
                                                                                                    [Symfony\Component\HttpFoundation\Request] => request
                                                                                                    [Illuminate\Routing\Router] => router
                                                                                                    [Illuminate\Contracts\Routing\Registrar] => router
                                                                                                    [Illuminate\Contracts\Routing\BindingRegistrar] => router
                                                                                                    [Illuminate\Session\SessionManager] => session
                                                                                                    [Illuminate\Session\Store] => session.store
                                                                                                    [Illuminate\Contracts\Session\Session] => session.store
                                                                                                    [Illuminate\Routing\UrlGenerator] => url
                                                                                                    [Illuminate\Contracts\Routing\UrlGenerator] => url
                                                                                                    [Illuminate\Validation\Factory] => validator
                                                                                                    [Illuminate\Contracts\Validation\Factory] => validator
                                                                                                    [Illuminate\View\Factory] => view
                                                                                                    [Illuminate\Contracts\View\Factory] => view
                                                                                                    [Illuminate\Contracts\Notifications\Dispatcher] => Illuminate\Notifications\ChannelManager
                                                                                                    [Illuminate\Contracts\Notifications\Factory] => Illuminate\Notifications\ChannelManager
                                                                                                    [Facade\FlareClient\Http\Client] => flare.http
                                                                                                    [Facade\FlareClient\Flare] => flare.client
                                                                                                )
                                                                                            abstractAliases => Array(
                                                                                                    app => Array(
                                                                                                            0 => Illuminate\Foundation\Application
                                                                                                            1 => Illuminate\Contracts\Container\Container
                                                                                                            2 => Illuminate\Contracts\Foundation\Application
                                                                                                            3 => Psr\Container\ContainerInterface
                                                                                                        )
                                                                                                    auth => Array(
                                                                                                            0 => Illuminate\Auth\AuthManager
                                                                                                            1 => Illuminate\Contracts\Auth\Factory
                                                                                                        )
                                                                                                    [auth.driver] => Array(
                                                                                                            0 => Illuminate\Contracts\Auth\Guard
                                                                                                        )
                                                                                                    [blade.compiler] => Array(
                                                                                                            0 => Illuminate\View\Compilers\BladeCompiler
                                                                                                        )
                                                                                                    cache => Array(
                                                                                                            0 => Illuminate\Cache\CacheManager
                                                                                                            1 => Illuminate\Contracts\Cache\Factory
                                                                                                        )
                                                                                                    [cache.store] => Array(
                                                                                                            0 => Illuminate\Cache\Repository
                                                                                                            1 => Illuminate\Contracts\Cache\Repository
                                                                                                            2 => Psr\SimpleCache\CacheInterface
                                                                                                        )
                                                                                                    [cache.psr6] => Array(
                                                                                                            0 => Symfony\Component\Cache\Adapter\Psr16Adapter
                                                                                                            1 => Symfony\Component\Cache\Adapter\AdapterInterface
                                                                                                            2 => Psr\Cache\CacheItemPoolInterface
                                                                                                        )
                                                                                                    config => Array(
                                                                                                            0 => Illuminate\Config\Repository
                                                                                                            1 => Illuminate\Contracts\Config\Repository
                                                                                                        )
                                                                                                    cookie => Array(
                                                                                                            0 => Illuminate\Cookie\CookieJar
                                                                                                            1 => Illuminate\Contracts\Cookie\Factory
                                                                                                            2 => Illuminate\Contracts\Cookie\QueueingFactory
                                                                                                        )
                                                                                                    encrypter => Array(
                                                                                                            0 => Illuminate\Encryption\Encrypter
                                                                                                            1 => Illuminate\Contracts\Encryption\Encrypter
                                                                                                        )
                                                                                                    db => Array(
                                                                                                            0 => Illuminate\Database\DatabaseManager
                                                                                                            1 => Illuminate\Database\ConnectionResolverInterface
                                                                                                        )
                                                                                                    [db.connection] => Array(
                                                                                                            0 => Illuminate\Database\Connection
                                                                                                            1 => Illuminate\Database\ConnectionInterface
                                                                                                        )
                                                                                                    events => Array(
                                                                                                            0 => Illuminate\Events\Dispatcher
                                                                                                            1 => Illuminate\Contracts\Events\Dispatcher
                                                                                                        )
                                                                                                    files => Array(
                                                                                                            0 => Illuminate\Filesystem\Filesystem
                                                                                                        )
                                                                                                    filesystem => Array(
                                                                                                            0 => Illuminate\Filesystem\FilesystemManager
                                                                                                            1 => Illuminate\Contracts\Filesystem\Factory
                                                                                                        )
                                                                                                    [filesystem.disk] => Array(
                                                                                                            0 => Illuminate\Contracts\Filesystem\Filesystem
                                                                                                        )
                                                                                                    [filesystem.cloud] => Array(
                                                                                                            0 => Illuminate\Contracts\Filesystem\Cloud
                                                                                                        )
                                                                                                    hash => Array(
                                                                                                            0 => Illuminate\Hashing\HashManager
                                                                                                        )
                                                                                                    [hash.driver] => Array(
                                                                                                            0 => Illuminate\Contracts\Hashing\Hasher
                                                                                                        )
                                                                                                    translator => Array(
                                                                                                            0 => Illuminate\Translation\Translator
                                                                                                            1 => Illuminate\Contracts\Translation\Translator
                                                                                                        )
                                                                                                    log => Array(
                                                                                                            0 => Illuminate\Log\LogManager
                                                                                                            1 => Psr\Log\LoggerInterface
                                                                                                        )
                                                                                                    mailer => Array(
                                                                                                            0 => Illuminate\Mail\Mailer
                                                                                                            1 => Illuminate\Contracts\Mail\Mailer
                                                                                                            2 => Illuminate\Contracts\Mail\MailQueue
                                                                                                        )
                                                                                                    [auth.password] => Array(
                                                                                                            0 => Illuminate\Auth\Passwords\PasswordBrokerManager
                                                                                                            1 => Illuminate\Contracts\Auth\PasswordBrokerFactory
                                                                                                        )
                                                                                                    [auth.password.broker] => Array(
                                                                                                            0 => Illuminate\Auth\Passwords\PasswordBroker
                                                                                                            1 => Illuminate\Contracts\Auth\PasswordBroker
                                                                                                        )
                                                                                                    queue => Array(
                                                                                                            0 => Illuminate\Queue\QueueManager
                                                                                                            1 => Illuminate\Contracts\Queue\Factory
                                                                                                            2 => Illuminate\Contracts\Queue\Monitor
                                                                                                        )
                                                                                                    [queue.connection] => Array(
                                                                                                            0 => Illuminate\Contracts\Queue\Queue
                                                                                                        )
                                                                                                    [queue.failer] => Array(
                                                                                                            0 => Illuminate\Queue\Failed\FailedJobProviderInterface
                                                                                                        )
                                                                                                    redirect => Array(
                                                                                                            0 => Illuminate\Routing\Redirector
                                                                                                        )
                                                                                                    redis => Array(
                                                                                                            0 => Illuminate\Redis\RedisManager
                                                                                                            1 => Illuminate\Contracts\Redis\Factory
                                                                                                        )
                                                                                                    request => Array(
                                                                                                            0 => Illuminate\Http\Request
                                                                                                            1 => Symfony\Component\HttpFoundation\Request
                                                                                                        )
                                                                                                    router => Array(
                                                                                                            0 => Illuminate\Routing\Router
                                                                                                            1 => Illuminate\Contracts\Routing\Registrar
                                                                                                            2 => Illuminate\Contracts\Routing\BindingRegistrar
                                                                                                        )
                                                                                                    session => Array(
                                                                                                            0 => Illuminate\Session\SessionManager
                                                                                                        )
                                                                                                    [session.store] => Array(
                                                                                                            0 => Illuminate\Session\Store
                                                                                                            1 => Illuminate\Contracts\Session\Session
                                                                                                        )
                                                                                                    url => Array(
                                                                                                            0 => Illuminate\Routing\UrlGenerator
                                                                                                            1 => Illuminate\Contracts\Routing\UrlGenerator
                                                                                                        )
                                                                                                    validator => Array(
                                                                                                            0 => Illuminate\Validation\Factory
                                                                                                            1 => Illuminate\Contracts\Validation\Factory
                                                                                                        )
                                                                                                    view => Array(
                                                                                                            0 => Illuminate\View\Factory
                                                                                                            1 => Illuminate\Contracts\View\Factory
                                                                                                        )
                                                                                                    [Illuminate\Notifications\ChannelManager] => Array(
                                                                                                            0 => Illuminate\Contracts\Notifications\Dispatcher
                                                                                                            1 => Illuminate\Contracts\Notifications\Factory
                                                                                                        )
                                                                                                    [flare.http] => Array(
                                                                                                            0 => Facade\FlareClient\Http\Client
                                                                                                        )
                                                                                                    [flare.client] => Array(
                                                                                                            0 => Facade\FlareClient\Flare
                                                                                                        )
                                                                                                )
                                                                                            extenders => Array(
                                                                                                    url => Array(
                                                                                                            0 => Closure Object(
                                                                                                                    this => Illuminate\Routing\RoutingServiceProvider Object(
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                    parameter => Array(
                                                                                                                            [$url] => 
                                                                                                                            [$app] => 
                                                                                                                        )
                                                                                                                )
                                                                                                        )
                                                                                                )
                                                                                            tags => Array()
                                                                                            buildStack => Array()
                                                                                            with => Array()
                                                                                            contextual => Array()
                                                                                            reboundCallbacks => Array(
                                                                                                    request => Array(
                                                                                                            0 => Closure Object(
                                                                                                                    this => Illuminate\Auth\AuthServiceProvider Object(
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                    parameter => Array(
                                                                                                                            [$app] => 
                                                                                                                            [$request] => 
                                                                                                                        )
                                                                                                                )
                                                                                                            1 => Closure Object(
                                                                                                                    this => Illuminate\Routing\RoutingServiceProvider Object(
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                    parameter => Array(
                                                                                                                            [$app] => 
                                                                                                                            [$request] => 
                                                                                                                        )
                                                                                                                )
                                                                                                        )
                                                                                                    events => Array(
                                                                                                            0 => Closure Object(
                                                                                                                    this => Illuminate\Auth\AuthServiceProvider Object(
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                    parameter => Array(
                                                                                                                            [$app] => 
                                                                                                                            [$dispatcher] => 
                                                                                                                        )
                                                                                                                )
                                                                                                        )
                                                                                                    routes => Array(
                                                                                                            0 => Closure Object(
                                                                                                                    this => Illuminate\Routing\RoutingServiceProvider Object(
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                    parameter => Array(
                                                                                                                            [$app] => 
                                                                                                                            [$routes] => 
                                                                                                                        )
                                                                                                                )
                                                                                                        )
                                                                                                )
                                                                                            globalResolvingCallbacks => Array()
                                                                                            globalAfterResolvingCallbacks => Array()
                                                                                            resolvingCallbacks => Array(
                                                                                                    [Illuminate\Foundation\Http\FormRequest] => Array(
                                                                                                            0 => Closure Object(
                                                                                                                    this => Illuminate\Foundation\Providers\FormRequestServiceProvider Object(
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                    parameter => Array(
                                                                                                                            [$request] => 
                                                                                                                            [$app] => 
                                                                                                                        )
                                                                                                                )
                                                                                                        )
                                                                                                )
                                                                                            afterResolvingCallbacks => Array(
                                                                                                    [Illuminate\Contracts\Validation\ValidatesWhenResolved] => Array(
                                                                                                            0 => Closure Object(
                                                                                                                    this => Illuminate\Foundation\Providers\FormRequestServiceProvider Object(
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                    parameter => Array(
                                                                                                                            [$resolved] => 
                                                                                                                        )
                                                                                                                )
                                                                                                        )
                                                                                                    view => Array(
                                                                                                            0 => Closure Object(
                                                                                                                    static => Array(
                                                                                                                            path => /tutorials/vendor2/laravel/framework-6.x/src/Illuminate/Notifications/resources/views
                                                                                                                            namespace => notifications
                                                                                                                        )
                                                                                                                    this => Illuminate\Notifications\NotificationServiceProvider Object(
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                    parameter => Array(
                                                                                                                            [$view] => 
                                                                                                                        )
                                                                                                                )
                                                                                                            1 => Closure Object(
                                                                                                                    static => Array(
                                                                                                                            path => /tutorials/vendor2/laravel/framework-6.x/src/Illuminate/Pagination/resources/views
                                                                                                                            namespace => pagination
                                                                                                                        )
                                                                                                                    this => Illuminate\Pagination\PaginationServiceProvider Object(
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                    parameter => Array(
                                                                                                                            [$view] => 
                                                                                                                        )
                                                                                                                )
                                                                                                        )
                                                                                                )
                                                                                        )
                                                                                )
                                                                            1 => record
                                                                        )
                                                                    wildcard => 
                                                                )
                                                            this => Illuminate\Events\Dispatcher Object
 
                                                            parameter => Array(
                                                                    [$event] => 
                                                                    [$payload] => 
                                                                )
                                                        )
                                                )
                                            [Illuminate\Log\Events\MessageLogged] => Array(
                                                    0 => Closure Object(
                                                            static => Array(
                                                                    listener => Array(
                                                                            0 => Facade\Ignition\LogRecorder\LogRecorder Object(
                                                                                    logMessages => Array()
                                                                                    app => Illuminate\Foundation\Application Object(
                                                                                            basePath => /0000
                                                                                            hasBeenBootstrapped => 1
                                                                                            booted => 
                                                                                            bootingCallbacks => Array(
                                                                                                    0 => Closure Object(
                                                                                                            static => Array(
                                                                                                                    instance => Illuminate\Queue\QueueServiceProvider Object(
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                )
                                                                                                            this => Illuminate\Foundation\Application Object
 
                                                                                                        )
                                                                                                )
                                                                                            bootedCallbacks => Array(
                                                                                                    0 => Closure Object(
                                                                                                            this => App\Console\Kernel Object(
                                                                                                                    commands => Array()
                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                    events => Illuminate\Events\Dispatcher Object
 
                                                                                                                    artisan => 
                                                                                                                    commandsLoaded => 
                                                                                                                    bootstrappers => Array(
                                                                                                                            0 => Illuminate\Foundation\Bootstrap\LoadEnvironmentVariables
                                                                                                                            1 => Illuminate\Foundation\Bootstrap\LoadConfiguration
                                                                                                                            2 => Illuminate\Foundation\Bootstrap\HandleExceptions
                                                                                                                            3 => Illuminate\Foundation\Bootstrap\RegisterFacades
                                                                                                                            4 => Illuminate\Foundation\Bootstrap\SetRequestForConsole
                                                                                                                            5 => Illuminate\Foundation\Bootstrap\RegisterProviders
                                                                                                                            6 => Illuminate\Foundation\Bootstrap\BootProviders
                                                                                                                        )
                                                                                                                )
                                                                                                        )
                                                                                                )
                                                                                            terminatingCallbacks => Array()
                                                                                            serviceProviders => Array(
                                                                                                    0 => Illuminate\Events\EventServiceProvider Object(
                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                        )
                                                                                                    1 => Illuminate\Log\LogServiceProvider Object(
                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                        )
                                                                                                    2 => Illuminate\Routing\RoutingServiceProvider Object(
                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                        )
                                                                                                    3 => Illuminate\Auth\AuthServiceProvider Object(
                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                        )
                                                                                                    4 => Illuminate\Cookie\CookieServiceProvider Object(
                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                        )
                                                                                                    5 => Illuminate\Database\DatabaseServiceProvider Object(
                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                        )
                                                                                                    6 => Illuminate\Encryption\EncryptionServiceProvider Object(
                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                        )
                                                                                                    7 => Illuminate\Filesystem\FilesystemServiceProvider Object(
                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                        )
                                                                                                    8 => Illuminate\Foundation\Providers\FormRequestServiceProvider Object(
                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                        )
                                                                                                    9 => Illuminate\Foundation\Providers\FoundationServiceProvider Object(
                                                                                                            providers => Array(
                                                                                                                    0 => Illuminate\Foundation\Providers\FormRequestServiceProvider
                                                                                                                )
                                                                                                            instances => Array(
                                                                                                                    0 => Illuminate\Foundation\Providers\FormRequestServiceProvider Object(
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                )
                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                        )
                                                                                                    10 => Illuminate\Notifications\NotificationServiceProvider Object(
                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                        )
                                                                                                    11 => Illuminate\Pagination\PaginationServiceProvider Object(
                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                        )
                                                                                                    12 => Illuminate\Session\SessionServiceProvider Object(
                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                        )
                                                                                                    13 => Illuminate\View\ViewServiceProvider Object(
                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                        )
                                                                                                    14 => Facade\Ignition\IgnitionServiceProvider Object(
                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                        )
                                                                                                    15 => Fideloper\Proxy\TrustedProxyServiceProvider Object(
                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                        )
                                                                                                    16 => Carbon\Laravel\ServiceProvider Object(
                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                        )
                                                                                                    17 => NunoMaduro\Collision\Adapters\Laravel\CollisionServiceProvider Object(
                                                                                                            defer => 1
                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                        )
                                                                                                    18 => App\Providers\AppServiceProvider Object(
                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                        )
                                                                                                    19 => App\Providers\AuthServiceProvider Object(
                                                                                                            policies => Array()
                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                        )
                                                                                                    20 => App\Providers\EventServiceProvider Object(
                                                                                                            listen => Array(
                                                                                                                    [Illuminate\Auth\Events\Registered] => Array(
                                                                                                                            0 => Illuminate\Auth\Listeners\SendEmailVerificationNotification
                                                                                                                        )
                                                                                                                )
                                                                                                            subscribe => Array()
                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                        )
                                                                                                    21 => App\Providers\RouteServiceProvider Object(
                                                                                                            namespace => App\Http\Controllers
                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                        )
                                                                                                    22 => Illuminate\Queue\QueueServiceProvider Object(
                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                        )
                                                                                                )
                                                                                            loadedProviders => Array(
                                                                                                    [Illuminate\Events\EventServiceProvider] => 1
                                                                                                    [Illuminate\Log\LogServiceProvider] => 1
                                                                                                    [Illuminate\Routing\RoutingServiceProvider] => 1
                                                                                                    [Illuminate\Auth\AuthServiceProvider] => 1
                                                                                                    [Illuminate\Cookie\CookieServiceProvider] => 1
                                                                                                    [Illuminate\Database\DatabaseServiceProvider] => 1
                                                                                                    [Illuminate\Encryption\EncryptionServiceProvider] => 1
                                                                                                    [Illuminate\Filesystem\FilesystemServiceProvider] => 1
                                                                                                    [Illuminate\Foundation\Providers\FormRequestServiceProvider] => 1
                                                                                                    [Illuminate\Foundation\Providers\FoundationServiceProvider] => 1
                                                                                                    [Illuminate\Notifications\NotificationServiceProvider] => 1
                                                                                                    [Illuminate\Pagination\PaginationServiceProvider] => 1
                                                                                                    [Illuminate\Session\SessionServiceProvider] => 1
                                                                                                    [Illuminate\View\ViewServiceProvider] => 1
                                                                                                    [Facade\Ignition\IgnitionServiceProvider] => 1
                                                                                                    [Fideloper\Proxy\TrustedProxyServiceProvider] => 1
                                                                                                    [Carbon\Laravel\ServiceProvider] => 1
                                                                                                    [NunoMaduro\Collision\Adapters\Laravel\CollisionServiceProvider] => 1
                                                                                                    [App\Providers\AppServiceProvider] => 1
                                                                                                    [App\Providers\AuthServiceProvider] => 1
                                                                                                    [App\Providers\EventServiceProvider] => 1
                                                                                                    [App\Providers\RouteServiceProvider] => 1
                                                                                                    [Illuminate\Queue\QueueServiceProvider] => 1
                                                                                                )
                                                                                            deferredServices => Array(
                                                                                                    [Illuminate\Broadcasting\BroadcastManager] => Illuminate\Broadcasting\BroadcastServiceProvider
                                                                                                    [Illuminate\Contracts\Broadcasting\Factory] => Illuminate\Broadcasting\BroadcastServiceProvider
                                                                                                    [Illuminate\Contracts\Broadcasting\Broadcaster] => Illuminate\Broadcasting\BroadcastServiceProvider
                                                                                                    [Illuminate\Bus\Dispatcher] => Illuminate\Bus\BusServiceProvider
                                                                                                    [Illuminate\Contracts\Bus\Dispatcher] => Illuminate\Bus\BusServiceProvider
                                                                                                    [Illuminate\Contracts\Bus\QueueingDispatcher] => Illuminate\Bus\BusServiceProvider
                                                                                                    cache => Illuminate\Cache\CacheServiceProvider
                                                                                                    [cache.store] => Illuminate\Cache\CacheServiceProvider
                                                                                                    [cache.psr6] => Illuminate\Cache\CacheServiceProvider
                                                                                                    [memcached.connector] => Illuminate\Cache\CacheServiceProvider
                                                                                                    [command.cache.clear] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.cache.forget] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.clear-compiled] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.auth.resets.clear] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.config.cache] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.config.clear] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.db.wipe] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.down] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.environment] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.event.cache] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.event.clear] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.event.list] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.key.generate] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.optimize] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.optimize.clear] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.package.discover] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.preset] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.queue.failed] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.queue.flush] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.queue.forget] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.queue.listen] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.queue.restart] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.queue.retry] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.queue.work] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.route.cache] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.route.clear] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.route.list] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.seed] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [Illuminate\Console\Scheduling\ScheduleFinishCommand] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [Illuminate\Console\Scheduling\ScheduleRunCommand] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.storage.link] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.up] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.view.cache] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.view.clear] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.cache.table] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.channel.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.console.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.controller.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.event.generate] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.event.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.exception.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.factory.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.job.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.listener.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.mail.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.middleware.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.model.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.notification.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.notification.table] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.observer.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.policy.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.provider.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.queue.failed-table] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.queue.table] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.request.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.resource.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.rule.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.seeder.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.session.table] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.serve] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.test.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.vendor.publish] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    migrator => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [migration.repository] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [migration.creator] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.migrate] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.migrate.fresh] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.migrate.install] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.migrate.refresh] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.migrate.reset] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.migrate.rollback] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.migrate.status] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.migrate.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    composer => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    hash => Illuminate\Hashing\HashServiceProvider
                                                                                                    [hash.driver] => Illuminate\Hashing\HashServiceProvider
                                                                                                    mailer => Illuminate\Mail\MailServiceProvider
                                                                                                    [swift.mailer] => Illuminate\Mail\MailServiceProvider
                                                                                                    [swift.transport] => Illuminate\Mail\MailServiceProvider
                                                                                                    [Illuminate\Mail\Markdown] => Illuminate\Mail\MailServiceProvider
                                                                                                    [Illuminate\Contracts\Pipeline\Hub] => Illuminate\Pipeline\PipelineServiceProvider
                                                                                                    [queue.worker] => Illuminate\Queue\QueueServiceProvider
                                                                                                    [queue.listener] => Illuminate\Queue\QueueServiceProvider
                                                                                                    [queue.failer] => Illuminate\Queue\QueueServiceProvider
                                                                                                    [queue.connection] => Illuminate\Queue\QueueServiceProvider
                                                                                                    redis => Illuminate\Redis\RedisServiceProvider
                                                                                                    [redis.connection] => Illuminate\Redis\RedisServiceProvider
                                                                                                    [auth.password] => Illuminate\Auth\Passwords\PasswordResetServiceProvider
                                                                                                    [auth.password.broker] => Illuminate\Auth\Passwords\PasswordResetServiceProvider
                                                                                                    translator => Illuminate\Translation\TranslationServiceProvider
                                                                                                    [translation.loader] => Illuminate\Translation\TranslationServiceProvider
                                                                                                    validator => Illuminate\Validation\ValidationServiceProvider
                                                                                                    [validation.presence] => Illuminate\Validation\ValidationServiceProvider
                                                                                                    [command.tinker] => Laravel\Tinker\TinkerServiceProvider
                                                                                                )
                                                                                            appPath => 
                                                                                            databasePath => 
                                                                                            storagePath => 
                                                                                            environmentPath => 
                                                                                            environmentFile => .env
                                                                                            isRunningInConsole => 1
                                                                                            namespace => 
                                                                                            resolved => Array(
                                                                                                    events => 1
                                                                                                    [App\Console\Kernel] => 1
                                                                                                    [Illuminate\Contracts\Console\Kernel] => 1
                                                                                                    [Illuminate\Foundation\Bootstrap\LoadEnvironmentVariables] => 1
                                                                                                    [Illuminate\Foundation\Bootstrap\LoadConfiguration] => 1
                                                                                                    [Illuminate\Foundation\Bootstrap\HandleExceptions] => 1
                                                                                                    env => 1
                                                                                                    [Illuminate\Foundation\Bootstrap\RegisterFacades] => 1
                                                                                                    [Illuminate\Foundation\Bootstrap\SetRequestForConsole] => 1
                                                                                                    [Illuminate\Foundation\Bootstrap\RegisterProviders] => 1
                                                                                                    [Facade\Ignition\LogRecorder\LogRecorder] => 1
                                                                                                    [Facade\Ignition\DumpRecorder\DumpRecorder] => 1
                                                                                                    [Facade\Ignition\QueryRecorder\QueryRecorder] => 1
                                                                                                    [flare.http] => 1
                                                                                                    [flare.client] => 1
                                                                                                    [Facade\Ignition\Middleware\SetNotifierName] => 1
                                                                                                    [Facade\Ignition\Middleware\AddEnvironmentInformation] => 1
                                                                                                    [Facade\Ignition\Middleware\AddLogs] => 1
                                                                                                    [Facade\Ignition\Middleware\AddDumps] => 1
                                                                                                    [Facade\Ignition\Middleware\AddQueries] => 1
                                                                                                    [Facade\IgnitionContracts\SolutionProviderRepository] => 1
                                                                                                    [Facade\Ignition\Middleware\AddSolutions] => 1
                                                                                                    [App\Exceptions\Handler] => 1
                                                                                                    [Illuminate\Contracts\Debug\ExceptionHandler] => 1
                                                                                                    [Illuminate\Foundation\Bootstrap\BootProviders] => 1
                                                                                                    [db.factory] => 1
                                                                                                    db => 1
                                                                                                    [view.engine.resolver] => 1
                                                                                                    files => 1
                                                                                                    [blade.compiler] => 1
                                                                                                    log => 1
                                                                                                    queue => 1
                                                                                                    router => 1
                                                                                                    url => 1
                                                                                                )
                                                                                            bindings => Array(
                                                                                                    [Illuminate\Foundation\Mix] => Array(
                                                                                                            concrete => Closure Object(
                                                                                                                    static => Array(
                                                                                                                            abstract => Illuminate\Foundation\Mix
                                                                                                                            concrete => Illuminate\Foundation\Mix
                                                                                                                        )
                                                                                                                    this => Illuminate\Foundation\Application Object
 
                                                                                                                    parameter => Array(
                                                                                                                            [$container] => 
                                                                                                                            [$parameters] => 
                                                                                                                        )
                                                                                                                )
                                                                                                            shared => 1
                                                                                                        )
                                                                                                    events => Array(
                                                                                                            concrete => Closure Object(
                                                                                                                    this => Illuminate\Events\EventServiceProvider Object(
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                    parameter => Array(
                                                                                                                            [$app] => 
                                                                                                                        )
                                                                                                                )
                                                                                                            shared => 1
                                                                                                        )
                                                                                                    log => Array(
                                                                                                            concrete => Closure Object(
                                                                                                                    this => Illuminate\Log\LogServiceProvider Object(
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                )
                                                                                                            shared => 1
                                                                                                        )
                                                                                                    router => Array(
                                                                                                            concrete => Closure Object(
                                                                                                                    this => Illuminate\Routing\RoutingServiceProvider Object(
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                    parameter => Array(
                                                                                                                            [$app] => 
                                                                                                                        )
                                                                                                                )
                                                                                                            shared => 1
                                                                                                        )
                                                                                                    url => Array(
                                                                                                            concrete => Closure Object(
                                                                                                                    this => Illuminate\Routing\RoutingServiceProvider Object(
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                    parameter => Array(
                                                                                                                            [$app] => 
                                                                                                                        )
                                                                                                                )
                                                                                                            shared => 1
                                                                                                        )
                                                                                                    redirect => Array(
                                                                                                            concrete => Closure Object(
                                                                                                                    this => Illuminate\Routing\RoutingServiceProvider Object(
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                    parameter => Array(
                                                                                                                            [$app] => 
                                                                                                                        )
                                                                                                                )
                                                                                                            shared => 1
                                                                                                        )
                                                                                                    [Psr\Http\Message\ServerRequestInterface] => Array(
                                                                                                            concrete => Closure Object(
                                                                                                                    this => Illuminate\Routing\RoutingServiceProvider Object(
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                    parameter => Array(
                                                                                                                            [$app] => 
                                                                                                                        )
                                                                                                                )
                                                                                                            shared => 
                                                                                                        )
                                                                                                    [Psr\Http\Message\ResponseInterface] => Array(
                                                                                                            concrete => Closure Object(
                                                                                                                    this => Illuminate\Routing\RoutingServiceProvider Object(
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                )
                                                                                                            shared => 
                                                                                                        )
                                                                                                    [Illuminate\Contracts\Routing\ResponseFactory] => Array(
                                                                                                            concrete => Closure Object(
                                                                                                                    this => Illuminate\Routing\RoutingServiceProvider Object(
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                    parameter => Array(
                                                                                                                            [$app] => 
                                                                                                                        )
                                                                                                                )
                                                                                                            shared => 1
                                                                                                        )
                                                                                                    [Illuminate\Routing\Contracts\ControllerDispatcher] => Array(
                                                                                                            concrete => Closure Object(
                                                                                                                    this => Illuminate\Routing\RoutingServiceProvider Object(
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                    parameter => Array(
                                                                                                                            [$app] => 
                                                                                                                        )
                                                                                                                )
                                                                                                            shared => 1
                                                                                                        )
                                                                                                    [Illuminate\Contracts\Http\Kernel] => Array(
                                                                                                            concrete => Closure Object(
                                                                                                                    static => Array(
                                                                                                                            abstract => Illuminate\Contracts\Http\Kernel
                                                                                                                            concrete => App\Http\Kernel
                                                                                                                        )
                                                                                                                    this => Illuminate\Foundation\Application Object
 
                                                                                                                    parameter => Array(
                                                                                                                            [$container] => 
                                                                                                                            [$parameters] => 
                                                                                                                        )
                                                                                                                )
                                                                                                            shared => 1
                                                                                                        )
                                                                                                    [Illuminate\Contracts\Console\Kernel] => Array(
                                                                                                            concrete => Closure Object(
                                                                                                                    static => Array(
                                                                                                                            abstract => Illuminate\Contracts\Console\Kernel
                                                                                                                            concrete => App\Console\Kernel
                                                                                                                        )
                                                                                                                    this => Illuminate\Foundation\Application Object
 
                                                                                                                    parameter => Array(
                                                                                                                            [$container] => 
                                                                                                                            [$parameters] => 
                                                                                                                        )
                                                                                                                )
                                                                                                            shared => 1
                                                                                                        )
                                                                                                    [Illuminate\Contracts\Debug\ExceptionHandler] => Array(
                                                                                                            concrete => Closure Object(
                                                                                                                    static => Array(
                                                                                                                            appExceptionHandler => App\Exceptions\Handler Object(
                                                                                                                                    dontReport => Array()
                                                                                                                                    dontFlash => Array(
                                                                                                                                            0 => password
                                                                                                                                            1 => password_confirmation
                                                                                                                                        )
                                                                                                                                    container => Illuminate\Foundation\Application Object
 
                                                                                                                                    internalDontReport => Array(
                                                                                                                                            0 => Illuminate\Auth\AuthenticationException
                                                                                                                                            1 => Illuminate\Auth\Access\AuthorizationException
                                                                                                                                            2 => Symfony\Component\HttpKernel\Exception\HttpException
                                                                                                                                            3 => Illuminate\Http\Exceptions\HttpResponseException
                                                                                                                                            4 => Illuminate\Database\Eloquent\ModelNotFoundException
                                                                                                                                            5 => Symfony\Component\HttpFoundation\Exception\SuspiciousOperationException
                                                                                                                                            6 => Illuminate\Session\TokenMismatchException
                                                                                                                                            7 => Illuminate\Validation\ValidationException
                                                                                                                                        )
                                                                                                                                )
                                                                                                                        )
                                                                                                                    this => NunoMaduro\Collision\Adapters\Laravel\CollisionServiceProvider Object(
                                                                                                                            defer => 1
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                    parameter => Array(
                                                                                                                            [$app] => 
                                                                                                                        )
                                                                                                                )
                                                                                                            shared => 1
                                                                                                        )
                                                                                                    env => Array(
                                                                                                            concrete => Closure Object(
                                                                                                                    static => Array(
                                                                                                                            value => local
                                                                                                                        )
                                                                                                                    this => Illuminate\Foundation\Application Object
 
                                                                                                                )
                                                                                                            shared => 
                                                                                                        )
                                                                                                    auth => Array(
                                                                                                            concrete => Closure Object(
                                                                                                                    this => Illuminate\Auth\AuthServiceProvider Object(
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                    parameter => Array(
                                                                                                                            [$app] => 
                                                                                                                        )
                                                                                                                )
                                                                                                            shared => 1
                                                                                                        )
                                                                                                    [auth.driver] => Array(
                                                                                                            concrete => Closure Object(
                                                                                                                    this => Illuminate\Auth\AuthServiceProvider Object(
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                    parameter => Array(
                                                                                                                            [$app] => 
                                                                                                                        )
                                                                                                                )
                                                                                                            shared => 1
                                                                                                        )
                                                                                                    [Illuminate\Contracts\Auth\Authenticatable] => Array(
                                                                                                            concrete => Closure Object(
                                                                                                                    this => Illuminate\Auth\AuthServiceProvider Object(
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                    parameter => Array(
                                                                                                                            [$app] => 
                                                                                                                        )
                                                                                                                )
                                                                                                            shared => 
                                                                                                        )
                                                                                                    [Illuminate\Contracts\Auth\Access\Gate] => Array(
                                                                                                            concrete => Closure Object(
                                                                                                                    this => Illuminate\Auth\AuthServiceProvider Object(
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                    parameter => Array(
                                                                                                                            [$app] => 
                                                                                                                        )
                                                                                                                )
                                                                                                            shared => 1
                                                                                                        )
                                                                                                    cookie => Array(
                                                                                                            concrete => Closure Object(
                                                                                                                    this => Illuminate\Cookie\CookieServiceProvider Object(
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                    parameter => Array(
                                                                                                                            [$app] => 
                                                                                                                        )
                                                                                                                )
                                                                                                            shared => 1
                                                                                                        )
                                                                                                    [db.factory] => Array(
                                                                                                            concrete => Closure Object(
                                                                                                                    this => Illuminate\Database\DatabaseServiceProvider Object(
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                    parameter => Array(
                                                                                                                            [$app] => 
                                                                                                                        )
                                                                                                                )
                                                                                                            shared => 1
                                                                                                        )
                                                                                                    db => Array(
                                                                                                            concrete => Closure Object(
                                                                                                                    this => Illuminate\Database\DatabaseServiceProvider Object(
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                    parameter => Array(
                                                                                                                            [$app] => 
                                                                                                                        )
                                                                                                                )
                                                                                                            shared => 1
                                                                                                        )
                                                                                                    [db.connection] => Array(
                                                                                                            concrete => Closure Object(
                                                                                                                    this => Illuminate\Database\DatabaseServiceProvider Object(
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                    parameter => Array(
                                                                                                                            [$app] => 
                                                                                                                        )
                                                                                                                )
                                                                                                            shared => 
                                                                                                        )
                                                                                                    [Faker\Generator] => Array(
                                                                                                            concrete => Closure Object(
                                                                                                                    this => Illuminate\Database\DatabaseServiceProvider Object(
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                    parameter => Array(
                                                                                                                            [$app] => 
                                                                                                                        )
                                                                                                                )
                                                                                                            shared => 1
                                                                                                        )
                                                                                                    [Illuminate\Database\Eloquent\Factory] => Array(
                                                                                                            concrete => Closure Object(
                                                                                                                    this => Illuminate\Database\DatabaseServiceProvider Object(
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                    parameter => Array(
                                                                                                                            [$app] => 
                                                                                                                        )
                                                                                                                )
                                                                                                            shared => 1
                                                                                                        )
                                                                                                    [Illuminate\Contracts\Queue\EntityResolver] => Array(
                                                                                                            concrete => Closure Object(
                                                                                                                    this => Illuminate\Database\DatabaseServiceProvider Object(
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                )
                                                                                                            shared => 1
                                                                                                        )
                                                                                                    encrypter => Array(
                                                                                                            concrete => Closure Object(
                                                                                                                    this => Illuminate\Encryption\EncryptionServiceProvider Object(
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                    parameter => Array(
                                                                                                                            [$app] => 
                                                                                                                        )
                                                                                                                )
                                                                                                            shared => 1
                                                                                                        )
                                                                                                    files => Array(
                                                                                                            concrete => Closure Object(
                                                                                                                    this => Illuminate\Filesystem\FilesystemServiceProvider Object(
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                )
                                                                                                            shared => 1
                                                                                                        )
                                                                                                    filesystem => Array(
                                                                                                            concrete => Closure Object(
                                                                                                                    this => Illuminate\Filesystem\FilesystemServiceProvider Object(
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                )
                                                                                                            shared => 1
                                                                                                        )
                                                                                                    [filesystem.disk] => Array(
                                                                                                            concrete => Closure Object(
                                                                                                                    this => Illuminate\Filesystem\FilesystemServiceProvider Object(
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                )
                                                                                                            shared => 1
                                                                                                        )
                                                                                                    [filesystem.cloud] => Array(
                                                                                                            concrete => Closure Object(
                                                                                                                    this => Illuminate\Filesystem\FilesystemServiceProvider Object(
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                )
                                                                                                            shared => 1
                                                                                                        )
                                                                                                    [Illuminate\Notifications\ChannelManager] => Array(
                                                                                                            concrete => Closure Object(
                                                                                                                    this => Illuminate\Notifications\NotificationServiceProvider Object(
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                    parameter => Array(
                                                                                                                            [$app] => 
                                                                                                                        )
                                                                                                                )
                                                                                                            shared => 1
                                                                                                        )
                                                                                                    session => Array(
                                                                                                            concrete => Closure Object(
                                                                                                                    this => Illuminate\Session\SessionServiceProvider Object(
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                    parameter => Array(
                                                                                                                            [$app] => 
                                                                                                                        )
                                                                                                                )
                                                                                                            shared => 1
                                                                                                        )
                                                                                                    [session.store] => Array(
                                                                                                            concrete => Closure Object(
                                                                                                                    this => Illuminate\Session\SessionServiceProvider Object(
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                    parameter => Array(
                                                                                                                            [$app] => 
                                                                                                                        )
                                                                                                                )
                                                                                                            shared => 1
                                                                                                        )
                                                                                                    [Illuminate\Session\Middleware\StartSession] => Array(
                                                                                                            concrete => Closure Object(
                                                                                                                    static => Array(
                                                                                                                            abstract => Illuminate\Session\Middleware\StartSession
                                                                                                                            concrete => Illuminate\Session\Middleware\StartSession
                                                                                                                        )
                                                                                                                    this => Illuminate\Foundation\Application Object
 
                                                                                                                    parameter => Array(
                                                                                                                            [$container] => 
                                                                                                                            [$parameters] => 
                                                                                                                        )
                                                                                                                )
                                                                                                            shared => 1
                                                                                                        )
                                                                                                    view => Array(
                                                                                                            concrete => Closure Object(
                                                                                                                    this => Illuminate\View\ViewServiceProvider Object(
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                    parameter => Array(
                                                                                                                            [$app] => 
                                                                                                                        )
                                                                                                                )
                                                                                                            shared => 1
                                                                                                        )
                                                                                                    [view.finder] => Array(
                                                                                                            concrete => Closure Object(
                                                                                                                    this => Illuminate\View\ViewServiceProvider Object(
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                    parameter => Array(
                                                                                                                            [$app] => 
                                                                                                                        )
                                                                                                                )
                                                                                                            shared => 
                                                                                                        )
                                                                                                    [view.engine.resolver] => Array(
                                                                                                            concrete => Closure Object(
                                                                                                                    this => Illuminate\View\ViewServiceProvider Object(
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                )
                                                                                                            shared => 1
                                                                                                        )
                                                                                                    [Facade\IgnitionContracts\SolutionProviderRepository] => Array(
                                                                                                            concrete => Closure Object(
                                                                                                                    this => Facade\Ignition\IgnitionServiceProvider Object(
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                )
                                                                                                            shared => 1
                                                                                                        )
                                                                                                    [Facade\Ignition\ErrorPage\Renderer] => Array(
                                                                                                            concrete => Closure Object(
                                                                                                                    this => Facade\Ignition\IgnitionServiceProvider Object(
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                )
                                                                                                            shared => 
                                                                                                        )
                                                                                                    [Whoops\Handler\HandlerInterface] => Array(
                                                                                                            concrete => Closure Object(
                                                                                                                    this => Facade\Ignition\IgnitionServiceProvider Object(
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                    parameter => Array(
                                                                                                                            [$app] => 
                                                                                                                        )
                                                                                                                )
                                                                                                            shared => 
                                                                                                        )
                                                                                                    [Facade\Ignition\IgnitionConfig] => Array(
                                                                                                            concrete => Closure Object(
                                                                                                                    this => Facade\Ignition\IgnitionServiceProvider Object(
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                )
                                                                                                            shared => 1
                                                                                                        )
                                                                                                    [flare.http] => Array(
                                                                                                            concrete => Closure Object(
                                                                                                                    this => Facade\Ignition\IgnitionServiceProvider Object(
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                )
                                                                                                            shared => 1
                                                                                                        )
                                                                                                    [flare.client] => Array(
                                                                                                            concrete => Closure Object(
                                                                                                                    this => Facade\Ignition\IgnitionServiceProvider Object(
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                )
                                                                                                            shared => 1
                                                                                                        )
                                                                                                    [Facade\Ignition\LogRecorder\LogRecorder] => Array(
                                                                                                            concrete => Closure Object(
                                                                                                                    static => Array(
                                                                                                                            abstract => Facade\Ignition\LogRecorder\LogRecorder
                                                                                                                            concrete => Facade\Ignition\LogRecorder\LogRecorder
                                                                                                                        )
                                                                                                                    this => Illuminate\Foundation\Application Object
 
                                                                                                                    parameter => Array(
                                                                                                                            [$container] => 
                                                                                                                            [$parameters] => 
                                                                                                                        )
                                                                                                                )
                                                                                                            shared => 1
                                                                                                        )
                                                                                                    [Facade\Ignition\DumpRecorder\DumpRecorder] => Array(
                                                                                                            concrete => Closure Object(
                                                                                                                    static => Array(
                                                                                                                            abstract => Facade\Ignition\DumpRecorder\DumpRecorder
                                                                                                                            concrete => Facade\Ignition\DumpRecorder\DumpRecorder
                                                                                                                        )
                                                                                                                    this => Illuminate\Foundation\Application Object
 
                                                                                                                    parameter => Array(
                                                                                                                            [$container] => 
                                                                                                                            [$parameters] => 
                                                                                                                        )
                                                                                                                )
                                                                                                            shared => 1
                                                                                                        )
                                                                                                    [Facade\Ignition\QueryRecorder\QueryRecorder] => Array(
                                                                                                            concrete => Closure Object(
                                                                                                                    static => Array(
                                                                                                                            abstract => Facade\Ignition\QueryRecorder\QueryRecorder
                                                                                                                            concrete => Facade\Ignition\QueryRecorder\QueryRecorder
                                                                                                                        )
                                                                                                                    this => Illuminate\Foundation\Application Object
 
                                                                                                                    parameter => Array(
                                                                                                                            [$container] => 
                                                                                                                            [$parameters] => 
                                                                                                                        )
                                                                                                                )
                                                                                                            shared => 1
                                                                                                        )
                                                                                                    [NunoMaduro\Collision\Contracts\Adapters\Phpunit\Listener] => Array(
                                                                                                            concrete => Closure Object(
                                                                                                                    static => Array(
                                                                                                                            abstract => NunoMaduro\Collision\Contracts\Adapters\Phpunit\Listener
                                                                                                                            concrete => NunoMaduro\Collision\Adapters\Phpunit\Listener
                                                                                                                        )
                                                                                                                    this => Illuminate\Foundation\Application Object
 
                                                                                                                    parameter => Array(
                                                                                                                            [$container] => 
                                                                                                                            [$parameters] => 
                                                                                                                        )
                                                                                                                )
                                                                                                            shared => 1
                                                                                                        )
                                                                                                    [NunoMaduro\Collision\Contracts\Provider] => Array(
                                                                                                            concrete => Closure Object(
                                                                                                                    static => Array(
                                                                                                                            abstract => NunoMaduro\Collision\Contracts\Provider
                                                                                                                            concrete => NunoMaduro\Collision\Provider
                                                                                                                        )
                                                                                                                    this => Illuminate\Foundation\Application Object
 
                                                                                                                    parameter => Array(
                                                                                                                            [$container] => 
                                                                                                                            [$parameters] => 
                                                                                                                        )
                                                                                                                )
                                                                                                            shared => 
                                                                                                        )
                                                                                                    [blade.compiler] => Array(
                                                                                                            concrete => Closure Object(
                                                                                                                    this => Illuminate\View\ViewServiceProvider Object(
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                )
                                                                                                            shared => 1
                                                                                                        )
                                                                                                    [flare.logger] => Array(
                                                                                                            concrete => Closure Object(
                                                                                                                    this => Facade\Ignition\IgnitionServiceProvider Object(
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                    parameter => Array(
                                                                                                                            [$app] => 
                                                                                                                        )
                                                                                                                )
                                                                                                            shared => 1
                                                                                                        )
                                                                                                    [command.flare:test] => Array(
                                                                                                            concrete => Closure Object(
                                                                                                                    static => Array(
                                                                                                                            abstract => command.flare:test
                                                                                                                            concrete => Facade\Ignition\Commands\TestCommand
                                                                                                                        )
                                                                                                                    this => Illuminate\Foundation\Application Object
 
                                                                                                                    parameter => Array(
                                                                                                                            [$container] => 
                                                                                                                            [$parameters] => 
                                                                                                                        )
                                                                                                                )
                                                                                                            shared => 
                                                                                                        )
                                                                                                    [command.make:solution] => Array(
                                                                                                            concrete => Closure Object(
                                                                                                                    static => Array(
                                                                                                                            abstract => command.make:solution
                                                                                                                            concrete => Facade\Ignition\Commands\SolutionMakeCommand
                                                                                                                        )
                                                                                                                    this => Illuminate\Foundation\Application Object
 
                                                                                                                    parameter => Array(
                                                                                                                            [$container] => 
                                                                                                                            [$parameters] => 
                                                                                                                        )
                                                                                                                )
                                                                                                            shared => 
                                                                                                        )
                                                                                                    queue => Array(
                                                                                                            concrete => Closure Object(
                                                                                                                    this => Illuminate\Queue\QueueServiceProvider Object(
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                    parameter => Array(
                                                                                                                            [$app] => 
                                                                                                                        )
                                                                                                                )
                                                                                                            shared => 1
                                                                                                        )
                                                                                                    [queue.connection] => Array(
                                                                                                            concrete => Closure Object(
                                                                                                                    this => Illuminate\Queue\QueueServiceProvider Object(
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                    parameter => Array(
                                                                                                                            [$app] => 
                                                                                                                        )
                                                                                                                )
                                                                                                            shared => 1
                                                                                                        )
                                                                                                    [queue.worker] => Array(
                                                                                                            concrete => Closure Object(
                                                                                                                    this => Illuminate\Queue\QueueServiceProvider Object(
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                )
                                                                                                            shared => 1
                                                                                                        )
                                                                                                    [queue.listener] => Array(
                                                                                                            concrete => Closure Object(
                                                                                                                    this => Illuminate\Queue\QueueServiceProvider Object(
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                )
                                                                                                            shared => 1
                                                                                                        )
                                                                                                    [queue.failer] => Array(
                                                                                                            concrete => Closure Object(
                                                                                                                    this => Illuminate\Queue\QueueServiceProvider Object(
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                )
                                                                                                            shared => 1
                                                                                                        )
                                                                                                    [Facade\Ignition\DumpRecorder\MultiDumpHandler] => Array(
                                                                                                            concrete => Closure Object(
                                                                                                                    static => Array(
                                                                                                                            abstract => Facade\Ignition\DumpRecorder\MultiDumpHandler
                                                                                                                            concrete => Facade\Ignition\DumpRecorder\MultiDumpHandler Object(
                                                                                                                                    handlers => Array(
                                                                                                                                            0 => Closure Object(
                                                                                                                                                    this => Facade\Ignition\DumpRecorder\DumpRecorder Object(
                                                                                                                                                            dumps => Array()
                                                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                                                        )
                                                                                                                                                    parameter => Array(
                                                                                                                                                            [$value] => 
                                                                                                                                                        )
                                                                                                                                                )
                                                                                                                                            1 => Closure Object(
                                                                                                                                                    this => Facade\Ignition\DumpRecorder\DumpRecorder Object(
                                                                                                                                                            dumps => Array()
                                                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                                                        )
                                                                                                                                                    parameter => Array(
                                                                                                                                                            [$var] => 
                                                                                                                                                        )
                                                                                                                                                )
                                                                                                                                        )
                                                                                                                                )
                                                                                                                        )
                                                                                                                    this => Illuminate\Foundation\Application Object
 
                                                                                                                    parameter => Array(
                                                                                                                            [$container] => 
                                                                                                                            [$parameters] => 
                                                                                                                        )
                                                                                                                )
                                                                                                            shared => 1
                                                                                                        )
                                                                                                )
                                                                                            methodBindings => Array()
                                                                                            instances => Array(
                                                                                                    path => /0000/app
                                                                                                    [path.base] => /0000
                                                                                                    [path.lang] => /0000/resources/lang
                                                                                                    [path.config] => /0000/config
                                                                                                    [path.public] => /0000/public
                                                                                                    [path.storage] => /0000/storage
                                                                                                    [path.database] => /0000/database
                                                                                                    [path.resources] => /0000/resources
                                                                                                    [path.bootstrap] => /0000/bootstrap
                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                    [Illuminate\Container\Container] => Illuminate\Foundation\Application Object
 
                                                                                                    [Illuminate\Foundation\PackageManifest] => Illuminate\Foundation\PackageManifest Object(
                                                                                                            files => Illuminate\Filesystem\Filesystem Object()
                                                                                                            basePath => /0000
                                                                                                            vendorPath => /0000/vendor
                                                                                                            manifestPath => /0000/bootstrap/cache/packages.php
                                                                                                            manifest => Array(
                                                                                                                    [facade/ignition] => Array(
                                                                                                                            providers => Array(
                                                                                                                                    0 => Facade\Ignition\IgnitionServiceProvider
                                                                                                                                )
                                                                                                                            aliases => Array(
                                                                                                                                    Flare => Facade\Ignition\Facades\Flare
                                                                                                                                )
                                                                                                                        )
                                                                                                                    [fideloper/proxy] => Array(
                                                                                                                            providers => Array(
                                                                                                                                    0 => Fideloper\Proxy\TrustedProxyServiceProvider
                                                                                                                                )
                                                                                                                        )
                                                                                                                    [laravel/tinker] => Array(
                                                                                                                            providers => Array(
                                                                                                                                    0 => Laravel\Tinker\TinkerServiceProvider
                                                                                                                                )
                                                                                                                        )
                                                                                                                    [nesbot/carbon] => Array(
                                                                                                                            providers => Array(
                                                                                                                                    0 => Carbon\Laravel\ServiceProvider
                                                                                                                                )
                                                                                                                        )
                                                                                                                    [nunomaduro/collision] => Array(
                                                                                                                            providers => Array(
                                                                                                                                    0 => NunoMaduro\Collision\Adapters\Laravel\CollisionServiceProvider
                                                                                                                                )
                                                                                                                        )
                                                                                                                )
                                                                                                        )
                                                                                                    events => Illuminate\Events\Dispatcher Object
 
                                                                                                    [Illuminate\Contracts\Console\Kernel] => App\Console\Kernel Object(
                                                                                                            commands => Array()
                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                            events => Illuminate\Events\Dispatcher Object
 
                                                                                                            artisan => 
                                                                                                            commandsLoaded => 
                                                                                                            bootstrappers => Array(
                                                                                                                    0 => Illuminate\Foundation\Bootstrap\LoadEnvironmentVariables
                                                                                                                    1 => Illuminate\Foundation\Bootstrap\LoadConfiguration
                                                                                                                    2 => Illuminate\Foundation\Bootstrap\HandleExceptions
                                                                                                                    3 => Illuminate\Foundation\Bootstrap\RegisterFacades
                                                                                                                    4 => Illuminate\Foundation\Bootstrap\SetRequestForConsole
                                                                                                                    5 => Illuminate\Foundation\Bootstrap\RegisterProviders
                                                                                                                    6 => Illuminate\Foundation\Bootstrap\BootProviders
                                                                                                                )
                                                                                                        )
                                                                                                    config => Illuminate\Config\Repository Object(
                                                                                                            items => Array(
                                                                                                                    app => Array(
                                                                                                                            name => 本地测试
                                                                                                                            env => local
                                                                                                                            debug => 1
                                                                                                                            url => http://localhost
                                                                                                                            asset_url => 
                                                                                                                            timezone => UTC
                                                                                                                            locale => en
                                                                                                                            fallback_locale => en
                                                                                                                            faker_locale => en_US
                                                                                                                            key => base64:gIjju1XIlTNS6j8BuifyrL2QAARYlvdKYd31eAqei7g=
                                                                                                                            cipher => AES-256-CBC
                                                                                                                            providers => Array(
                                                                                                                                    0 => Illuminate\Auth\AuthServiceProvider
                                                                                                                                    1 => Illuminate\Broadcasting\BroadcastServiceProvider
                                                                                                                                    2 => Illuminate\Bus\BusServiceProvider
                                                                                                                                    3 => Illuminate\Cache\CacheServiceProvider
                                                                                                                                    4 => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                                                    5 => Illuminate\Cookie\CookieServiceProvider
                                                                                                                                    6 => Illuminate\Database\DatabaseServiceProvider
                                                                                                                                    7 => Illuminate\Encryption\EncryptionServiceProvider
                                                                                                                                    8 => Illuminate\Filesystem\FilesystemServiceProvider
                                                                                                                                    9 => Illuminate\Foundation\Providers\FoundationServiceProvider
                                                                                                                                    10 => Illuminate\Hashing\HashServiceProvider
                                                                                                                                    11 => Illuminate\Mail\MailServiceProvider
                                                                                                                                    12 => Illuminate\Notifications\NotificationServiceProvider
                                                                                                                                    13 => Illuminate\Pagination\PaginationServiceProvider
                                                                                                                                    14 => Illuminate\Pipeline\PipelineServiceProvider
                                                                                                                                    15 => Illuminate\Queue\QueueServiceProvider
                                                                                                                                    16 => Illuminate\Redis\RedisServiceProvider
                                                                                                                                    17 => Illuminate\Auth\Passwords\PasswordResetServiceProvider
                                                                                                                                    18 => Illuminate\Session\SessionServiceProvider
                                                                                                                                    19 => Illuminate\Translation\TranslationServiceProvider
                                                                                                                                    20 => Illuminate\Validation\ValidationServiceProvider
                                                                                                                                    21 => Illuminate\View\ViewServiceProvider
                                                                                                                                    22 => App\Providers\AppServiceProvider
                                                                                                                                    23 => App\Providers\AuthServiceProvider
                                                                                                                                    24 => App\Providers\EventServiceProvider
                                                                                                                                    25 => App\Providers\RouteServiceProvider
                                                                                                                                )
                                                                                                                            aliases => Array(
                                                                                                                                    App => Illuminate\Support\Facades\App
                                                                                                                                    Arr => Illuminate\Support\Arr
                                                                                                                                    Artisan => Illuminate\Support\Facades\Artisan
                                                                                                                                    Auth => Illuminate\Support\Facades\Auth
                                                                                                                                    Blade => Illuminate\Support\Facades\Blade
                                                                                                                                    Broadcast => Illuminate\Support\Facades\Broadcast
                                                                                                                                    Bus => Illuminate\Support\Facades\Bus
                                                                                                                                    Cache => Illuminate\Support\Facades\Cache
                                                                                                                                    Config => Illuminate\Support\Facades\Config
                                                                                                                                    Cookie => Illuminate\Support\Facades\Cookie
                                                                                                                                    Crypt => Illuminate\Support\Facades\Crypt
                                                                                                                                    DB => Illuminate\Support\Facades\DB
                                                                                                                                    Eloquent => Illuminate\Database\Eloquent\Model
                                                                                                                                    Event => Illuminate\Support\Facades\Event
                                                                                                                                    File => Illuminate\Support\Facades\File
                                                                                                                                    Gate => Illuminate\Support\Facades\Gate
                                                                                                                                    Hash => Illuminate\Support\Facades\Hash
                                                                                                                                    Lang => Illuminate\Support\Facades\Lang
                                                                                                                                    Log => Illuminate\Support\Facades\Log
                                                                                                                                    Mail => Illuminate\Support\Facades\Mail
                                                                                                                                    Notification => Illuminate\Support\Facades\Notification
                                                                                                                                    Password => Illuminate\Support\Facades\Password
                                                                                                                                    Queue => Illuminate\Support\Facades\Queue
                                                                                                                                    Redirect => Illuminate\Support\Facades\Redirect
                                                                                                                                    Redis => Illuminate\Support\Facades\Redis
                                                                                                                                    Request => Illuminate\Support\Facades\Request
                                                                                                                                    Response => Illuminate\Support\Facades\Response
                                                                                                                                    Route => Illuminate\Support\Facades\Route
                                                                                                                                    Schema => Illuminate\Support\Facades\Schema
                                                                                                                                    Session => Illuminate\Support\Facades\Session
                                                                                                                                    Storage => Illuminate\Support\Facades\Storage
                                                                                                                                    Str => Illuminate\Support\Str
                                                                                                                                    URL => Illuminate\Support\Facades\URL
                                                                                                                                    Validator => Illuminate\Support\Facades\Validator
                                                                                                                                    View => Illuminate\Support\Facades\View
                                                                                                                                )
                                                                                                                        )
                                                                                                                    auth => Array(
                                                                                                                            defaults => Array(
                                                                                                                                    guard => web
                                                                                                                                    passwords => users
                                                                                                                                )
                                                                                                                            guards => Array(
                                                                                                                                    web => Array(
                                                                                                                                            driver => session
                                                                                                                                            provider => users
                                                                                                                                        )
                                                                                                                                    api => Array(
                                                                                                                                            driver => token
                                                                                                                                            provider => users
                                                                                                                                            hash => 
                                                                                                                                        )
                                                                                                                                )
                                                                                                                            providers => Array(
                                                                                                                                    users => Array(
                                                                                                                                            driver => eloquent
                                                                                                                                            model => App\User
                                                                                                                                        )
                                                                                                                                )
                                                                                                                            passwords => Array(
                                                                                                                                    users => Array(
                                                                                                                                            provider => users
                                                                                                                                            table => password_resets
                                                                                                                                            expire => 60
                                                                                                                                            throttle => 60
                                                                                                                                        )
                                                                                                                                )
                                                                                                                            password_timeout => 10800
                                                                                                                        )
                                                                                                                    broadcasting => Array(
                                                                                                                            default => log
                                                                                                                            connections => Array(
                                                                                                                                    pusher => Array(
                                                                                                                                            driver => pusher
                                                                                                                                            key => 
                                                                                                                                            secret => 
                                                                                                                                            app_id => 
                                                                                                                                            options => Array(
                                                                                                                                                    cluster => mt1
                                                                                                                                                    useTLS => 1
                                                                                                                                                )
                                                                                                                                        )
                                                                                                                                    redis => Array(
                                                                                                                                            driver => redis
                                                                                                                                            connection => default
                                                                                                                                        )
                                                                                                                                    log => Array(
                                                                                                                                            driver => log
                                                                                                                                        )
                                                                                                                                    null => Array(
                                                                                                                                            driver => null
                                                                                                                                        )
                                                                                                                                )
                                                                                                                        )
                                                                                                                    cache => Array(
                                                                                                                            default => file
                                                                                                                            stores => Array(
                                                                                                                                    apc => Array(
                                                                                                                                            driver => apc
                                                                                                                                        )
                                                                                                                                    array => Array(
                                                                                                                                            driver => array
                                                                                                                                        )
                                                                                                                                    database => Array(
                                                                                                                                            driver => database
                                                                                                                                            table => cache
                                                                                                                                            connection => 
                                                                                                                                        )
                                                                                                                                    file => Array(
                                                                                                                                            driver => file
                                                                                                                                            path => /0000/storage/framework/cache/data
                                                                                                                                        )
                                                                                                                                    memcached => Array(
                                                                                                                                            driver => memcached
                                                                                                                                            persistent_id => 
                                                                                                                                            sasl => Array(
                                                                                                                                                    0 => 
                                                                                                                                                    1 => 
                                                                                                                                                )
                                                                                                                                            options => Array()
                                                                                                                                            servers => Array(
                                                                                                                                                    0 => Array(
                                                                                                                                                            host => 127.0.0.1
                                                                                                                                                            port => 11211
                                                                                                                                                            weight => 100
                                                                                                                                                        )
                                                                                                                                                )
                                                                                                                                        )
                                                                                                                                    redis => Array(
                                                                                                                                            driver => redis
                                                                                                                                            connection => cache
                                                                                                                                        )
                                                                                                                                    dynamodb => Array(
                                                                                                                                            driver => dynamodb
                                                                                                                                            key => 
                                                                                                                                            secret => 
                                                                                                                                            region => us-east-1
                                                                                                                                            table => cache
                                                                                                                                            endpoint => 
                                                                                                                                        )
                                                                                                                                )
                                                                                                                            prefix => _cache
                                                                                                                        )
                                                                                                                    database => Array(
                                                                                                                            default => mysql
                                                                                                                            connections => Array(
                                                                                                                                    sqlite => Array(
                                                                                                                                            driver => sqlite
                                                                                                                                            url => 
                                                                                                                                            database => laravel
                                                                                                                                            prefix => 
                                                                                                                                            foreign_key_constraints => 1
                                                                                                                                        )
                                                                                                                                    mysql => Array(
                                                                                                                                            driver => mysql
                                                                                                                                            url => 
                                                                                                                                            host => 127.0.0.1
                                                                                                                                            port => 3306
                                                                                                                                            database => laravel
                                                                                                                                            username => root
                                                                                                                                            password => 
                                                                                                                                            unix_socket => 
                                                                                                                                            charset => utf8mb4
                                                                                                                                            collation => utf8mb4_unicode_ci
                                                                                                                                            prefix => 
                                                                                                                                            prefix_indexes => 1
                                                                                                                                            strict => 1
                                                                                                                                            engine => 
                                                                                                                                            options => Array()
                                                                                                                                        )
                                                                                                                                    pgsql => Array(
                                                                                                                                            driver => pgsql
                                                                                                                                            url => 
                                                                                                                                            host => 127.0.0.1
                                                                                                                                            port => 3306
                                                                                                                                            database => laravel
                                                                                                                                            username => root
                                                                                                                                            password => 
                                                                                                                                            charset => utf8
                                                                                                                                            prefix => 
                                                                                                                                            prefix_indexes => 1
                                                                                                                                            schema => public
                                                                                                                                            sslmode => prefer
                                                                                                                                        )
                                                                                                                                    sqlsrv => Array(
                                                                                                                                            driver => sqlsrv
                                                                                                                                            url => 
                                                                                                                                            host => 127.0.0.1
                                                                                                                                            port => 3306
                                                                                                                                            database => laravel
                                                                                                                                            username => root
                                                                                                                                            password => 
                                                                                                                                            charset => utf8
                                                                                                                                            prefix => 
                                                                                                                                            prefix_indexes => 1
                                                                                                                                        )
                                                                                                                                )
                                                                                                                            migrations => migrations
                                                                                                                            redis => Array(
                                                                                                                                    client => phpredis
                                                                                                                                    options => Array(
                                                                                                                                            cluster => redis
                                                                                                                                            prefix => _database_
                                                                                                                                        )
                                                                                                                                    default => Array(
                                                                                                                                            url => 
                                                                                                                                            host => 127.0.0.1
                                                                                                                                            password => 
                                                                                                                                            port => 6379
                                                                                                                                            database => 0
                                                                                                                                        )
                                                                                                                                    cache => Array(
                                                                                                                                            url => 
                                                                                                                                            host => 127.0.0.1
                                                                                                                                            password => 
                                                                                                                                            port => 6379
                                                                                                                                            database => 1
                                                                                                                                        )
                                                                                                                                )
                                                                                                                        )
                                                                                                                    filesystems => Array(
                                                                                                                            default => local
                                                                                                                            cloud => s3
                                                                                                                            disks => Array(
                                                                                                                                    local => Array(
                                                                                                                                            driver => local
                                                                                                                                            root => /0000/storage/app
                                                                                                                                        )
                                                                                                                                    public => Array(
                                                                                                                                            driver => local
                                                                                                                                            root => /0000/storage/app/public
                                                                                                                                            url => http://localhost/storage
                                                                                                                                            visibility => public
                                                                                                                                        )
                                                                                                                                    s3 => Array(
                                                                                                                                            driver => s3
                                                                                                                                            key => 
                                                                                                                                            secret => 
                                                                                                                                            region => us-east-1
                                                                                                                                            bucket => 
                                                                                                                                            url => 
                                                                                                                                        )
                                                                                                                                )
                                                                                                                        )
                                                                                                                    hashing => Array(
                                                                                                                            driver => bcrypt
                                                                                                                            bcrypt => Array(
                                                                                                                                    rounds => 10
                                                                                                                                )
                                                                                                                            argon => Array(
                                                                                                                                    memory => 1024
                                                                                                                                    threads => 2
                                                                                                                                    time => 2
                                                                                                                                )
                                                                                                                        )
                                                                                                                    logging => Array(
                                                                                                                            default => stack
                                                                                                                            channels => Array(
                                                                                                                                    stack => Array(
                                                                                                                                            driver => stack
                                                                                                                                            channels => Array(
                                                                                                                                                    0 => single
                                                                                                                                                )
                                                                                                                                            ignore_exceptions => 
                                                                                                                                        )
                                                                                                                                    single => Array(
                                                                                                                                            driver => single
                                                                                                                                            path => /0000/storage/logs/laravel.log
                                                                                                                                            level => debug
                                                                                                                                        )
                                                                                                                                    daily => Array(
                                                                                                                                            driver => daily
                                                                                                                                            path => /0000/storage/logs/laravel.log
                                                                                                                                            level => debug
                                                                                                                                            days => 14
                                                                                                                                        )
                                                                                                                                    slack => Array(
                                                                                                                                            driver => slack
                                                                                                                                            url => 
                                                                                                                                            username => Laravel Log
                                                                                                                                            emoji => :boom:
                                                                                                                                            level => critical
                                                                                                                                        )
                                                                                                                                    papertrail => Array(
                                                                                                                                            driver => monolog
                                                                                                                                            level => debug
                                                                                                                                            handler => Monolog\Handler\SyslogUdpHandler
                                                                                                                                            handler_with => Array(
                                                                                                                                                    host => 
                                                                                                                                                    port => 
                                                                                                                                                )
                                                                                                                                        )
                                                                                                                                    stderr => Array(
                                                                                                                                            driver => monolog
                                                                                                                                            handler => Monolog\Handler\StreamHandler
                                                                                                                                            formatter => 
                                                                                                                                            with => Array(
                                                                                                                                                    stream => php://stderr
                                                                                                                                                )
                                                                                                                                        )
                                                                                                                                    syslog => Array(
                                                                                                                                            driver => syslog
                                                                                                                                            level => debug
                                                                                                                                        )
                                                                                                                                    errorlog => Array(
                                                                                                                                            driver => errorlog
                                                                                                                                            level => debug
                                                                                                                                        )
                                                                                                                                    null => Array(
                                                                                                                                            driver => monolog
                                                                                                                                            handler => Monolog\Handler\NullHandler
                                                                                                                                        )
                                                                                                                                    emergency => Array(
                                                                                                                                            path => /0000/storage/logs/laravel.log
                                                                                                                                        )
                                                                                                                                )
                                                                                                                        )
                                                                                                                    mail => Array(
                                                                                                                            driver => smtp
                                                                                                                            host => smtp.mailtrap.io
                                                                                                                            port => 2525
                                                                                                                            from => Array(
                                                                                                                                    address => 
                                                                                                                                    name => 本地测试
                                                                                                                                )
                                                                                                                            encryption => 
                                                                                                                            username => 
                                                                                                                            password => 
                                                                                                                            sendmail => /usr/sbin/sendmail -bs
                                                                                                                            markdown => Array(
                                                                                                                                    theme => default
                                                                                                                                    paths => Array(
                                                                                                                                            0 => /0000/resources/views/vendor/mail
                                                                                                                                        )
                                                                                                                                )
                                                                                                                            log_channel => 
                                                                                                                        )
                                                                                                                    queue => Array(
                                                                                                                            default => sync
                                                                                                                            connections => Array(
                                                                                                                                    sync => Array(
                                                                                                                                            driver => sync
                                                                                                                                        )
                                                                                                                                    database => Array(
                                                                                                                                            driver => database
                                                                                                                                            table => jobs
                                                                                                                                            queue => default
                                                                                                                                            retry_after => 90
                                                                                                                                        )
                                                                                                                                    beanstalkd => Array(
                                                                                                                                            driver => beanstalkd
                                                                                                                                            host => localhost
                                                                                                                                            queue => default
                                                                                                                                            retry_after => 90
                                                                                                                                            block_for => 0
                                                                                                                                        )
                                                                                                                                    sqs => Array(
                                                                                                                                            driver => sqs
                                                                                                                                            key => 
                                                                                                                                            secret => 
                                                                                                                                            prefix => https://sqs.us-east-1.amazonaws.com/your-account-id
                                                                                                                                            queue => your-queue-name
                                                                                                                                            region => us-east-1
                                                                                                                                        )
                                                                                                                                    redis => Array(
                                                                                                                                            driver => redis
                                                                                                                                            connection => default
                                                                                                                                            queue => default
                                                                                                                                            retry_after => 90
                                                                                                                                            block_for => 
                                                                                                                                        )
                                                                                                                                )
                                                                                                                            failed => Array(
                                                                                                                                    driver => database
                                                                                                                                    database => mysql
                                                                                                                                    table => failed_jobs
                                                                                                                                )
                                                                                                                        )
                                                                                                                    services => Array(
                                                                                                                            mailgun => Array(
                                                                                                                                    domain => 
                                                                                                                                    secret => 
                                                                                                                                    endpoint => api.mailgun.net
                                                                                                                                )
                                                                                                                            postmark => Array(
                                                                                                                                    token => 
                                                                                                                                )
                                                                                                                            ses => Array(
                                                                                                                                    key => 
                                                                                                                                    secret => 
                                                                                                                                    region => us-east-1
                                                                                                                                )
                                                                                                                        )
                                                                                                                    session => Array(
                                                                                                                            driver => cookie
                                                                                                                            lifetime => 120
                                                                                                                            expire_on_close => 
                                                                                                                            encrypt => 
                                                                                                                            files => /0000/storage/framework/sessions
                                                                                                                            connection => 
                                                                                                                            table => sessions
                                                                                                                            store => 
                                                                                                                            lottery => Array(
                                                                                                                                    0 => 2
                                                                                                                                    1 => 100
                                                                                                                                )
                                                                                                                            cookie => _session
                                                                                                                            path => /
                                                                                                                            domain => 
                                                                                                                            secure => 
                                                                                                                            http_only => 1
                                                                                                                            same_site => 
                                                                                                                        )
                                                                                                                    view => Array(
                                                                                                                            paths => Array(
                                                                                                                                    0 => /0000/resources/views
                                                                                                                                )
                                                                                                                            compiled => /0000/storage/framework/views
                                                                                                                        )
                                                                                                                    flare => Array(
                                                                                                                            key => 
                                                                                                                            reporting => Array(
                                                                                                                                    anonymize_ips => 1
                                                                                                                                    collect_git_information => 1
                                                                                                                                    report_queries => 1
                                                                                                                                    maximum_number_of_collected_queries => 200
                                                                                                                                    report_query_bindings => 1
                                                                                                                                    report_view_data => 1
                                                                                                                                    grouping_type => 
                                                                                                                                )
                                                                                                                            send_logs_as_events => 1
                                                                                                                        )
                                                                                                                    ignition => Array(
                                                                                                                            editor => phpstorm
                                                                                                                            theme => light
                                                                                                                            enable_share_button => 1
                                                                                                                            register_commands => 
                                                                                                                            ignored_solution_providers => Array()
                                                                                                                            enable_runnable_solutions => 
                                                                                                                            remote_sites_path => 
                                                                                                                            local_sites_path => 
                                                                                                                            housekeeping_endpoint_prefix => _ignition
                                                                                                                        )
                                                                                                                    trustedproxy => Array(
                                                                                                                            proxies => 
                                                                                                                            headers => 30
                                                                                                                        )
                                                                                                                )
                                                                                                        )
                                                                                                    request => Illuminate\Http\Request Object(
                                                                                                            json => 
                                                                                                            convertedFiles => 
                                                                                                            userResolver => 
                                                                                                            routeResolver => 
                                                                                                            attributes => Symfony\Component\HttpFoundation\ParameterBag Object(
                                                                                                                    parameters => Array()
                                                                                                                )
                                                                                                            request => Symfony\Component\HttpFoundation\ParameterBag Object(
                                                                                                                    parameters => Array()
                                                                                                                )
                                                                                                            query => Symfony\Component\HttpFoundation\ParameterBag Object(
                                                                                                                    parameters => Array()
                                                                                                                )
                                                                                                            server => Symfony\Component\HttpFoundation\ServerBag Object(
                                                                                                                    parameters => Array(
                                                                                                                            SERVER_NAME => localhost
                                                                                                                            SERVER_PORT => 80
                                                                                                                            HTTP_HOST => localhost
                                                                                                                            HTTP_USER_AGENT => Symfony
                                                                                                                            HTTP_ACCEPT => text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
                                                                                                                            HTTP_ACCEPT_LANGUAGE => en-us,en;q=0.5
                                                                                                                            HTTP_ACCEPT_CHARSET => ISO-8859-1,utf-8;q=0.7,*;q=0.7
                                                                                                                            REMOTE_ADDR => 127.0.0.1
                                                                                                                            SCRIPT_NAME => artisan
                                                                                                                            SCRIPT_FILENAME => artisan
                                                                                                                            SERVER_PROTOCOL => HTTP/1.1
                                                                                                                            REQUEST_TIME => 1578274558
                                                                                                                            PHP_EXTRA_CONFIGURE_ARGS => --enable-fpm --with-fpm-user=www-data --with-fpm-group=www-data --disable-cgi
                                                                                                                            LANGUAGE => C
                                                                                                                            HOSTNAME => d9d2f135fb85
                                                                                                                            PHP_INI_DIR => /usr/local/etc/php
                                                                                                                            GIT_ASKPASS => echo
                                                                                                                            SHLVL => 2
                                                                                                                            HOME => /root
                                                                                                                            OLDPWD => /
                                                                                                                            PHP_LDFLAGS => -Wl,-O1 -Wl,--hash-style=both -pie
                                                                                                                            PHP_CFLAGS => -fstack-protector-strong -fpic -fpie -O2
                                                                                                                            PHP_MD5 => 
                                                                                                                            PHP_VERSION => 7.2.19
                                                                                                                            COMPOSER_HOME => /tmp/composer
                                                                                                                            COMPOSER_BINARY => /usr/bin/composer
                                                                                                                            GPG_KEYS => 1729F83938DA44E27BA0F4D3DBDB397470D12172 B1B44D8F021E4E2D6021E995DC9FF8D3EE5AF27F
                                                                                                                            PHP_CPPFLAGS => -fstack-protector-strong -fpic -fpie -O2
                                                                                                                            PHP_ASC_URL => https://www.php.net/get/php-7.2.19.tar.xz.asc/from/this/mirror
                                                                                                                            PHP_URL => https://www.php.net/get/php-7.2.19.tar.xz/from/this/mirror
                                                                                                                            TERM => xterm
                                                                                                                            PATH => /0000/vendor/bin:/tmp/composer/vendor/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
                                                                                                                            LD_PRELOAD => /usr/lib/preloadable_libiconv.so php
                                                                                                                            PHPIZE_DEPS => autoconf 		dpkg-dev dpkg 		file 		g++ 		gcc 		libc-dev 		make 		pkgconf 		re2c
                                                                                                                            PWD => /0000
                                                                                                                            PHP_SHA256 => 4ffa2404a88d60e993a9fe69f829ebec3eb1e006de41b6048ce5e91bbeaa9282
                                                                                                                            PHP_SELF => artisan
                                                                                                                            PATH_TRANSLATED => artisan
                                                                                                                            DOCUMENT_ROOT => 
                                                                                                                            REQUEST_TIME_FLOAT => 1578274558.794
                                                                                                                            argv => Array(
                                                                                                                                    0 => artisan
                                                                                                                                    1 => package:discover
                                                                                                                                    2 => --ansi
                                                                                                                                )
                                                                                                                            argc => 3
                                                                                                                            APP_NAME => 本地测试
                                                                                                                            APP_ENV => local
                                                                                                                            APP_KEY => base64:gIjju1XIlTNS6j8BuifyrL2QAARYlvdKYd31eAqei7g=
                                                                                                                            APP_DEBUG => true
                                                                                                                            APP_URL => http://localhost
                                                                                                                            LOG_CHANNEL => stack
                                                                                                                            DB_CONNECTION => mysql
                                                                                                                            DB_HOST => 127.0.0.1
                                                                                                                            DB_PORT => 3306
                                                                                                                            DB_DATABASE => laravel
                                                                                                                            DB_USERNAME => root
                                                                                                                            DB_PASSWORD => 
                                                                                                                            BROADCAST_DRIVER => log
                                                                                                                            CACHE_DRIVER => file
                                                                                                                            QUEUE_CONNECTION => sync
                                                                                                                            SESSION_DRIVER => cookie
                                                                                                                            SESSION_LIFETIME => 120
                                                                                                                            REDIS_HOST => 127.0.0.1
                                                                                                                            REDIS_PASSWORD => null
                                                                                                                            REDIS_PORT => 6379
                                                                                                                            MAIL_DRIVER => smtp
                                                                                                                            MAIL_HOST => smtp.mailtrap.io
                                                                                                                            MAIL_PORT => 2525
                                                                                                                            MAIL_USERNAME => null
                                                                                                                            MAIL_PASSWORD => null
                                                                                                                            MAIL_ENCRYPTION => null
                                                                                                                            MAIL_FROM_ADDRESS => null
                                                                                                                            MAIL_FROM_NAME => 本地测试
                                                                                                                            AWS_ACCESS_KEY_ID => 
                                                                                                                            AWS_SECRET_ACCESS_KEY => 
                                                                                                                            AWS_DEFAULT_REGION => us-east-1
                                                                                                                            AWS_BUCKET => 
                                                                                                                            PUSHER_APP_ID => 
                                                                                                                            PUSHER_APP_KEY => 
                                                                                                                            PUSHER_APP_SECRET => 
                                                                                                                            PUSHER_APP_CLUSTER => mt1
                                                                                                                            MIX_PUSHER_APP_KEY => 
                                                                                                                            MIX_PUSHER_APP_CLUSTER => mt1
                                                                                                                            PATH_INFO => 
                                                                                                                            REQUEST_METHOD => GET
                                                                                                                            REQUEST_URI => /
                                                                                                                            QUERY_STRING => 
                                                                                                                        )
                                                                                                                )
                                                                                                            files => Symfony\Component\HttpFoundation\FileBag Object(
                                                                                                                    parameters => Array()
                                                                                                                )
                                                                                                            cookies => Symfony\Component\HttpFoundation\ParameterBag Object(
                                                                                                                    parameters => Array()
                                                                                                                )
                                                                                                            headers => Symfony\Component\HttpFoundation\HeaderBag Object(
                                                                                                                    headers => Array(
                                                                                                                            host => Array(
                                                                                                                                    0 => localhost
                                                                                                                                )
                                                                                                                            [user-agent] => Array(
                                                                                                                                    0 => Symfony
                                                                                                                                )
                                                                                                                            accept => Array(
                                                                                                                                    0 => text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
                                                                                                                                )
                                                                                                                            [accept-language] => Array(
                                                                                                                                    0 => en-us,en;q=0.5
                                                                                                                                )
                                                                                                                            [accept-charset] => Array(
                                                                                                                                    0 => ISO-8859-1,utf-8;q=0.7,*;q=0.7
                                                                                                                                )
                                                                                                                        )
                                                                                                                    cacheControl => Array()
                                                                                                                )
                                                                                                            content => 
                                                                                                            languages => 
                                                                                                            charsets => 
                                                                                                            encodings => 
                                                                                                            acceptableContentTypes => 
                                                                                                            pathInfo => 
                                                                                                            requestUri => 
                                                                                                            baseUrl => 
                                                                                                            basePath => 
                                                                                                            method => 
                                                                                                            format => 
                                                                                                            session => 
                                                                                                            locale => 
                                                                                                            defaultLocale => en
                                                                                                            [preferredFormat:Symfony\Component\HttpFoundation\Request:private] => 
                                                                                                            [isHostValid:Symfony\Component\HttpFoundation\Request:private] => 1
                                                                                                            [isForwardedValid:Symfony\Component\HttpFoundation\Request:private] => 1
                                                                                                        )
                                                                                                    [Facade\Ignition\LogRecorder\LogRecorder] => Facade\Ignition\LogRecorder\LogRecorder Object
 
                                                                                                    [Facade\Ignition\DumpRecorder\DumpRecorder] => Facade\Ignition\DumpRecorder\DumpRecorder Object(
                                                                                                            dumps => Array()
                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                        )
                                                                                                    [Facade\Ignition\QueryRecorder\QueryRecorder] => Facade\Ignition\QueryRecorder\QueryRecorder Object(
                                                                                                            queries => Array()
                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                        )
                                                                                                    [flare.http] => Facade\FlareClient\Http\Client Object(
                                                                                                            [apiToken:Facade\FlareClient\Http\Client:private] => 
                                                                                                            [apiSecret:Facade\FlareClient\Http\Client:private] => 
                                                                                                            [baseUrl:Facade\FlareClient\Http\Client:private] => https://flareapp.io/api
                                                                                                            [timeout:Facade\FlareClient\Http\Client:private] => 10
                                                                                                        )
                                                                                                    [flare.client] => Facade\FlareClient\Flare Object(
                                                                                                            [client:Facade\FlareClient\Flare:private] => Facade\FlareClient\Http\Client Object(
                                                                                                                    [apiToken:Facade\FlareClient\Http\Client:private] => 
                                                                                                                    [apiSecret:Facade\FlareClient\Http\Client:private] => 
                                                                                                                    [baseUrl:Facade\FlareClient\Http\Client:private] => https://flareapp.io/api
                                                                                                                    [timeout:Facade\FlareClient\Http\Client:private] => 10
                                                                                                                )
                                                                                                            [api:Facade\FlareClient\Flare:private] => Facade\FlareClient\Api Object(
                                                                                                                    [client:Facade\FlareClient\Api:private] => Facade\FlareClient\Http\Client Object(
                                                                                                                            [apiToken:Facade\FlareClient\Http\Client:private] => 
                                                                                                                            [apiSecret:Facade\FlareClient\Http\Client:private] => 
                                                                                                                            [baseUrl:Facade\FlareClient\Http\Client:private] => https://flareapp.io/api
                                                                                                                            [timeout:Facade\FlareClient\Http\Client:private] => 10
                                                                                                                        )
                                                                                                                    [queue:Facade\FlareClient\Api:private] => Array()
                                                                                                                )
                                                                                                            [middleware:Facade\FlareClient\Flare:private] => Array(
                                                                                                                    0 => Facade\FlareClient\Middleware\AddGlows Object(
                                                                                                                            [recorder:Facade\FlareClient\Middleware\AddGlows:private] => Facade\FlareClient\Glows\Recorder Object(
                                                                                                                                    [glows:Facade\FlareClient\Glows\Recorder:private] => Array()
                                                                                                                                )
                                                                                                                        )
                                                                                                                    1 => Facade\FlareClient\Middleware\AnonymizeIp Object()
                                                                                                                    2 => Facade\Ignition\Middleware\SetNotifierName Object()
                                                                                                                    3 => Facade\Ignition\Middleware\AddEnvironmentInformation Object()
                                                                                                                    4 => Facade\Ignition\Middleware\AddLogs Object(
                                                                                                                            logRecorder => Facade\Ignition\LogRecorder\LogRecorder Object
 
                                                                                                                        )
                                                                                                                    5 => Facade\Ignition\Middleware\AddDumps Object(
                                                                                                                            dumpRecorder => Facade\Ignition\DumpRecorder\DumpRecorder Object(
                                                                                                                                    dumps => Array()
                                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                                )
                                                                                                                        )
                                                                                                                    6 => Facade\Ignition\Middleware\AddQueries Object(
                                                                                                                            queryRecorder => Facade\Ignition\QueryRecorder\QueryRecorder Object(
                                                                                                                                    queries => Array()
                                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                                )
                                                                                                                        )
                                                                                                                    7 => Facade\Ignition\Middleware\AddSolutions Object(
                                                                                                                            solutionProviderRepository => Facade\Ignition\SolutionProviders\SolutionProviderRepository Object(
                                                                                                                                    solutionProviders => Illuminate\Support\Collection Object(
                                                                                                                                            items => Array(
                                                                                                                                                    0 => Facade\Ignition\SolutionProviders\IncorrectValetDbCredentialsSolutionProvider
                                                                                                                                                    1 => Facade\Ignition\SolutionProviders\MissingAppKeySolutionProvider
                                                                                                                                                    2 => Facade\Ignition\SolutionProviders\DefaultDbNameSolutionProvider
                                                                                                                                                    3 => Facade\Ignition\SolutionProviders\BadMethodCallSolutionProvider
                                                                                                                                                    4 => Facade\Ignition\SolutionProviders\TableNotFoundSolutionProvider
                                                                                                                                                    5 => Facade\Ignition\SolutionProviders\MissingImportSolutionProvider
                                                                                                                                                    6 => Facade\Ignition\SolutionProviders\MissingPackageSolutionProvider
                                                                                                                                                    7 => Facade\Ignition\SolutionProviders\InvalidRouteActionSolutionProvider
                                                                                                                                                    8 => Facade\Ignition\SolutionProviders\ViewNotFoundSolutionProvider
                                                                                                                                                    9 => Facade\Ignition\SolutionProviders\UndefinedVariableSolutionProvider
                                                                                                                                                    10 => Facade\Ignition\SolutionProviders\MergeConflictSolutionProvider
                                                                                                                                                    11 => Facade\Ignition\SolutionProviders\RunningLaravelDuskInProductionProvider
                                                                                                                                                    12 => Facade\Ignition\SolutionProviders\MissingColumnSolutionProvider
                                                                                                                                                    13 => Facade\Ignition\SolutionProviders\UnknownValidationSolutionProvider
                                                                                                                                                )
                                                                                                                                        )
                                                                                                                                )
                                                                                                                        )
                                                                                                                    8 => Facade\Ignition\Middleware\AddGitInformation Object()
                                                                                                                )
                                                                                                            [recorder:Facade\FlareClient\Flare:private] => Facade\FlareClient\Glows\Recorder Object(
                                                                                                                    [glows:Facade\FlareClient\Glows\Recorder:private] => Array()
                                                                                                                )
                                                                                                            [applicationPath:Facade\FlareClient\Flare:private] => /0000
                                                                                                            [container:Facade\FlareClient\Flare:private] => Illuminate\Foundation\Application Object
 
                                                                                                            [contextDetector:Facade\FlareClient\Flare:private] => Facade\Ignition\Context\LaravelContextDetector Object()
                                                                                                            [previousExceptionHandler:Facade\FlareClient\Flare:private] => 
                                                                                                            [previousErrorHandler:Facade\FlareClient\Flare:private] => 
                                                                                                            [messageLevel:Facade\FlareClient\Flare:private] => 
                                                                                                            [stage:Facade\FlareClient\Flare:private] => local
                                                                                                            [userProvidedContext:Facade\FlareClient\Flare:private] => Array()
                                                                                                        )
                                                                                                    [Facade\IgnitionContracts\SolutionProviderRepository] => Facade\Ignition\SolutionProviders\SolutionProviderRepository Object(
                                                                                                            solutionProviders => Illuminate\Support\Collection Object(
                                                                                                                    items => Array(
                                                                                                                            0 => Facade\Ignition\SolutionProviders\IncorrectValetDbCredentialsSolutionProvider
                                                                                                                            1 => Facade\Ignition\SolutionProviders\MissingAppKeySolutionProvider
                                                                                                                            2 => Facade\Ignition\SolutionProviders\DefaultDbNameSolutionProvider
                                                                                                                            3 => Facade\Ignition\SolutionProviders\BadMethodCallSolutionProvider
                                                                                                                            4 => Facade\Ignition\SolutionProviders\TableNotFoundSolutionProvider
                                                                                                                            5 => Facade\Ignition\SolutionProviders\MissingImportSolutionProvider
                                                                                                                            6 => Facade\Ignition\SolutionProviders\MissingPackageSolutionProvider
                                                                                                                            7 => Facade\Ignition\SolutionProviders\InvalidRouteActionSolutionProvider
                                                                                                                            8 => Facade\Ignition\SolutionProviders\ViewNotFoundSolutionProvider
                                                                                                                            9 => Facade\Ignition\SolutionProviders\UndefinedVariableSolutionProvider
                                                                                                                            10 => Facade\Ignition\SolutionProviders\MergeConflictSolutionProvider
                                                                                                                            11 => Facade\Ignition\SolutionProviders\RunningLaravelDuskInProductionProvider
                                                                                                                            12 => Facade\Ignition\SolutionProviders\MissingColumnSolutionProvider
                                                                                                                            13 => Facade\Ignition\SolutionProviders\UnknownValidationSolutionProvider
                                                                                                                        )
                                                                                                                )
                                                                                                        )
                                                                                                    [Illuminate\Contracts\Debug\ExceptionHandler] => NunoMaduro\Collision\Adapters\Laravel\ExceptionHandler Object(
                                                                                                            appExceptionHandler => App\Exceptions\Handler Object(
                                                                                                                    dontReport => Array()
                                                                                                                    dontFlash => Array(
                                                                                                                            0 => password
                                                                                                                            1 => password_confirmation
                                                                                                                        )
                                                                                                                    container => Illuminate\Foundation\Application Object
 
                                                                                                                    internalDontReport => Array(
                                                                                                                            0 => Illuminate\Auth\AuthenticationException
                                                                                                                            1 => Illuminate\Auth\Access\AuthorizationException
                                                                                                                            2 => Symfony\Component\HttpKernel\Exception\HttpException
                                                                                                                            3 => Illuminate\Http\Exceptions\HttpResponseException
                                                                                                                            4 => Illuminate\Database\Eloquent\ModelNotFoundException
                                                                                                                            5 => Symfony\Component\HttpFoundation\Exception\SuspiciousOperationException
                                                                                                                            6 => Illuminate\Session\TokenMismatchException
                                                                                                                            7 => Illuminate\Validation\ValidationException
                                                                                                                        )
                                                                                                                )
                                                                                                            container => Illuminate\Foundation\Application Object
 
                                                                                                        )
                                                                                                    [db.factory] => Illuminate\Database\Connectors\ConnectionFactory Object(
                                                                                                            container => Illuminate\Foundation\Application Object
 
                                                                                                        )
                                                                                                    db => Illuminate\Database\DatabaseManager Object(
                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                            factory => Illuminate\Database\Connectors\ConnectionFactory Object(
                                                                                                                    container => Illuminate\Foundation\Application Object
 
                                                                                                                )
                                                                                                            connections => Array()
                                                                                                            extensions => Array()
                                                                                                            reconnector => Closure Object(
                                                                                                                    this => Illuminate\Database\DatabaseManager Object
 
                                                                                                                    parameter => Array(
                                                                                                                            [$connection] => 
                                                                                                                        )
                                                                                                                )
                                                                                                        )
                                                                                                    [view.engine.resolver] => Illuminate\View\Engines\EngineResolver Object(
                                                                                                            resolvers => Array(
                                                                                                                    file => Closure Object(
                                                                                                                            this => Illuminate\View\ViewServiceProvider Object(
                                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                                )
                                                                                                                        )
                                                                                                                    php => Closure Object(
                                                                                                                            this => Facade\Ignition\IgnitionServiceProvider Object(
                                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                                )
                                                                                                                        )
                                                                                                                    blade => Closure Object(
                                                                                                                            this => Facade\Ignition\IgnitionServiceProvider Object(
                                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                                )
                                                                                                                        )
                                                                                                                )
                                                                                                            resolved => Array()
                                                                                                        )
                                                                                                    files => Illuminate\Filesystem\Filesystem Object()
                                                                                                    [blade.compiler] => Illuminate\View\Compilers\BladeCompiler Object(
                                                                                                            extensions => Array()
                                                                                                            customDirectives => Array()
                                                                                                            conditions => Array()
                                                                                                            path => 
                                                                                                            compilers => Array(
                                                                                                                    0 => Comments
                                                                                                                    1 => Extensions
                                                                                                                    2 => Statements
                                                                                                                    3 => Echos
                                                                                                                )
                                                                                                            rawTags => Array(
                                                                                                                    0 => {!!
                                                                                                                    1 => !!}
                                                                                                                )
                                                                                                            contentTags => Array(
                                                                                                                    0 => {{
                                                                                                                    1 => }}
                                                                                                                )
                                                                                                            escapedTags => Array(
                                                                                                                    0 => {{{
                                                                                                                    1 => }}}
                                                                                                                )
                                                                                                            echoFormat => e(%s)
                                                                                                            footer => Array()
                                                                                                            rawBlocks => Array()
                                                                                                            files => Illuminate\Filesystem\Filesystem Object()
                                                                                                            cachePath => /0000/storage/framework/views
                                                                                                            firstCaseInSwitch => 1
                                                                                                            [encodingOptions:Illuminate\View\Compilers\BladeCompiler:private] => 15
                                                                                                            lastSection => 
                                                                                                            forElseCounter => 0
                                                                                                        )
                                                                                                    log => Illuminate\Log\LogManager Object(
                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                            channels => Array()
                                                                                                            customCreators => Array(
                                                                                                                    flare => Closure Object(
                                                                                                                            this => Illuminate\Log\LogManager Object
 
                                                                                                                            parameter => Array(
                                                                                                                                    [$app] => 
                                                                                                                                )
                                                                                                                        )
                                                                                                                )
                                                                                                            dateFormat => Y-m-d H:i:s
                                                                                                            levels => Array(
                                                                                                                    debug => 100
                                                                                                                    info => 200
                                                                                                                    notice => 250
                                                                                                                    warning => 300
                                                                                                                    error => 400
                                                                                                                    critical => 500
                                                                                                                    alert => 550
                                                                                                                    emergency => 600
                                                                                                                )
                                                                                                        )
                                                                                                    queue => Illuminate\Queue\QueueManager Object(
                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                            connections => Array()
                                                                                                            connectors => Array(
                                                                                                                    null => Closure Object(
                                                                                                                            this => Illuminate\Queue\QueueServiceProvider Object(
                                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                                )
                                                                                                                        )
                                                                                                                    sync => Closure Object(
                                                                                                                            this => Illuminate\Queue\QueueServiceProvider Object(
                                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                                )
                                                                                                                        )
                                                                                                                    database => Closure Object(
                                                                                                                            this => Illuminate\Queue\QueueServiceProvider Object(
                                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                                )
                                                                                                                        )
                                                                                                                    redis => Closure Object(
                                                                                                                            this => Illuminate\Queue\QueueServiceProvider Object(
                                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                                )
                                                                                                                        )
                                                                                                                    beanstalkd => Closure Object(
                                                                                                                            this => Illuminate\Queue\QueueServiceProvider Object(
                                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                                )
                                                                                                                        )
                                                                                                                    sqs => Closure Object(
                                                                                                                            this => Illuminate\Queue\QueueServiceProvider Object(
                                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                                )
                                                                                                                        )
                                                                                                                )
                                                                                                        )
                                                                                                    date => Illuminate\Support\DateFactory Object()
                                                                                                    router => Illuminate\Routing\Router Object
 
                                                                                                    routes => Illuminate\Routing\RouteCollection Object(
                                                                                                            routes => Array()
                                                                                                            allRoutes => Array()
                                                                                                            nameList => Array()
                                                                                                            actionList => Array()
                                                                                                        )
                                                                                                    url => Illuminate\Routing\UrlGenerator Object(
                                                                                                            routes => Illuminate\Routing\RouteCollection Object(
                                                                                                                    routes => Array()
                                                                                                                    allRoutes => Array()
                                                                                                                    nameList => Array()
                                                                                                                    actionList => Array()
                                                                                                                )
                                                                                                            request => Illuminate\Http\Request Object(
                                                                                                                    json => 
                                                                                                                    convertedFiles => 
                                                                                                                    userResolver => 
                                                                                                                    routeResolver => 
                                                                                                                    attributes => Symfony\Component\HttpFoundation\ParameterBag Object(
                                                                                                                            parameters => Array()
                                                                                                                        )
                                                                                                                    request => Symfony\Component\HttpFoundation\ParameterBag Object(
                                                                                                                            parameters => Array()
                                                                                                                        )
                                                                                                                    query => Symfony\Component\HttpFoundation\ParameterBag Object(
                                                                                                                            parameters => Array()
                                                                                                                        )
                                                                                                                    server => Symfony\Component\HttpFoundation\ServerBag Object(
                                                                                                                            parameters => Array(
                                                                                                                                    SERVER_NAME => localhost
                                                                                                                                    SERVER_PORT => 80
                                                                                                                                    HTTP_HOST => localhost
                                                                                                                                    HTTP_USER_AGENT => Symfony
                                                                                                                                    HTTP_ACCEPT => text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
                                                                                                                                    HTTP_ACCEPT_LANGUAGE => en-us,en;q=0.5
                                                                                                                                    HTTP_ACCEPT_CHARSET => ISO-8859-1,utf-8;q=0.7,*;q=0.7
                                                                                                                                    REMOTE_ADDR => 127.0.0.1
                                                                                                                                    SCRIPT_NAME => artisan
                                                                                                                                    SCRIPT_FILENAME => artisan
                                                                                                                                    SERVER_PROTOCOL => HTTP/1.1
                                                                                                                                    REQUEST_TIME => 1578274558
                                                                                                                                    PHP_EXTRA_CONFIGURE_ARGS => --enable-fpm --with-fpm-user=www-data --with-fpm-group=www-data --disable-cgi
                                                                                                                                    LANGUAGE => C
                                                                                                                                    HOSTNAME => d9d2f135fb85
                                                                                                                                    PHP_INI_DIR => /usr/local/etc/php
                                                                                                                                    GIT_ASKPASS => echo
                                                                                                                                    SHLVL => 2
                                                                                                                                    HOME => /root
                                                                                                                                    OLDPWD => /
                                                                                                                                    PHP_LDFLAGS => -Wl,-O1 -Wl,--hash-style=both -pie
                                                                                                                                    PHP_CFLAGS => -fstack-protector-strong -fpic -fpie -O2
                                                                                                                                    PHP_MD5 => 
                                                                                                                                    PHP_VERSION => 7.2.19
                                                                                                                                    COMPOSER_HOME => /tmp/composer
                                                                                                                                    COMPOSER_BINARY => /usr/bin/composer
                                                                                                                                    GPG_KEYS => 1729F83938DA44E27BA0F4D3DBDB397470D12172 B1B44D8F021E4E2D6021E995DC9FF8D3EE5AF27F
                                                                                                                                    PHP_CPPFLAGS => -fstack-protector-strong -fpic -fpie -O2
                                                                                                                                    PHP_ASC_URL => https://www.php.net/get/php-7.2.19.tar.xz.asc/from/this/mirror
                                                                                                                                    PHP_URL => https://www.php.net/get/php-7.2.19.tar.xz/from/this/mirror
                                                                                                                                    TERM => xterm
                                                                                                                                    PATH => /0000/vendor/bin:/tmp/composer/vendor/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
                                                                                                                                    LD_PRELOAD => /usr/lib/preloadable_libiconv.so php
                                                                                                                                    PHPIZE_DEPS => autoconf 		dpkg-dev dpkg 		file 		g++ 		gcc 		libc-dev 		make 		pkgconf 		re2c
                                                                                                                                    PWD => /0000
                                                                                                                                    PHP_SHA256 => 4ffa2404a88d60e993a9fe69f829ebec3eb1e006de41b6048ce5e91bbeaa9282
                                                                                                                                    PHP_SELF => artisan
                                                                                                                                    PATH_TRANSLATED => artisan
                                                                                                                                    DOCUMENT_ROOT => 
                                                                                                                                    REQUEST_TIME_FLOAT => 1578274558.794
                                                                                                                                    argv => Array(
                                                                                                                                            0 => artisan
                                                                                                                                            1 => package:discover
                                                                                                                                            2 => --ansi
                                                                                                                                        )
                                                                                                                                    argc => 3
                                                                                                                                    APP_NAME => 本地测试
                                                                                                                                    APP_ENV => local
                                                                                                                                    APP_KEY => base64:gIjju1XIlTNS6j8BuifyrL2QAARYlvdKYd31eAqei7g=
                                                                                                                                    APP_DEBUG => true
                                                                                                                                    APP_URL => http://localhost
                                                                                                                                    LOG_CHANNEL => stack
                                                                                                                                    DB_CONNECTION => mysql
                                                                                                                                    DB_HOST => 127.0.0.1
                                                                                                                                    DB_PORT => 3306
                                                                                                                                    DB_DATABASE => laravel
                                                                                                                                    DB_USERNAME => root
                                                                                                                                    DB_PASSWORD => 
                                                                                                                                    BROADCAST_DRIVER => log
                                                                                                                                    CACHE_DRIVER => file
                                                                                                                                    QUEUE_CONNECTION => sync
                                                                                                                                    SESSION_DRIVER => cookie
                                                                                                                                    SESSION_LIFETIME => 120
                                                                                                                                    REDIS_HOST => 127.0.0.1
                                                                                                                                    REDIS_PASSWORD => null
                                                                                                                                    REDIS_PORT => 6379
                                                                                                                                    MAIL_DRIVER => smtp
                                                                                                                                    MAIL_HOST => smtp.mailtrap.io
                                                                                                                                    MAIL_PORT => 2525
                                                                                                                                    MAIL_USERNAME => null
                                                                                                                                    MAIL_PASSWORD => null
                                                                                                                                    MAIL_ENCRYPTION => null
                                                                                                                                    MAIL_FROM_ADDRESS => null
                                                                                                                                    MAIL_FROM_NAME => 本地测试
                                                                                                                                    AWS_ACCESS_KEY_ID => 
                                                                                                                                    AWS_SECRET_ACCESS_KEY => 
                                                                                                                                    AWS_DEFAULT_REGION => us-east-1
                                                                                                                                    AWS_BUCKET => 
                                                                                                                                    PUSHER_APP_ID => 
                                                                                                                                    PUSHER_APP_KEY => 
                                                                                                                                    PUSHER_APP_SECRET => 
                                                                                                                                    PUSHER_APP_CLUSTER => mt1
                                                                                                                                    MIX_PUSHER_APP_KEY => 
                                                                                                                                    MIX_PUSHER_APP_CLUSTER => mt1
                                                                                                                                    PATH_INFO => 
                                                                                                                                    REQUEST_METHOD => GET
                                                                                                                                    REQUEST_URI => /
                                                                                                                                    QUERY_STRING => 
                                                                                                                                )
                                                                                                                        )
                                                                                                                    files => Symfony\Component\HttpFoundation\FileBag Object(
                                                                                                                            parameters => Array()
                                                                                                                        )
                                                                                                                    cookies => Symfony\Component\HttpFoundation\ParameterBag Object(
                                                                                                                            parameters => Array()
                                                                                                                        )
                                                                                                                    headers => Symfony\Component\HttpFoundation\HeaderBag Object(
                                                                                                                            headers => Array(
                                                                                                                                    host => Array(
                                                                                                                                            0 => localhost
                                                                                                                                        )
                                                                                                                                    [user-agent] => Array(
                                                                                                                                            0 => Symfony
                                                                                                                                        )
                                                                                                                                    accept => Array(
                                                                                                                                            0 => text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
                                                                                                                                        )
                                                                                                                                    [accept-language] => Array(
                                                                                                                                            0 => en-us,en;q=0.5
                                                                                                                                        )
                                                                                                                                    [accept-charset] => Array(
                                                                                                                                            0 => ISO-8859-1,utf-8;q=0.7,*;q=0.7
                                                                                                                                        )
                                                                                                                                )
                                                                                                                            cacheControl => Array()
                                                                                                                        )
                                                                                                                    content => 
                                                                                                                    languages => 
                                                                                                                    charsets => 
                                                                                                                    encodings => 
                                                                                                                    acceptableContentTypes => 
                                                                                                                    pathInfo => 
                                                                                                                    requestUri => 
                                                                                                                    baseUrl => 
                                                                                                                    basePath => 
                                                                                                                    method => 
                                                                                                                    format => 
                                                                                                                    session => 
                                                                                                                    locale => 
                                                                                                                    defaultLocale => en
                                                                                                                    [preferredFormat:Symfony\Component\HttpFoundation\Request:private] => 
                                                                                                                    [isHostValid:Symfony\Component\HttpFoundation\Request:private] => 1
                                                                                                                    [isForwardedValid:Symfony\Component\HttpFoundation\Request:private] => 1
                                                                                                                )
                                                                                                            assetRoot => 
                                                                                                            forcedRoot => 
                                                                                                            forceScheme => 
                                                                                                            cachedRoot => 
                                                                                                            cachedScheme => 
                                                                                                            rootNamespace => App\Http\Controllers
                                                                                                            sessionResolver => Closure Object(
                                                                                                                    this => Illuminate\Routing\RoutingServiceProvider Object(
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                )
                                                                                                            keyResolver => Closure Object(
                                                                                                                    this => Illuminate\Routing\RoutingServiceProvider Object(
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                )
                                                                                                            formatHostUsing => 
                                                                                                            formatPathUsing => 
                                                                                                            routeGenerator => 
                                                                                                        )
                                                                                                )
                                                                                            aliases => Array(
                                                                                                    [Illuminate\Foundation\Application] => app
                                                                                                    [Illuminate\Contracts\Container\Container] => app
                                                                                                    [Illuminate\Contracts\Foundation\Application] => app
                                                                                                    [Psr\Container\ContainerInterface] => app
                                                                                                    [Illuminate\Auth\AuthManager] => auth
                                                                                                    [Illuminate\Contracts\Auth\Factory] => auth
                                                                                                    [Illuminate\Contracts\Auth\Guard] => auth.driver
                                                                                                    [Illuminate\View\Compilers\BladeCompiler] => blade.compiler
                                                                                                    [Illuminate\Cache\CacheManager] => cache
                                                                                                    [Illuminate\Contracts\Cache\Factory] => cache
                                                                                                    [Illuminate\Cache\Repository] => cache.store
                                                                                                    [Illuminate\Contracts\Cache\Repository] => cache.store
                                                                                                    [Psr\SimpleCache\CacheInterface] => cache.store
                                                                                                    [Symfony\Component\Cache\Adapter\Psr16Adapter] => cache.psr6
                                                                                                    [Symfony\Component\Cache\Adapter\AdapterInterface] => cache.psr6
                                                                                                    [Psr\Cache\CacheItemPoolInterface] => cache.psr6
                                                                                                    [Illuminate\Config\Repository] => config
                                                                                                    [Illuminate\Contracts\Config\Repository] => config
                                                                                                    [Illuminate\Cookie\CookieJar] => cookie
                                                                                                    [Illuminate\Contracts\Cookie\Factory] => cookie
                                                                                                    [Illuminate\Contracts\Cookie\QueueingFactory] => cookie
                                                                                                    [Illuminate\Encryption\Encrypter] => encrypter
                                                                                                    [Illuminate\Contracts\Encryption\Encrypter] => encrypter
                                                                                                    [Illuminate\Database\DatabaseManager] => db
                                                                                                    [Illuminate\Database\ConnectionResolverInterface] => db
                                                                                                    [Illuminate\Database\Connection] => db.connection
                                                                                                    [Illuminate\Database\ConnectionInterface] => db.connection
                                                                                                    [Illuminate\Events\Dispatcher] => events
                                                                                                    [Illuminate\Contracts\Events\Dispatcher] => events
                                                                                                    [Illuminate\Filesystem\Filesystem] => files
                                                                                                    [Illuminate\Filesystem\FilesystemManager] => filesystem
                                                                                                    [Illuminate\Contracts\Filesystem\Factory] => filesystem
                                                                                                    [Illuminate\Contracts\Filesystem\Filesystem] => filesystem.disk
                                                                                                    [Illuminate\Contracts\Filesystem\Cloud] => filesystem.cloud
                                                                                                    [Illuminate\Hashing\HashManager] => hash
                                                                                                    [Illuminate\Contracts\Hashing\Hasher] => hash.driver
                                                                                                    [Illuminate\Translation\Translator] => translator
                                                                                                    [Illuminate\Contracts\Translation\Translator] => translator
                                                                                                    [Illuminate\Log\LogManager] => log
                                                                                                    [Psr\Log\LoggerInterface] => log
                                                                                                    [Illuminate\Mail\Mailer] => mailer
                                                                                                    [Illuminate\Contracts\Mail\Mailer] => mailer
                                                                                                    [Illuminate\Contracts\Mail\MailQueue] => mailer
                                                                                                    [Illuminate\Auth\Passwords\PasswordBrokerManager] => auth.password
                                                                                                    [Illuminate\Contracts\Auth\PasswordBrokerFactory] => auth.password
                                                                                                    [Illuminate\Auth\Passwords\PasswordBroker] => auth.password.broker
                                                                                                    [Illuminate\Contracts\Auth\PasswordBroker] => auth.password.broker
                                                                                                    [Illuminate\Queue\QueueManager] => queue
                                                                                                    [Illuminate\Contracts\Queue\Factory] => queue
                                                                                                    [Illuminate\Contracts\Queue\Monitor] => queue
                                                                                                    [Illuminate\Contracts\Queue\Queue] => queue.connection
                                                                                                    [Illuminate\Queue\Failed\FailedJobProviderInterface] => queue.failer
                                                                                                    [Illuminate\Routing\Redirector] => redirect
                                                                                                    [Illuminate\Redis\RedisManager] => redis
                                                                                                    [Illuminate\Contracts\Redis\Factory] => redis
                                                                                                    [Illuminate\Http\Request] => request
                                                                                                    [Symfony\Component\HttpFoundation\Request] => request
                                                                                                    [Illuminate\Routing\Router] => router
                                                                                                    [Illuminate\Contracts\Routing\Registrar] => router
                                                                                                    [Illuminate\Contracts\Routing\BindingRegistrar] => router
                                                                                                    [Illuminate\Session\SessionManager] => session
                                                                                                    [Illuminate\Session\Store] => session.store
                                                                                                    [Illuminate\Contracts\Session\Session] => session.store
                                                                                                    [Illuminate\Routing\UrlGenerator] => url
                                                                                                    [Illuminate\Contracts\Routing\UrlGenerator] => url
                                                                                                    [Illuminate\Validation\Factory] => validator
                                                                                                    [Illuminate\Contracts\Validation\Factory] => validator
                                                                                                    [Illuminate\View\Factory] => view
                                                                                                    [Illuminate\Contracts\View\Factory] => view
                                                                                                    [Illuminate\Contracts\Notifications\Dispatcher] => Illuminate\Notifications\ChannelManager
                                                                                                    [Illuminate\Contracts\Notifications\Factory] => Illuminate\Notifications\ChannelManager
                                                                                                    [Facade\FlareClient\Http\Client] => flare.http
                                                                                                    [Facade\FlareClient\Flare] => flare.client
                                                                                                )
                                                                                            abstractAliases => Array(
                                                                                                    app => Array(
                                                                                                            0 => Illuminate\Foundation\Application
                                                                                                            1 => Illuminate\Contracts\Container\Container
                                                                                                            2 => Illuminate\Contracts\Foundation\Application
                                                                                                            3 => Psr\Container\ContainerInterface
                                                                                                        )
                                                                                                    auth => Array(
                                                                                                            0 => Illuminate\Auth\AuthManager
                                                                                                            1 => Illuminate\Contracts\Auth\Factory
                                                                                                        )
                                                                                                    [auth.driver] => Array(
                                                                                                            0 => Illuminate\Contracts\Auth\Guard
                                                                                                        )
                                                                                                    [blade.compiler] => Array(
                                                                                                            0 => Illuminate\View\Compilers\BladeCompiler
                                                                                                        )
                                                                                                    cache => Array(
                                                                                                            0 => Illuminate\Cache\CacheManager
                                                                                                            1 => Illuminate\Contracts\Cache\Factory
                                                                                                        )
                                                                                                    [cache.store] => Array(
                                                                                                            0 => Illuminate\Cache\Repository
                                                                                                            1 => Illuminate\Contracts\Cache\Repository
                                                                                                            2 => Psr\SimpleCache\CacheInterface
                                                                                                        )
                                                                                                    [cache.psr6] => Array(
                                                                                                            0 => Symfony\Component\Cache\Adapter\Psr16Adapter
                                                                                                            1 => Symfony\Component\Cache\Adapter\AdapterInterface
                                                                                                            2 => Psr\Cache\CacheItemPoolInterface
                                                                                                        )
                                                                                                    config => Array(
                                                                                                            0 => Illuminate\Config\Repository
                                                                                                            1 => Illuminate\Contracts\Config\Repository
                                                                                                        )
                                                                                                    cookie => Array(
                                                                                                            0 => Illuminate\Cookie\CookieJar
                                                                                                            1 => Illuminate\Contracts\Cookie\Factory
                                                                                                            2 => Illuminate\Contracts\Cookie\QueueingFactory
                                                                                                        )
                                                                                                    encrypter => Array(
                                                                                                            0 => Illuminate\Encryption\Encrypter
                                                                                                            1 => Illuminate\Contracts\Encryption\Encrypter
                                                                                                        )
                                                                                                    db => Array(
                                                                                                            0 => Illuminate\Database\DatabaseManager
                                                                                                            1 => Illuminate\Database\ConnectionResolverInterface
                                                                                                        )
                                                                                                    [db.connection] => Array(
                                                                                                            0 => Illuminate\Database\Connection
                                                                                                            1 => Illuminate\Database\ConnectionInterface
                                                                                                        )
                                                                                                    events => Array(
                                                                                                            0 => Illuminate\Events\Dispatcher
                                                                                                            1 => Illuminate\Contracts\Events\Dispatcher
                                                                                                        )
                                                                                                    files => Array(
                                                                                                            0 => Illuminate\Filesystem\Filesystem
                                                                                                        )
                                                                                                    filesystem => Array(
                                                                                                            0 => Illuminate\Filesystem\FilesystemManager
                                                                                                            1 => Illuminate\Contracts\Filesystem\Factory
                                                                                                        )
                                                                                                    [filesystem.disk] => Array(
                                                                                                            0 => Illuminate\Contracts\Filesystem\Filesystem
                                                                                                        )
                                                                                                    [filesystem.cloud] => Array(
                                                                                                            0 => Illuminate\Contracts\Filesystem\Cloud
                                                                                                        )
                                                                                                    hash => Array(
                                                                                                            0 => Illuminate\Hashing\HashManager
                                                                                                        )
                                                                                                    [hash.driver] => Array(
                                                                                                            0 => Illuminate\Contracts\Hashing\Hasher
                                                                                                        )
                                                                                                    translator => Array(
                                                                                                            0 => Illuminate\Translation\Translator
                                                                                                            1 => Illuminate\Contracts\Translation\Translator
                                                                                                        )
                                                                                                    log => Array(
                                                                                                            0 => Illuminate\Log\LogManager
                                                                                                            1 => Psr\Log\LoggerInterface
                                                                                                        )
                                                                                                    mailer => Array(
                                                                                                            0 => Illuminate\Mail\Mailer
                                                                                                            1 => Illuminate\Contracts\Mail\Mailer
                                                                                                            2 => Illuminate\Contracts\Mail\MailQueue
                                                                                                        )
                                                                                                    [auth.password] => Array(
                                                                                                            0 => Illuminate\Auth\Passwords\PasswordBrokerManager
                                                                                                            1 => Illuminate\Contracts\Auth\PasswordBrokerFactory
                                                                                                        )
                                                                                                    [auth.password.broker] => Array(
                                                                                                            0 => Illuminate\Auth\Passwords\PasswordBroker
                                                                                                            1 => Illuminate\Contracts\Auth\PasswordBroker
                                                                                                        )
                                                                                                    queue => Array(
                                                                                                            0 => Illuminate\Queue\QueueManager
                                                                                                            1 => Illuminate\Contracts\Queue\Factory
                                                                                                            2 => Illuminate\Contracts\Queue\Monitor
                                                                                                        )
                                                                                                    [queue.connection] => Array(
                                                                                                            0 => Illuminate\Contracts\Queue\Queue
                                                                                                        )
                                                                                                    [queue.failer] => Array(
                                                                                                            0 => Illuminate\Queue\Failed\FailedJobProviderInterface
                                                                                                        )
                                                                                                    redirect => Array(
                                                                                                            0 => Illuminate\Routing\Redirector
                                                                                                        )
                                                                                                    redis => Array(
                                                                                                            0 => Illuminate\Redis\RedisManager
                                                                                                            1 => Illuminate\Contracts\Redis\Factory
                                                                                                        )
                                                                                                    request => Array(
                                                                                                            0 => Illuminate\Http\Request
                                                                                                            1 => Symfony\Component\HttpFoundation\Request
                                                                                                        )
                                                                                                    router => Array(
                                                                                                            0 => Illuminate\Routing\Router
                                                                                                            1 => Illuminate\Contracts\Routing\Registrar
                                                                                                            2 => Illuminate\Contracts\Routing\BindingRegistrar
                                                                                                        )
                                                                                                    session => Array(
                                                                                                            0 => Illuminate\Session\SessionManager
                                                                                                        )
                                                                                                    [session.store] => Array(
                                                                                                            0 => Illuminate\Session\Store
                                                                                                            1 => Illuminate\Contracts\Session\Session
                                                                                                        )
                                                                                                    url => Array(
                                                                                                            0 => Illuminate\Routing\UrlGenerator
                                                                                                            1 => Illuminate\Contracts\Routing\UrlGenerator
                                                                                                        )
                                                                                                    validator => Array(
                                                                                                            0 => Illuminate\Validation\Factory
                                                                                                            1 => Illuminate\Contracts\Validation\Factory
                                                                                                        )
                                                                                                    view => Array(
                                                                                                            0 => Illuminate\View\Factory
                                                                                                            1 => Illuminate\Contracts\View\Factory
                                                                                                        )
                                                                                                    [Illuminate\Notifications\ChannelManager] => Array(
                                                                                                            0 => Illuminate\Contracts\Notifications\Dispatcher
                                                                                                            1 => Illuminate\Contracts\Notifications\Factory
                                                                                                        )
                                                                                                    [flare.http] => Array(
                                                                                                            0 => Facade\FlareClient\Http\Client
                                                                                                        )
                                                                                                    [flare.client] => Array(
                                                                                                            0 => Facade\FlareClient\Flare
                                                                                                        )
                                                                                                )
                                                                                            extenders => Array(
                                                                                                    url => Array(
                                                                                                            0 => Closure Object(
                                                                                                                    this => Illuminate\Routing\RoutingServiceProvider Object(
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                    parameter => Array(
                                                                                                                            [$url] => 
                                                                                                                            [$app] => 
                                                                                                                        )
                                                                                                                )
                                                                                                        )
                                                                                                )
                                                                                            tags => Array()
                                                                                            buildStack => Array()
                                                                                            with => Array()
                                                                                            contextual => Array()
                                                                                            reboundCallbacks => Array(
                                                                                                    request => Array(
                                                                                                            0 => Closure Object(
                                                                                                                    this => Illuminate\Auth\AuthServiceProvider Object(
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                    parameter => Array(
                                                                                                                            [$app] => 
                                                                                                                            [$request] => 
                                                                                                                        )
                                                                                                                )
                                                                                                            1 => Closure Object(
                                                                                                                    this => Illuminate\Routing\RoutingServiceProvider Object(
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                    parameter => Array(
                                                                                                                            [$app] => 
                                                                                                                            [$request] => 
                                                                                                                        )
                                                                                                                )
                                                                                                        )
                                                                                                    events => Array(
                                                                                                            0 => Closure Object(
                                                                                                                    this => Illuminate\Auth\AuthServiceProvider Object(
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                    parameter => Array(
                                                                                                                            [$app] => 
                                                                                                                            [$dispatcher] => 
                                                                                                                        )
                                                                                                                )
                                                                                                        )
                                                                                                    routes => Array(
                                                                                                            0 => Closure Object(
                                                                                                                    this => Illuminate\Routing\RoutingServiceProvider Object(
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                    parameter => Array(
                                                                                                                            [$app] => 
                                                                                                                            [$routes] => 
                                                                                                                        )
                                                                                                                )
                                                                                                        )
                                                                                                )
                                                                                            globalResolvingCallbacks => Array()
                                                                                            globalAfterResolvingCallbacks => Array()
                                                                                            resolvingCallbacks => Array(
                                                                                                    [Illuminate\Foundation\Http\FormRequest] => Array(
                                                                                                            0 => Closure Object(
                                                                                                                    this => Illuminate\Foundation\Providers\FormRequestServiceProvider Object(
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                    parameter => Array(
                                                                                                                            [$request] => 
                                                                                                                            [$app] => 
                                                                                                                        )
                                                                                                                )
                                                                                                        )
                                                                                                )
                                                                                            afterResolvingCallbacks => Array(
                                                                                                    [Illuminate\Contracts\Validation\ValidatesWhenResolved] => Array(
                                                                                                            0 => Closure Object(
                                                                                                                    this => Illuminate\Foundation\Providers\FormRequestServiceProvider Object(
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                    parameter => Array(
                                                                                                                            [$resolved] => 
                                                                                                                        )
                                                                                                                )
                                                                                                        )
                                                                                                    view => Array(
                                                                                                            0 => Closure Object(
                                                                                                                    static => Array(
                                                                                                                            path => /tutorials/vendor2/laravel/framework-6.x/src/Illuminate/Notifications/resources/views
                                                                                                                            namespace => notifications
                                                                                                                        )
                                                                                                                    this => Illuminate\Notifications\NotificationServiceProvider Object(
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                    parameter => Array(
                                                                                                                            [$view] => 
                                                                                                                        )
                                                                                                                )
                                                                                                            1 => Closure Object(
                                                                                                                    static => Array(
                                                                                                                            path => /tutorials/vendor2/laravel/framework-6.x/src/Illuminate/Pagination/resources/views
                                                                                                                            namespace => pagination
                                                                                                                        )
                                                                                                                    this => Illuminate\Pagination\PaginationServiceProvider Object(
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                    parameter => Array(
                                                                                                                            [$view] => 
                                                                                                                        )
                                                                                                                )
                                                                                                        )
                                                                                                )
                                                                                        )
                                                                                )
                                                                            1 => record
                                                                        )
                                                                    wildcard => 
                                                                )
                                                            this => Illuminate\Events\Dispatcher Object
 
                                                            parameter => Array(
                                                                    [$event] => 
                                                                    [$payload] => 
                                                                )
                                                        )
                                                )
                                            [Illuminate\Foundation\Events\LocaleUpdated] => Array(
                                                    0 => Closure Object(
                                                            static => Array(
                                                                    listener => Closure Object(
                                                                            static => Array(
                                                                                    service => Carbon\Laravel\ServiceProvider Object(
                                                                                            app => Illuminate\Foundation\Application Object(
                                                                                                    basePath => /0000
                                                                                                    hasBeenBootstrapped => 1
                                                                                                    booted => 
                                                                                                    bootingCallbacks => Array(
                                                                                                            0 => Closure Object(
                                                                                                                    static => Array(
                                                                                                                            instance => Illuminate\Queue\QueueServiceProvider Object(
                                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                                )
                                                                                                                        )
                                                                                                                    this => Illuminate\Foundation\Application Object
 
                                                                                                                )
                                                                                                        )
                                                                                                    bootedCallbacks => Array(
                                                                                                            0 => Closure Object(
                                                                                                                    this => App\Console\Kernel Object(
                                                                                                                            commands => Array()
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                            events => Illuminate\Events\Dispatcher Object
 
                                                                                                                            artisan => 
                                                                                                                            commandsLoaded => 
                                                                                                                            bootstrappers => Array(
                                                                                                                                    0 => Illuminate\Foundation\Bootstrap\LoadEnvironmentVariables
                                                                                                                                    1 => Illuminate\Foundation\Bootstrap\LoadConfiguration
                                                                                                                                    2 => Illuminate\Foundation\Bootstrap\HandleExceptions
                                                                                                                                    3 => Illuminate\Foundation\Bootstrap\RegisterFacades
                                                                                                                                    4 => Illuminate\Foundation\Bootstrap\SetRequestForConsole
                                                                                                                                    5 => Illuminate\Foundation\Bootstrap\RegisterProviders
                                                                                                                                    6 => Illuminate\Foundation\Bootstrap\BootProviders
                                                                                                                                )
                                                                                                                        )
                                                                                                                )
                                                                                                        )
                                                                                                    terminatingCallbacks => Array()
                                                                                                    serviceProviders => Array(
                                                                                                            0 => Illuminate\Events\EventServiceProvider Object(
                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                )
                                                                                                            1 => Illuminate\Log\LogServiceProvider Object(
                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                )
                                                                                                            2 => Illuminate\Routing\RoutingServiceProvider Object(
                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                )
                                                                                                            3 => Illuminate\Auth\AuthServiceProvider Object(
                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                )
                                                                                                            4 => Illuminate\Cookie\CookieServiceProvider Object(
                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                )
                                                                                                            5 => Illuminate\Database\DatabaseServiceProvider Object(
                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                )
                                                                                                            6 => Illuminate\Encryption\EncryptionServiceProvider Object(
                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                )
                                                                                                            7 => Illuminate\Filesystem\FilesystemServiceProvider Object(
                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                )
                                                                                                            8 => Illuminate\Foundation\Providers\FormRequestServiceProvider Object(
                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                )
                                                                                                            9 => Illuminate\Foundation\Providers\FoundationServiceProvider Object(
                                                                                                                    providers => Array(
                                                                                                                            0 => Illuminate\Foundation\Providers\FormRequestServiceProvider
                                                                                                                        )
                                                                                                                    instances => Array(
                                                                                                                            0 => Illuminate\Foundation\Providers\FormRequestServiceProvider Object(
                                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                                )
                                                                                                                        )
                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                )
                                                                                                            10 => Illuminate\Notifications\NotificationServiceProvider Object(
                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                )
                                                                                                            11 => Illuminate\Pagination\PaginationServiceProvider Object(
                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                )
                                                                                                            12 => Illuminate\Session\SessionServiceProvider Object(
                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                )
                                                                                                            13 => Illuminate\View\ViewServiceProvider Object(
                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                )
                                                                                                            14 => Facade\Ignition\IgnitionServiceProvider Object(
                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                )
                                                                                                            15 => Fideloper\Proxy\TrustedProxyServiceProvider Object(
                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                )
                                                                                                            16 => Carbon\Laravel\ServiceProvider Object
 
                                                                                                            17 => NunoMaduro\Collision\Adapters\Laravel\CollisionServiceProvider Object(
                                                                                                                    defer => 1
                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                )
                                                                                                            18 => App\Providers\AppServiceProvider Object(
                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                )
                                                                                                            19 => App\Providers\AuthServiceProvider Object(
                                                                                                                    policies => Array()
                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                )
                                                                                                            20 => App\Providers\EventServiceProvider Object(
                                                                                                                    listen => Array(
                                                                                                                            [Illuminate\Auth\Events\Registered] => Array(
                                                                                                                                    0 => Illuminate\Auth\Listeners\SendEmailVerificationNotification
                                                                                                                                )
                                                                                                                        )
                                                                                                                    subscribe => Array()
                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                )
                                                                                                            21 => App\Providers\RouteServiceProvider Object(
                                                                                                                    namespace => App\Http\Controllers
                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                )
                                                                                                            22 => Illuminate\Queue\QueueServiceProvider Object(
                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                )
                                                                                                        )
                                                                                                    loadedProviders => Array(
                                                                                                            [Illuminate\Events\EventServiceProvider] => 1
                                                                                                            [Illuminate\Log\LogServiceProvider] => 1
                                                                                                            [Illuminate\Routing\RoutingServiceProvider] => 1
                                                                                                            [Illuminate\Auth\AuthServiceProvider] => 1
                                                                                                            [Illuminate\Cookie\CookieServiceProvider] => 1
                                                                                                            [Illuminate\Database\DatabaseServiceProvider] => 1
                                                                                                            [Illuminate\Encryption\EncryptionServiceProvider] => 1
                                                                                                            [Illuminate\Filesystem\FilesystemServiceProvider] => 1
                                                                                                            [Illuminate\Foundation\Providers\FormRequestServiceProvider] => 1
                                                                                                            [Illuminate\Foundation\Providers\FoundationServiceProvider] => 1
                                                                                                            [Illuminate\Notifications\NotificationServiceProvider] => 1
                                                                                                            [Illuminate\Pagination\PaginationServiceProvider] => 1
                                                                                                            [Illuminate\Session\SessionServiceProvider] => 1
                                                                                                            [Illuminate\View\ViewServiceProvider] => 1
                                                                                                            [Facade\Ignition\IgnitionServiceProvider] => 1
                                                                                                            [Fideloper\Proxy\TrustedProxyServiceProvider] => 1
                                                                                                            [Carbon\Laravel\ServiceProvider] => 1
                                                                                                            [NunoMaduro\Collision\Adapters\Laravel\CollisionServiceProvider] => 1
                                                                                                            [App\Providers\AppServiceProvider] => 1
                                                                                                            [App\Providers\AuthServiceProvider] => 1
                                                                                                            [App\Providers\EventServiceProvider] => 1
                                                                                                            [App\Providers\RouteServiceProvider] => 1
                                                                                                            [Illuminate\Queue\QueueServiceProvider] => 1
                                                                                                        )
                                                                                                    deferredServices => Array(
                                                                                                            [Illuminate\Broadcasting\BroadcastManager] => Illuminate\Broadcasting\BroadcastServiceProvider
                                                                                                            [Illuminate\Contracts\Broadcasting\Factory] => Illuminate\Broadcasting\BroadcastServiceProvider
                                                                                                            [Illuminate\Contracts\Broadcasting\Broadcaster] => Illuminate\Broadcasting\BroadcastServiceProvider
                                                                                                            [Illuminate\Bus\Dispatcher] => Illuminate\Bus\BusServiceProvider
                                                                                                            [Illuminate\Contracts\Bus\Dispatcher] => Illuminate\Bus\BusServiceProvider
                                                                                                            [Illuminate\Contracts\Bus\QueueingDispatcher] => Illuminate\Bus\BusServiceProvider
                                                                                                            cache => Illuminate\Cache\CacheServiceProvider
                                                                                                            [cache.store] => Illuminate\Cache\CacheServiceProvider
                                                                                                            [cache.psr6] => Illuminate\Cache\CacheServiceProvider
                                                                                                            [memcached.connector] => Illuminate\Cache\CacheServiceProvider
                                                                                                            [command.cache.clear] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                            [command.cache.forget] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                            [command.clear-compiled] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                            [command.auth.resets.clear] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                            [command.config.cache] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                            [command.config.clear] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                            [command.db.wipe] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                            [command.down] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                            [command.environment] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                            [command.event.cache] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                            [command.event.clear] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                            [command.event.list] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                            [command.key.generate] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                            [command.optimize] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                            [command.optimize.clear] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                            [command.package.discover] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                            [command.preset] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                            [command.queue.failed] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                            [command.queue.flush] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                            [command.queue.forget] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                            [command.queue.listen] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                            [command.queue.restart] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                            [command.queue.retry] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                            [command.queue.work] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                            [command.route.cache] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                            [command.route.clear] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                            [command.route.list] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                            [command.seed] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                            [Illuminate\Console\Scheduling\ScheduleFinishCommand] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                            [Illuminate\Console\Scheduling\ScheduleRunCommand] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                            [command.storage.link] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                            [command.up] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                            [command.view.cache] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                            [command.view.clear] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                            [command.cache.table] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                            [command.channel.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                            [command.console.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                            [command.controller.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                            [command.event.generate] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                            [command.event.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                            [command.exception.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                            [command.factory.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                            [command.job.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                            [command.listener.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                            [command.mail.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                            [command.middleware.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                            [command.model.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                            [command.notification.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                            [command.notification.table] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                            [command.observer.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                            [command.policy.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                            [command.provider.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                            [command.queue.failed-table] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                            [command.queue.table] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                            [command.request.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                            [command.resource.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                            [command.rule.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                            [command.seeder.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                            [command.session.table] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                            [command.serve] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                            [command.test.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                            [command.vendor.publish] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                            migrator => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                            [migration.repository] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                            [migration.creator] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                            [command.migrate] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                            [command.migrate.fresh] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                            [command.migrate.install] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                            [command.migrate.refresh] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                            [command.migrate.reset] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                            [command.migrate.rollback] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                            [command.migrate.status] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                            [command.migrate.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                            composer => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                            hash => Illuminate\Hashing\HashServiceProvider
                                                                                                            [hash.driver] => Illuminate\Hashing\HashServiceProvider
                                                                                                            mailer => Illuminate\Mail\MailServiceProvider
                                                                                                            [swift.mailer] => Illuminate\Mail\MailServiceProvider
                                                                                                            [swift.transport] => Illuminate\Mail\MailServiceProvider
                                                                                                            [Illuminate\Mail\Markdown] => Illuminate\Mail\MailServiceProvider
                                                                                                            [Illuminate\Contracts\Pipeline\Hub] => Illuminate\Pipeline\PipelineServiceProvider
                                                                                                            [queue.worker] => Illuminate\Queue\QueueServiceProvider
                                                                                                            [queue.listener] => Illuminate\Queue\QueueServiceProvider
                                                                                                            [queue.failer] => Illuminate\Queue\QueueServiceProvider
                                                                                                            [queue.connection] => Illuminate\Queue\QueueServiceProvider
                                                                                                            redis => Illuminate\Redis\RedisServiceProvider
                                                                                                            [redis.connection] => Illuminate\Redis\RedisServiceProvider
                                                                                                            [auth.password] => Illuminate\Auth\Passwords\PasswordResetServiceProvider
                                                                                                            [auth.password.broker] => Illuminate\Auth\Passwords\PasswordResetServiceProvider
                                                                                                            translator => Illuminate\Translation\TranslationServiceProvider
                                                                                                            [translation.loader] => Illuminate\Translation\TranslationServiceProvider
                                                                                                            validator => Illuminate\Validation\ValidationServiceProvider
                                                                                                            [validation.presence] => Illuminate\Validation\ValidationServiceProvider
                                                                                                            [command.tinker] => Laravel\Tinker\TinkerServiceProvider
                                                                                                        )
                                                                                                    appPath => 
                                                                                                    databasePath => 
                                                                                                    storagePath => 
                                                                                                    environmentPath => 
                                                                                                    environmentFile => .env
                                                                                                    isRunningInConsole => 1
                                                                                                    namespace => 
                                                                                                    resolved => Array(
                                                                                                            events => 1
                                                                                                            [App\Console\Kernel] => 1
                                                                                                            [Illuminate\Contracts\Console\Kernel] => 1
                                                                                                            [Illuminate\Foundation\Bootstrap\LoadEnvironmentVariables] => 1
                                                                                                            [Illuminate\Foundation\Bootstrap\LoadConfiguration] => 1
                                                                                                            [Illuminate\Foundation\Bootstrap\HandleExceptions] => 1
                                                                                                            env => 1
                                                                                                            [Illuminate\Foundation\Bootstrap\RegisterFacades] => 1
                                                                                                            [Illuminate\Foundation\Bootstrap\SetRequestForConsole] => 1
                                                                                                            [Illuminate\Foundation\Bootstrap\RegisterProviders] => 1
                                                                                                            [Facade\Ignition\LogRecorder\LogRecorder] => 1
                                                                                                            [Facade\Ignition\DumpRecorder\DumpRecorder] => 1
                                                                                                            [Facade\Ignition\QueryRecorder\QueryRecorder] => 1
                                                                                                            [flare.http] => 1
                                                                                                            [flare.client] => 1
                                                                                                            [Facade\Ignition\Middleware\SetNotifierName] => 1
                                                                                                            [Facade\Ignition\Middleware\AddEnvironmentInformation] => 1
                                                                                                            [Facade\Ignition\Middleware\AddLogs] => 1
                                                                                                            [Facade\Ignition\Middleware\AddDumps] => 1
                                                                                                            [Facade\Ignition\Middleware\AddQueries] => 1
                                                                                                            [Facade\IgnitionContracts\SolutionProviderRepository] => 1
                                                                                                            [Facade\Ignition\Middleware\AddSolutions] => 1
                                                                                                            [App\Exceptions\Handler] => 1
                                                                                                            [Illuminate\Contracts\Debug\ExceptionHandler] => 1
                                                                                                            [Illuminate\Foundation\Bootstrap\BootProviders] => 1
                                                                                                            [db.factory] => 1
                                                                                                            db => 1
                                                                                                            [view.engine.resolver] => 1
                                                                                                            files => 1
                                                                                                            [blade.compiler] => 1
                                                                                                            log => 1
                                                                                                            queue => 1
                                                                                                            router => 1
                                                                                                            url => 1
                                                                                                        )
                                                                                                    bindings => Array(
                                                                                                            [Illuminate\Foundation\Mix] => Array(
                                                                                                                    concrete => Closure Object(
                                                                                                                            static => Array(
                                                                                                                                    abstract => Illuminate\Foundation\Mix
                                                                                                                                    concrete => Illuminate\Foundation\Mix
                                                                                                                                )
                                                                                                                            this => Illuminate\Foundation\Application Object
 
                                                                                                                            parameter => Array(
                                                                                                                                    [$container] => 
                                                                                                                                    [$parameters] => 
                                                                                                                                )
                                                                                                                        )
                                                                                                                    shared => 1
                                                                                                                )
                                                                                                            events => Array(
                                                                                                                    concrete => Closure Object(
                                                                                                                            this => Illuminate\Events\EventServiceProvider Object(
                                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                                )
                                                                                                                            parameter => Array(
                                                                                                                                    [$app] => 
                                                                                                                                )
                                                                                                                        )
                                                                                                                    shared => 1
                                                                                                                )
                                                                                                            log => Array(
                                                                                                                    concrete => Closure Object(
                                                                                                                            this => Illuminate\Log\LogServiceProvider Object(
                                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                                )
                                                                                                                        )
                                                                                                                    shared => 1
                                                                                                                )
                                                                                                            router => Array(
                                                                                                                    concrete => Closure Object(
                                                                                                                            this => Illuminate\Routing\RoutingServiceProvider Object(
                                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                                )
                                                                                                                            parameter => Array(
                                                                                                                                    [$app] => 
                                                                                                                                )
                                                                                                                        )
                                                                                                                    shared => 1
                                                                                                                )
                                                                                                            url => Array(
                                                                                                                    concrete => Closure Object(
                                                                                                                            this => Illuminate\Routing\RoutingServiceProvider Object(
                                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                                )
                                                                                                                            parameter => Array(
                                                                                                                                    [$app] => 
                                                                                                                                )
                                                                                                                        )
                                                                                                                    shared => 1
                                                                                                                )
                                                                                                            redirect => Array(
                                                                                                                    concrete => Closure Object(
                                                                                                                            this => Illuminate\Routing\RoutingServiceProvider Object(
                                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                                )
                                                                                                                            parameter => Array(
                                                                                                                                    [$app] => 
                                                                                                                                )
                                                                                                                        )
                                                                                                                    shared => 1
                                                                                                                )
                                                                                                            [Psr\Http\Message\ServerRequestInterface] => Array(
                                                                                                                    concrete => Closure Object(
                                                                                                                            this => Illuminate\Routing\RoutingServiceProvider Object(
                                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                                )
                                                                                                                            parameter => Array(
                                                                                                                                    [$app] => 
                                                                                                                                )
                                                                                                                        )
                                                                                                                    shared => 
                                                                                                                )
                                                                                                            [Psr\Http\Message\ResponseInterface] => Array(
                                                                                                                    concrete => Closure Object(
                                                                                                                            this => Illuminate\Routing\RoutingServiceProvider Object(
                                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                                )
                                                                                                                        )
                                                                                                                    shared => 
                                                                                                                )
                                                                                                            [Illuminate\Contracts\Routing\ResponseFactory] => Array(
                                                                                                                    concrete => Closure Object(
                                                                                                                            this => Illuminate\Routing\RoutingServiceProvider Object(
                                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                                )
                                                                                                                            parameter => Array(
                                                                                                                                    [$app] => 
                                                                                                                                )
                                                                                                                        )
                                                                                                                    shared => 1
                                                                                                                )
                                                                                                            [Illuminate\Routing\Contracts\ControllerDispatcher] => Array(
                                                                                                                    concrete => Closure Object(
                                                                                                                            this => Illuminate\Routing\RoutingServiceProvider Object(
                                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                                )
                                                                                                                            parameter => Array(
                                                                                                                                    [$app] => 
                                                                                                                                )
                                                                                                                        )
                                                                                                                    shared => 1
                                                                                                                )
                                                                                                            [Illuminate\Contracts\Http\Kernel] => Array(
                                                                                                                    concrete => Closure Object(
                                                                                                                            static => Array(
                                                                                                                                    abstract => Illuminate\Contracts\Http\Kernel
                                                                                                                                    concrete => App\Http\Kernel
                                                                                                                                )
                                                                                                                            this => Illuminate\Foundation\Application Object
 
                                                                                                                            parameter => Array(
                                                                                                                                    [$container] => 
                                                                                                                                    [$parameters] => 
                                                                                                                                )
                                                                                                                        )
                                                                                                                    shared => 1
                                                                                                                )
                                                                                                            [Illuminate\Contracts\Console\Kernel] => Array(
                                                                                                                    concrete => Closure Object(
                                                                                                                            static => Array(
                                                                                                                                    abstract => Illuminate\Contracts\Console\Kernel
                                                                                                                                    concrete => App\Console\Kernel
                                                                                                                                )
                                                                                                                            this => Illuminate\Foundation\Application Object
 
                                                                                                                            parameter => Array(
                                                                                                                                    [$container] => 
                                                                                                                                    [$parameters] => 
                                                                                                                                )
                                                                                                                        )
                                                                                                                    shared => 1
                                                                                                                )
                                                                                                            [Illuminate\Contracts\Debug\ExceptionHandler] => Array(
                                                                                                                    concrete => Closure Object(
                                                                                                                            static => Array(
                                                                                                                                    appExceptionHandler => App\Exceptions\Handler Object(
                                                                                                                                            dontReport => Array()
                                                                                                                                            dontFlash => Array(
                                                                                                                                                    0 => password
                                                                                                                                                    1 => password_confirmation
                                                                                                                                                )
                                                                                                                                            container => Illuminate\Foundation\Application Object
 
                                                                                                                                            internalDontReport => Array(
                                                                                                                                                    0 => Illuminate\Auth\AuthenticationException
                                                                                                                                                    1 => Illuminate\Auth\Access\AuthorizationException
                                                                                                                                                    2 => Symfony\Component\HttpKernel\Exception\HttpException
                                                                                                                                                    3 => Illuminate\Http\Exceptions\HttpResponseException
                                                                                                                                                    4 => Illuminate\Database\Eloquent\ModelNotFoundException
                                                                                                                                                    5 => Symfony\Component\HttpFoundation\Exception\SuspiciousOperationException
                                                                                                                                                    6 => Illuminate\Session\TokenMismatchException
                                                                                                                                                    7 => Illuminate\Validation\ValidationException
                                                                                                                                                )
                                                                                                                                        )
                                                                                                                                )
                                                                                                                            this => NunoMaduro\Collision\Adapters\Laravel\CollisionServiceProvider Object(
                                                                                                                                    defer => 1
                                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                                )
                                                                                                                            parameter => Array(
                                                                                                                                    [$app] => 
                                                                                                                                )
                                                                                                                        )
                                                                                                                    shared => 1
                                                                                                                )
                                                                                                            env => Array(
                                                                                                                    concrete => Closure Object(
                                                                                                                            static => Array(
                                                                                                                                    value => local
                                                                                                                                )
                                                                                                                            this => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                    shared => 
                                                                                                                )
                                                                                                            auth => Array(
                                                                                                                    concrete => Closure Object(
                                                                                                                            this => Illuminate\Auth\AuthServiceProvider Object(
                                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                                )
                                                                                                                            parameter => Array(
                                                                                                                                    [$app] => 
                                                                                                                                )
                                                                                                                        )
                                                                                                                    shared => 1
                                                                                                                )
                                                                                                            [auth.driver] => Array(
                                                                                                                    concrete => Closure Object(
                                                                                                                            this => Illuminate\Auth\AuthServiceProvider Object(
                                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                                )
                                                                                                                            parameter => Array(
                                                                                                                                    [$app] => 
                                                                                                                                )
                                                                                                                        )
                                                                                                                    shared => 1
                                                                                                                )
                                                                                                            [Illuminate\Contracts\Auth\Authenticatable] => Array(
                                                                                                                    concrete => Closure Object(
                                                                                                                            this => Illuminate\Auth\AuthServiceProvider Object(
                                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                                )
                                                                                                                            parameter => Array(
                                                                                                                                    [$app] => 
                                                                                                                                )
                                                                                                                        )
                                                                                                                    shared => 
                                                                                                                )
                                                                                                            [Illuminate\Contracts\Auth\Access\Gate] => Array(
                                                                                                                    concrete => Closure Object(
                                                                                                                            this => Illuminate\Auth\AuthServiceProvider Object(
                                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                                )
                                                                                                                            parameter => Array(
                                                                                                                                    [$app] => 
                                                                                                                                )
                                                                                                                        )
                                                                                                                    shared => 1
                                                                                                                )
                                                                                                            cookie => Array(
                                                                                                                    concrete => Closure Object(
                                                                                                                            this => Illuminate\Cookie\CookieServiceProvider Object(
                                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                                )
                                                                                                                            parameter => Array(
                                                                                                                                    [$app] => 
                                                                                                                                )
                                                                                                                        )
                                                                                                                    shared => 1
                                                                                                                )
                                                                                                            [db.factory] => Array(
                                                                                                                    concrete => Closure Object(
                                                                                                                            this => Illuminate\Database\DatabaseServiceProvider Object(
                                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                                )
                                                                                                                            parameter => Array(
                                                                                                                                    [$app] => 
                                                                                                                                )
                                                                                                                        )
                                                                                                                    shared => 1
                                                                                                                )
                                                                                                            db => Array(
                                                                                                                    concrete => Closure Object(
                                                                                                                            this => Illuminate\Database\DatabaseServiceProvider Object(
                                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                                )
                                                                                                                            parameter => Array(
                                                                                                                                    [$app] => 
                                                                                                                                )
                                                                                                                        )
                                                                                                                    shared => 1
                                                                                                                )
                                                                                                            [db.connection] => Array(
                                                                                                                    concrete => Closure Object(
                                                                                                                            this => Illuminate\Database\DatabaseServiceProvider Object(
                                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                                )
                                                                                                                            parameter => Array(
                                                                                                                                    [$app] => 
                                                                                                                                )
                                                                                                                        )
                                                                                                                    shared => 
                                                                                                                )
                                                                                                            [Faker\Generator] => Array(
                                                                                                                    concrete => Closure Object(
                                                                                                                            this => Illuminate\Database\DatabaseServiceProvider Object(
                                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                                )
                                                                                                                            parameter => Array(
                                                                                                                                    [$app] => 
                                                                                                                                )
                                                                                                                        )
                                                                                                                    shared => 1
                                                                                                                )
                                                                                                            [Illuminate\Database\Eloquent\Factory] => Array(
                                                                                                                    concrete => Closure Object(
                                                                                                                            this => Illuminate\Database\DatabaseServiceProvider Object(
                                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                                )
                                                                                                                            parameter => Array(
                                                                                                                                    [$app] => 
                                                                                                                                )
                                                                                                                        )
                                                                                                                    shared => 1
                                                                                                                )
                                                                                                            [Illuminate\Contracts\Queue\EntityResolver] => Array(
                                                                                                                    concrete => Closure Object(
                                                                                                                            this => Illuminate\Database\DatabaseServiceProvider Object(
                                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                                )
                                                                                                                        )
                                                                                                                    shared => 1
                                                                                                                )
                                                                                                            encrypter => Array(
                                                                                                                    concrete => Closure Object(
                                                                                                                            this => Illuminate\Encryption\EncryptionServiceProvider Object(
                                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                                )
                                                                                                                            parameter => Array(
                                                                                                                                    [$app] => 
                                                                                                                                )
                                                                                                                        )
                                                                                                                    shared => 1
                                                                                                                )
                                                                                                            files => Array(
                                                                                                                    concrete => Closure Object(
                                                                                                                            this => Illuminate\Filesystem\FilesystemServiceProvider Object(
                                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                                )
                                                                                                                        )
                                                                                                                    shared => 1
                                                                                                                )
                                                                                                            filesystem => Array(
                                                                                                                    concrete => Closure Object(
                                                                                                                            this => Illuminate\Filesystem\FilesystemServiceProvider Object(
                                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                                )
                                                                                                                        )
                                                                                                                    shared => 1
                                                                                                                )
                                                                                                            [filesystem.disk] => Array(
                                                                                                                    concrete => Closure Object(
                                                                                                                            this => Illuminate\Filesystem\FilesystemServiceProvider Object(
                                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                                )
                                                                                                                        )
                                                                                                                    shared => 1
                                                                                                                )
                                                                                                            [filesystem.cloud] => Array(
                                                                                                                    concrete => Closure Object(
                                                                                                                            this => Illuminate\Filesystem\FilesystemServiceProvider Object(
                                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                                )
                                                                                                                        )
                                                                                                                    shared => 1
                                                                                                                )
                                                                                                            [Illuminate\Notifications\ChannelManager] => Array(
                                                                                                                    concrete => Closure Object(
                                                                                                                            this => Illuminate\Notifications\NotificationServiceProvider Object(
                                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                                )
                                                                                                                            parameter => Array(
                                                                                                                                    [$app] => 
                                                                                                                                )
                                                                                                                        )
                                                                                                                    shared => 1
                                                                                                                )
                                                                                                            session => Array(
                                                                                                                    concrete => Closure Object(
                                                                                                                            this => Illuminate\Session\SessionServiceProvider Object(
                                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                                )
                                                                                                                            parameter => Array(
                                                                                                                                    [$app] => 
                                                                                                                                )
                                                                                                                        )
                                                                                                                    shared => 1
                                                                                                                )
                                                                                                            [session.store] => Array(
                                                                                                                    concrete => Closure Object(
                                                                                                                            this => Illuminate\Session\SessionServiceProvider Object(
                                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                                )
                                                                                                                            parameter => Array(
                                                                                                                                    [$app] => 
                                                                                                                                )
                                                                                                                        )
                                                                                                                    shared => 1
                                                                                                                )
                                                                                                            [Illuminate\Session\Middleware\StartSession] => Array(
                                                                                                                    concrete => Closure Object(
                                                                                                                            static => Array(
                                                                                                                                    abstract => Illuminate\Session\Middleware\StartSession
                                                                                                                                    concrete => Illuminate\Session\Middleware\StartSession
                                                                                                                                )
                                                                                                                            this => Illuminate\Foundation\Application Object
 
                                                                                                                            parameter => Array(
                                                                                                                                    [$container] => 
                                                                                                                                    [$parameters] => 
                                                                                                                                )
                                                                                                                        )
                                                                                                                    shared => 1
                                                                                                                )
                                                                                                            view => Array(
                                                                                                                    concrete => Closure Object(
                                                                                                                            this => Illuminate\View\ViewServiceProvider Object(
                                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                                )
                                                                                                                            parameter => Array(
                                                                                                                                    [$app] => 
                                                                                                                                )
                                                                                                                        )
                                                                                                                    shared => 1
                                                                                                                )
                                                                                                            [view.finder] => Array(
                                                                                                                    concrete => Closure Object(
                                                                                                                            this => Illuminate\View\ViewServiceProvider Object(
                                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                                )
                                                                                                                            parameter => Array(
                                                                                                                                    [$app] => 
                                                                                                                                )
                                                                                                                        )
                                                                                                                    shared => 
                                                                                                                )
                                                                                                            [view.engine.resolver] => Array(
                                                                                                                    concrete => Closure Object(
                                                                                                                            this => Illuminate\View\ViewServiceProvider Object(
                                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                                )
                                                                                                                        )
                                                                                                                    shared => 1
                                                                                                                )
                                                                                                            [Facade\IgnitionContracts\SolutionProviderRepository] => Array(
                                                                                                                    concrete => Closure Object(
                                                                                                                            this => Facade\Ignition\IgnitionServiceProvider Object(
                                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                                )
                                                                                                                        )
                                                                                                                    shared => 1
                                                                                                                )
                                                                                                            [Facade\Ignition\ErrorPage\Renderer] => Array(
                                                                                                                    concrete => Closure Object(
                                                                                                                            this => Facade\Ignition\IgnitionServiceProvider Object(
                                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                                )
                                                                                                                        )
                                                                                                                    shared => 
                                                                                                                )
                                                                                                            [Whoops\Handler\HandlerInterface] => Array(
                                                                                                                    concrete => Closure Object(
                                                                                                                            this => Facade\Ignition\IgnitionServiceProvider Object(
                                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                                )
                                                                                                                            parameter => Array(
                                                                                                                                    [$app] => 
                                                                                                                                )
                                                                                                                        )
                                                                                                                    shared => 
                                                                                                                )
                                                                                                            [Facade\Ignition\IgnitionConfig] => Array(
                                                                                                                    concrete => Closure Object(
                                                                                                                            this => Facade\Ignition\IgnitionServiceProvider Object(
                                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                                )
                                                                                                                        )
                                                                                                                    shared => 1
                                                                                                                )
                                                                                                            [flare.http] => Array(
                                                                                                                    concrete => Closure Object(
                                                                                                                            this => Facade\Ignition\IgnitionServiceProvider Object(
                                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                                )
                                                                                                                        )
                                                                                                                    shared => 1
                                                                                                                )
                                                                                                            [flare.client] => Array(
                                                                                                                    concrete => Closure Object(
                                                                                                                            this => Facade\Ignition\IgnitionServiceProvider Object(
                                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                                )
                                                                                                                        )
                                                                                                                    shared => 1
                                                                                                                )
                                                                                                            [Facade\Ignition\LogRecorder\LogRecorder] => Array(
                                                                                                                    concrete => Closure Object(
                                                                                                                            static => Array(
                                                                                                                                    abstract => Facade\Ignition\LogRecorder\LogRecorder
                                                                                                                                    concrete => Facade\Ignition\LogRecorder\LogRecorder
                                                                                                                                )
                                                                                                                            this => Illuminate\Foundation\Application Object
 
                                                                                                                            parameter => Array(
                                                                                                                                    [$container] => 
                                                                                                                                    [$parameters] => 
                                                                                                                                )
                                                                                                                        )
                                                                                                                    shared => 1
                                                                                                                )
                                                                                                            [Facade\Ignition\DumpRecorder\DumpRecorder] => Array(
                                                                                                                    concrete => Closure Object(
                                                                                                                            static => Array(
                                                                                                                                    abstract => Facade\Ignition\DumpRecorder\DumpRecorder
                                                                                                                                    concrete => Facade\Ignition\DumpRecorder\DumpRecorder
                                                                                                                                )
                                                                                                                            this => Illuminate\Foundation\Application Object
 
                                                                                                                            parameter => Array(
                                                                                                                                    [$container] => 
                                                                                                                                    [$parameters] => 
                                                                                                                                )
                                                                                                                        )
                                                                                                                    shared => 1
                                                                                                                )
                                                                                                            [Facade\Ignition\QueryRecorder\QueryRecorder] => Array(
                                                                                                                    concrete => Closure Object(
                                                                                                                            static => Array(
                                                                                                                                    abstract => Facade\Ignition\QueryRecorder\QueryRecorder
                                                                                                                                    concrete => Facade\Ignition\QueryRecorder\QueryRecorder
                                                                                                                                )
                                                                                                                            this => Illuminate\Foundation\Application Object
 
                                                                                                                            parameter => Array(
                                                                                                                                    [$container] => 
                                                                                                                                    [$parameters] => 
                                                                                                                                )
                                                                                                                        )
                                                                                                                    shared => 1
                                                                                                                )
                                                                                                            [NunoMaduro\Collision\Contracts\Adapters\Phpunit\Listener] => Array(
                                                                                                                    concrete => Closure Object(
                                                                                                                            static => Array(
                                                                                                                                    abstract => NunoMaduro\Collision\Contracts\Adapters\Phpunit\Listener
                                                                                                                                    concrete => NunoMaduro\Collision\Adapters\Phpunit\Listener
                                                                                                                                )
                                                                                                                            this => Illuminate\Foundation\Application Object
 
                                                                                                                            parameter => Array(
                                                                                                                                    [$container] => 
                                                                                                                                    [$parameters] => 
                                                                                                                                )
                                                                                                                        )
                                                                                                                    shared => 1
                                                                                                                )
                                                                                                            [NunoMaduro\Collision\Contracts\Provider] => Array(
                                                                                                                    concrete => Closure Object(
                                                                                                                            static => Array(
                                                                                                                                    abstract => NunoMaduro\Collision\Contracts\Provider
                                                                                                                                    concrete => NunoMaduro\Collision\Provider
                                                                                                                                )
                                                                                                                            this => Illuminate\Foundation\Application Object
 
                                                                                                                            parameter => Array(
                                                                                                                                    [$container] => 
                                                                                                                                    [$parameters] => 
                                                                                                                                )
                                                                                                                        )
                                                                                                                    shared => 
                                                                                                                )
                                                                                                            [blade.compiler] => Array(
                                                                                                                    concrete => Closure Object(
                                                                                                                            this => Illuminate\View\ViewServiceProvider Object(
                                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                                )
                                                                                                                        )
                                                                                                                    shared => 1
                                                                                                                )
                                                                                                            [flare.logger] => Array(
                                                                                                                    concrete => Closure Object(
                                                                                                                            this => Facade\Ignition\IgnitionServiceProvider Object(
                                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                                )
                                                                                                                            parameter => Array(
                                                                                                                                    [$app] => 
                                                                                                                                )
                                                                                                                        )
                                                                                                                    shared => 1
                                                                                                                )
                                                                                                            [command.flare:test] => Array(
                                                                                                                    concrete => Closure Object(
                                                                                                                            static => Array(
                                                                                                                                    abstract => command.flare:test
                                                                                                                                    concrete => Facade\Ignition\Commands\TestCommand
                                                                                                                                )
                                                                                                                            this => Illuminate\Foundation\Application Object
 
                                                                                                                            parameter => Array(
                                                                                                                                    [$container] => 
                                                                                                                                    [$parameters] => 
                                                                                                                                )
                                                                                                                        )
                                                                                                                    shared => 
                                                                                                                )
                                                                                                            [command.make:solution] => Array(
                                                                                                                    concrete => Closure Object(
                                                                                                                            static => Array(
                                                                                                                                    abstract => command.make:solution
                                                                                                                                    concrete => Facade\Ignition\Commands\SolutionMakeCommand
                                                                                                                                )
                                                                                                                            this => Illuminate\Foundation\Application Object
 
                                                                                                                            parameter => Array(
                                                                                                                                    [$container] => 
                                                                                                                                    [$parameters] => 
                                                                                                                                )
                                                                                                                        )
                                                                                                                    shared => 
                                                                                                                )
                                                                                                            queue => Array(
                                                                                                                    concrete => Closure Object(
                                                                                                                            this => Illuminate\Queue\QueueServiceProvider Object(
                                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                                )
                                                                                                                            parameter => Array(
                                                                                                                                    [$app] => 
                                                                                                                                )
                                                                                                                        )
                                                                                                                    shared => 1
                                                                                                                )
                                                                                                            [queue.connection] => Array(
                                                                                                                    concrete => Closure Object(
                                                                                                                            this => Illuminate\Queue\QueueServiceProvider Object(
                                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                                )
                                                                                                                            parameter => Array(
                                                                                                                                    [$app] => 
                                                                                                                                )
                                                                                                                        )
                                                                                                                    shared => 1
                                                                                                                )
                                                                                                            [queue.worker] => Array(
                                                                                                                    concrete => Closure Object(
                                                                                                                            this => Illuminate\Queue\QueueServiceProvider Object(
                                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                                )
                                                                                                                        )
                                                                                                                    shared => 1
                                                                                                                )
                                                                                                            [queue.listener] => Array(
                                                                                                                    concrete => Closure Object(
                                                                                                                            this => Illuminate\Queue\QueueServiceProvider Object(
                                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                                )
                                                                                                                        )
                                                                                                                    shared => 1
                                                                                                                )
                                                                                                            [queue.failer] => Array(
                                                                                                                    concrete => Closure Object(
                                                                                                                            this => Illuminate\Queue\QueueServiceProvider Object(
                                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                                )
                                                                                                                        )
                                                                                                                    shared => 1
                                                                                                                )
                                                                                                            [Facade\Ignition\DumpRecorder\MultiDumpHandler] => Array(
                                                                                                                    concrete => Closure Object(
                                                                                                                            static => Array(
                                                                                                                                    abstract => Facade\Ignition\DumpRecorder\MultiDumpHandler
                                                                                                                                    concrete => Facade\Ignition\DumpRecorder\MultiDumpHandler Object(
                                                                                                                                            handlers => Array(
                                                                                                                                                    0 => Closure Object(
                                                                                                                                                            this => Facade\Ignition\DumpRecorder\DumpRecorder Object(
                                                                                                                                                                    dumps => Array()
                                                                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                                                                )
                                                                                                                                                            parameter => Array(
                                                                                                                                                                    [$value] => 
                                                                                                                                                                )
                                                                                                                                                        )
                                                                                                                                                    1 => Closure Object(
                                                                                                                                                            this => Facade\Ignition\DumpRecorder\DumpRecorder Object(
                                                                                                                                                                    dumps => Array()
                                                                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                                                                )
                                                                                                                                                            parameter => Array(
                                                                                                                                                                    [$var] => 
                                                                                                                                                                )
                                                                                                                                                        )
                                                                                                                                                )
                                                                                                                                        )
                                                                                                                                )
                                                                                                                            this => Illuminate\Foundation\Application Object
 
                                                                                                                            parameter => Array(
                                                                                                                                    [$container] => 
                                                                                                                                    [$parameters] => 
                                                                                                                                )
                                                                                                                        )
                                                                                                                    shared => 1
                                                                                                                )
                                                                                                        )
                                                                                                    methodBindings => Array()
                                                                                                    instances => Array(
                                                                                                            path => /0000/app
                                                                                                            [path.base] => /0000
                                                                                                            [path.lang] => /0000/resources/lang
                                                                                                            [path.config] => /0000/config
                                                                                                            [path.public] => /0000/public
                                                                                                            [path.storage] => /0000/storage
                                                                                                            [path.database] => /0000/database
                                                                                                            [path.resources] => /0000/resources
                                                                                                            [path.bootstrap] => /0000/bootstrap
                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                            [Illuminate\Container\Container] => Illuminate\Foundation\Application Object
 
                                                                                                            [Illuminate\Foundation\PackageManifest] => Illuminate\Foundation\PackageManifest Object(
                                                                                                                    files => Illuminate\Filesystem\Filesystem Object()
                                                                                                                    basePath => /0000
                                                                                                                    vendorPath => /0000/vendor
                                                                                                                    manifestPath => /0000/bootstrap/cache/packages.php
                                                                                                                    manifest => Array(
                                                                                                                            [facade/ignition] => Array(
                                                                                                                                    providers => Array(
                                                                                                                                            0 => Facade\Ignition\IgnitionServiceProvider
                                                                                                                                        )
                                                                                                                                    aliases => Array(
                                                                                                                                            Flare => Facade\Ignition\Facades\Flare
                                                                                                                                        )
                                                                                                                                )
                                                                                                                            [fideloper/proxy] => Array(
                                                                                                                                    providers => Array(
                                                                                                                                            0 => Fideloper\Proxy\TrustedProxyServiceProvider
                                                                                                                                        )
                                                                                                                                )
                                                                                                                            [laravel/tinker] => Array(
                                                                                                                                    providers => Array(
                                                                                                                                            0 => Laravel\Tinker\TinkerServiceProvider
                                                                                                                                        )
                                                                                                                                )
                                                                                                                            [nesbot/carbon] => Array(
                                                                                                                                    providers => Array(
                                                                                                                                            0 => Carbon\Laravel\ServiceProvider
                                                                                                                                        )
                                                                                                                                )
                                                                                                                            [nunomaduro/collision] => Array(
                                                                                                                                    providers => Array(
                                                                                                                                            0 => NunoMaduro\Collision\Adapters\Laravel\CollisionServiceProvider
                                                                                                                                        )
                                                                                                                                )
                                                                                                                        )
                                                                                                                )
                                                                                                            events => Illuminate\Events\Dispatcher Object
 
                                                                                                            [Illuminate\Contracts\Console\Kernel] => App\Console\Kernel Object(
                                                                                                                    commands => Array()
                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                    events => Illuminate\Events\Dispatcher Object
 
                                                                                                                    artisan => 
                                                                                                                    commandsLoaded => 
                                                                                                                    bootstrappers => Array(
                                                                                                                            0 => Illuminate\Foundation\Bootstrap\LoadEnvironmentVariables
                                                                                                                            1 => Illuminate\Foundation\Bootstrap\LoadConfiguration
                                                                                                                            2 => Illuminate\Foundation\Bootstrap\HandleExceptions
                                                                                                                            3 => Illuminate\Foundation\Bootstrap\RegisterFacades
                                                                                                                            4 => Illuminate\Foundation\Bootstrap\SetRequestForConsole
                                                                                                                            5 => Illuminate\Foundation\Bootstrap\RegisterProviders
                                                                                                                            6 => Illuminate\Foundation\Bootstrap\BootProviders
                                                                                                                        )
                                                                                                                )
                                                                                                            config => Illuminate\Config\Repository Object(
                                                                                                                    items => Array(
                                                                                                                            app => Array(
                                                                                                                                    name => 本地测试
                                                                                                                                    env => local
                                                                                                                                    debug => 1
                                                                                                                                    url => http://localhost
                                                                                                                                    asset_url => 
                                                                                                                                    timezone => UTC
                                                                                                                                    locale => en
                                                                                                                                    fallback_locale => en
                                                                                                                                    faker_locale => en_US
                                                                                                                                    key => base64:gIjju1XIlTNS6j8BuifyrL2QAARYlvdKYd31eAqei7g=
                                                                                                                                    cipher => AES-256-CBC
                                                                                                                                    providers => Array(
                                                                                                                                            0 => Illuminate\Auth\AuthServiceProvider
                                                                                                                                            1 => Illuminate\Broadcasting\BroadcastServiceProvider
                                                                                                                                            2 => Illuminate\Bus\BusServiceProvider
                                                                                                                                            3 => Illuminate\Cache\CacheServiceProvider
                                                                                                                                            4 => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                                                            5 => Illuminate\Cookie\CookieServiceProvider
                                                                                                                                            6 => Illuminate\Database\DatabaseServiceProvider
                                                                                                                                            7 => Illuminate\Encryption\EncryptionServiceProvider
                                                                                                                                            8 => Illuminate\Filesystem\FilesystemServiceProvider
                                                                                                                                            9 => Illuminate\Foundation\Providers\FoundationServiceProvider
                                                                                                                                            10 => Illuminate\Hashing\HashServiceProvider
                                                                                                                                            11 => Illuminate\Mail\MailServiceProvider
                                                                                                                                            12 => Illuminate\Notifications\NotificationServiceProvider
                                                                                                                                            13 => Illuminate\Pagination\PaginationServiceProvider
                                                                                                                                            14 => Illuminate\Pipeline\PipelineServiceProvider
                                                                                                                                            15 => Illuminate\Queue\QueueServiceProvider
                                                                                                                                            16 => Illuminate\Redis\RedisServiceProvider
                                                                                                                                            17 => Illuminate\Auth\Passwords\PasswordResetServiceProvider
                                                                                                                                            18 => Illuminate\Session\SessionServiceProvider
                                                                                                                                            19 => Illuminate\Translation\TranslationServiceProvider
                                                                                                                                            20 => Illuminate\Validation\ValidationServiceProvider
                                                                                                                                            21 => Illuminate\View\ViewServiceProvider
                                                                                                                                            22 => App\Providers\AppServiceProvider
                                                                                                                                            23 => App\Providers\AuthServiceProvider
                                                                                                                                            24 => App\Providers\EventServiceProvider
                                                                                                                                            25 => App\Providers\RouteServiceProvider
                                                                                                                                        )
                                                                                                                                    aliases => Array(
                                                                                                                                            App => Illuminate\Support\Facades\App
                                                                                                                                            Arr => Illuminate\Support\Arr
                                                                                                                                            Artisan => Illuminate\Support\Facades\Artisan
                                                                                                                                            Auth => Illuminate\Support\Facades\Auth
                                                                                                                                            Blade => Illuminate\Support\Facades\Blade
                                                                                                                                            Broadcast => Illuminate\Support\Facades\Broadcast
                                                                                                                                            Bus => Illuminate\Support\Facades\Bus
                                                                                                                                            Cache => Illuminate\Support\Facades\Cache
                                                                                                                                            Config => Illuminate\Support\Facades\Config
                                                                                                                                            Cookie => Illuminate\Support\Facades\Cookie
                                                                                                                                            Crypt => Illuminate\Support\Facades\Crypt
                                                                                                                                            DB => Illuminate\Support\Facades\DB
                                                                                                                                            Eloquent => Illuminate\Database\Eloquent\Model
                                                                                                                                            Event => Illuminate\Support\Facades\Event
                                                                                                                                            File => Illuminate\Support\Facades\File
                                                                                                                                            Gate => Illuminate\Support\Facades\Gate
                                                                                                                                            Hash => Illuminate\Support\Facades\Hash
                                                                                                                                            Lang => Illuminate\Support\Facades\Lang
                                                                                                                                            Log => Illuminate\Support\Facades\Log
                                                                                                                                            Mail => Illuminate\Support\Facades\Mail
                                                                                                                                            Notification => Illuminate\Support\Facades\Notification
                                                                                                                                            Password => Illuminate\Support\Facades\Password
                                                                                                                                            Queue => Illuminate\Support\Facades\Queue
                                                                                                                                            Redirect => Illuminate\Support\Facades\Redirect
                                                                                                                                            Redis => Illuminate\Support\Facades\Redis
                                                                                                                                            Request => Illuminate\Support\Facades\Request
                                                                                                                                            Response => Illuminate\Support\Facades\Response
                                                                                                                                            Route => Illuminate\Support\Facades\Route
                                                                                                                                            Schema => Illuminate\Support\Facades\Schema
                                                                                                                                            Session => Illuminate\Support\Facades\Session
                                                                                                                                            Storage => Illuminate\Support\Facades\Storage
                                                                                                                                            Str => Illuminate\Support\Str
                                                                                                                                            URL => Illuminate\Support\Facades\URL
                                                                                                                                            Validator => Illuminate\Support\Facades\Validator
                                                                                                                                            View => Illuminate\Support\Facades\View
                                                                                                                                        )
                                                                                                                                )
                                                                                                                            auth => Array(
                                                                                                                                    defaults => Array(
                                                                                                                                            guard => web
                                                                                                                                            passwords => users
                                                                                                                                        )
                                                                                                                                    guards => Array(
                                                                                                                                            web => Array(
                                                                                                                                                    driver => session
                                                                                                                                                    provider => users
                                                                                                                                                )
                                                                                                                                            api => Array(
                                                                                                                                                    driver => token
                                                                                                                                                    provider => users
                                                                                                                                                    hash => 
                                                                                                                                                )
                                                                                                                                        )
                                                                                                                                    providers => Array(
                                                                                                                                            users => Array(
                                                                                                                                                    driver => eloquent
                                                                                                                                                    model => App\User
                                                                                                                                                )
                                                                                                                                        )
                                                                                                                                    passwords => Array(
                                                                                                                                            users => Array(
                                                                                                                                                    provider => users
                                                                                                                                                    table => password_resets
                                                                                                                                                    expire => 60
                                                                                                                                                    throttle => 60
                                                                                                                                                )
                                                                                                                                        )
                                                                                                                                    password_timeout => 10800
                                                                                                                                )
                                                                                                                            broadcasting => Array(
                                                                                                                                    default => log
                                                                                                                                    connections => Array(
                                                                                                                                            pusher => Array(
                                                                                                                                                    driver => pusher
                                                                                                                                                    key => 
                                                                                                                                                    secret => 
                                                                                                                                                    app_id => 
                                                                                                                                                    options => Array(
                                                                                                                                                            cluster => mt1
                                                                                                                                                            useTLS => 1
                                                                                                                                                        )
                                                                                                                                                )
                                                                                                                                            redis => Array(
                                                                                                                                                    driver => redis
                                                                                                                                                    connection => default
                                                                                                                                                )
                                                                                                                                            log => Array(
                                                                                                                                                    driver => log
                                                                                                                                                )
                                                                                                                                            null => Array(
                                                                                                                                                    driver => null
                                                                                                                                                )
                                                                                                                                        )
                                                                                                                                )
                                                                                                                            cache => Array(
                                                                                                                                    default => file
                                                                                                                                    stores => Array(
                                                                                                                                            apc => Array(
                                                                                                                                                    driver => apc
                                                                                                                                                )
                                                                                                                                            array => Array(
                                                                                                                                                    driver => array
                                                                                                                                                )
                                                                                                                                            database => Array(
                                                                                                                                                    driver => database
                                                                                                                                                    table => cache
                                                                                                                                                    connection => 
                                                                                                                                                )
                                                                                                                                            file => Array(
                                                                                                                                                    driver => file
                                                                                                                                                    path => /0000/storage/framework/cache/data
                                                                                                                                                )
                                                                                                                                            memcached => Array(
                                                                                                                                                    driver => memcached
                                                                                                                                                    persistent_id => 
                                                                                                                                                    sasl => Array(
                                                                                                                                                            0 => 
                                                                                                                                                            1 => 
                                                                                                                                                        )
                                                                                                                                                    options => Array()
                                                                                                                                                    servers => Array(
                                                                                                                                                            0 => Array(
                                                                                                                                                                    host => 127.0.0.1
                                                                                                                                                                    port => 11211
                                                                                                                                                                    weight => 100
                                                                                                                                                                )
                                                                                                                                                        )
                                                                                                                                                )
                                                                                                                                            redis => Array(
                                                                                                                                                    driver => redis
                                                                                                                                                    connection => cache
                                                                                                                                                )
                                                                                                                                            dynamodb => Array(
                                                                                                                                                    driver => dynamodb
                                                                                                                                                    key => 
                                                                                                                                                    secret => 
                                                                                                                                                    region => us-east-1
                                                                                                                                                    table => cache
                                                                                                                                                    endpoint => 
                                                                                                                                                )
                                                                                                                                        )
                                                                                                                                    prefix => _cache
                                                                                                                                )
                                                                                                                            database => Array(
                                                                                                                                    default => mysql
                                                                                                                                    connections => Array(
                                                                                                                                            sqlite => Array(
                                                                                                                                                    driver => sqlite
                                                                                                                                                    url => 
                                                                                                                                                    database => laravel
                                                                                                                                                    prefix => 
                                                                                                                                                    foreign_key_constraints => 1
                                                                                                                                                )
                                                                                                                                            mysql => Array(
                                                                                                                                                    driver => mysql
                                                                                                                                                    url => 
                                                                                                                                                    host => 127.0.0.1
                                                                                                                                                    port => 3306
                                                                                                                                                    database => laravel
                                                                                                                                                    username => root
                                                                                                                                                    password => 
                                                                                                                                                    unix_socket => 
                                                                                                                                                    charset => utf8mb4
                                                                                                                                                    collation => utf8mb4_unicode_ci
                                                                                                                                                    prefix => 
                                                                                                                                                    prefix_indexes => 1
                                                                                                                                                    strict => 1
                                                                                                                                                    engine => 
                                                                                                                                                    options => Array()
                                                                                                                                                )
                                                                                                                                            pgsql => Array(
                                                                                                                                                    driver => pgsql
                                                                                                                                                    url => 
                                                                                                                                                    host => 127.0.0.1
                                                                                                                                                    port => 3306
                                                                                                                                                    database => laravel
                                                                                                                                                    username => root
                                                                                                                                                    password => 
                                                                                                                                                    charset => utf8
                                                                                                                                                    prefix => 
                                                                                                                                                    prefix_indexes => 1
                                                                                                                                                    schema => public
                                                                                                                                                    sslmode => prefer
                                                                                                                                                )
                                                                                                                                            sqlsrv => Array(
                                                                                                                                                    driver => sqlsrv
                                                                                                                                                    url => 
                                                                                                                                                    host => 127.0.0.1
                                                                                                                                                    port => 3306
                                                                                                                                                    database => laravel
                                                                                                                                                    username => root
                                                                                                                                                    password => 
                                                                                                                                                    charset => utf8
                                                                                                                                                    prefix => 
                                                                                                                                                    prefix_indexes => 1
                                                                                                                                                )
                                                                                                                                        )
                                                                                                                                    migrations => migrations
                                                                                                                                    redis => Array(
                                                                                                                                            client => phpredis
                                                                                                                                            options => Array(
                                                                                                                                                    cluster => redis
                                                                                                                                                    prefix => _database_
                                                                                                                                                )
                                                                                                                                            default => Array(
                                                                                                                                                    url => 
                                                                                                                                                    host => 127.0.0.1
                                                                                                                                                    password => 
                                                                                                                                                    port => 6379
                                                                                                                                                    database => 0
                                                                                                                                                )
                                                                                                                                            cache => Array(
                                                                                                                                                    url => 
                                                                                                                                                    host => 127.0.0.1
                                                                                                                                                    password => 
                                                                                                                                                    port => 6379
                                                                                                                                                    database => 1
                                                                                                                                                )
                                                                                                                                        )
                                                                                                                                )
                                                                                                                            filesystems => Array(
                                                                                                                                    default => local
                                                                                                                                    cloud => s3
                                                                                                                                    disks => Array(
                                                                                                                                            local => Array(
                                                                                                                                                    driver => local
                                                                                                                                                    root => /0000/storage/app
                                                                                                                                                )
                                                                                                                                            public => Array(
                                                                                                                                                    driver => local
                                                                                                                                                    root => /0000/storage/app/public
                                                                                                                                                    url => http://localhost/storage
                                                                                                                                                    visibility => public
                                                                                                                                                )
                                                                                                                                            s3 => Array(
                                                                                                                                                    driver => s3
                                                                                                                                                    key => 
                                                                                                                                                    secret => 
                                                                                                                                                    region => us-east-1
                                                                                                                                                    bucket => 
                                                                                                                                                    url => 
                                                                                                                                                )
                                                                                                                                        )
                                                                                                                                )
                                                                                                                            hashing => Array(
                                                                                                                                    driver => bcrypt
                                                                                                                                    bcrypt => Array(
                                                                                                                                            rounds => 10
                                                                                                                                        )
                                                                                                                                    argon => Array(
                                                                                                                                            memory => 1024
                                                                                                                                            threads => 2
                                                                                                                                            time => 2
                                                                                                                                        )
                                                                                                                                )
                                                                                                                            logging => Array(
                                                                                                                                    default => stack
                                                                                                                                    channels => Array(
                                                                                                                                            stack => Array(
                                                                                                                                                    driver => stack
                                                                                                                                                    channels => Array(
                                                                                                                                                            0 => single
                                                                                                                                                        )
                                                                                                                                                    ignore_exceptions => 
                                                                                                                                                )
                                                                                                                                            single => Array(
                                                                                                                                                    driver => single
                                                                                                                                                    path => /0000/storage/logs/laravel.log
                                                                                                                                                    level => debug
                                                                                                                                                )
                                                                                                                                            daily => Array(
                                                                                                                                                    driver => daily
                                                                                                                                                    path => /0000/storage/logs/laravel.log
                                                                                                                                                    level => debug
                                                                                                                                                    days => 14
                                                                                                                                                )
                                                                                                                                            slack => Array(
                                                                                                                                                    driver => slack
                                                                                                                                                    url => 
                                                                                                                                                    username => Laravel Log
                                                                                                                                                    emoji => :boom:
                                                                                                                                                    level => critical
                                                                                                                                                )
                                                                                                                                            papertrail => Array(
                                                                                                                                                    driver => monolog
                                                                                                                                                    level => debug
                                                                                                                                                    handler => Monolog\Handler\SyslogUdpHandler
                                                                                                                                                    handler_with => Array(
                                                                                                                                                            host => 
                                                                                                                                                            port => 
                                                                                                                                                        )
                                                                                                                                                )
                                                                                                                                            stderr => Array(
                                                                                                                                                    driver => monolog
                                                                                                                                                    handler => Monolog\Handler\StreamHandler
                                                                                                                                                    formatter => 
                                                                                                                                                    with => Array(
                                                                                                                                                            stream => php://stderr
                                                                                                                                                        )
                                                                                                                                                )
                                                                                                                                            syslog => Array(
                                                                                                                                                    driver => syslog
                                                                                                                                                    level => debug
                                                                                                                                                )
                                                                                                                                            errorlog => Array(
                                                                                                                                                    driver => errorlog
                                                                                                                                                    level => debug
                                                                                                                                                )
                                                                                                                                            null => Array(
                                                                                                                                                    driver => monolog
                                                                                                                                                    handler => Monolog\Handler\NullHandler
                                                                                                                                                )
                                                                                                                                            emergency => Array(
                                                                                                                                                    path => /0000/storage/logs/laravel.log
                                                                                                                                                )
                                                                                                                                        )
                                                                                                                                )
                                                                                                                            mail => Array(
                                                                                                                                    driver => smtp
                                                                                                                                    host => smtp.mailtrap.io
                                                                                                                                    port => 2525
                                                                                                                                    from => Array(
                                                                                                                                            address => 
                                                                                                                                            name => 本地测试
                                                                                                                                        )
                                                                                                                                    encryption => 
                                                                                                                                    username => 
                                                                                                                                    password => 
                                                                                                                                    sendmail => /usr/sbin/sendmail -bs
                                                                                                                                    markdown => Array(
                                                                                                                                            theme => default
                                                                                                                                            paths => Array(
                                                                                                                                                    0 => /0000/resources/views/vendor/mail
                                                                                                                                                )
                                                                                                                                        )
                                                                                                                                    log_channel => 
                                                                                                                                )
                                                                                                                            queue => Array(
                                                                                                                                    default => sync
                                                                                                                                    connections => Array(
                                                                                                                                            sync => Array(
                                                                                                                                                    driver => sync
                                                                                                                                                )
                                                                                                                                            database => Array(
                                                                                                                                                    driver => database
                                                                                                                                                    table => jobs
                                                                                                                                                    queue => default
                                                                                                                                                    retry_after => 90
                                                                                                                                                )
                                                                                                                                            beanstalkd => Array(
                                                                                                                                                    driver => beanstalkd
                                                                                                                                                    host => localhost
                                                                                                                                                    queue => default
                                                                                                                                                    retry_after => 90
                                                                                                                                                    block_for => 0
                                                                                                                                                )
                                                                                                                                            sqs => Array(
                                                                                                                                                    driver => sqs
                                                                                                                                                    key => 
                                                                                                                                                    secret => 
                                                                                                                                                    prefix => https://sqs.us-east-1.amazonaws.com/your-account-id
                                                                                                                                                    queue => your-queue-name
                                                                                                                                                    region => us-east-1
                                                                                                                                                )
                                                                                                                                            redis => Array(
                                                                                                                                                    driver => redis
                                                                                                                                                    connection => default
                                                                                                                                                    queue => default
                                                                                                                                                    retry_after => 90
                                                                                                                                                    block_for => 
                                                                                                                                                )
                                                                                                                                        )
                                                                                                                                    failed => Array(
                                                                                                                                            driver => database
                                                                                                                                            database => mysql
                                                                                                                                            table => failed_jobs
                                                                                                                                        )
                                                                                                                                )
                                                                                                                            services => Array(
                                                                                                                                    mailgun => Array(
                                                                                                                                            domain => 
                                                                                                                                            secret => 
                                                                                                                                            endpoint => api.mailgun.net
                                                                                                                                        )
                                                                                                                                    postmark => Array(
                                                                                                                                            token => 
                                                                                                                                        )
                                                                                                                                    ses => Array(
                                                                                                                                            key => 
                                                                                                                                            secret => 
                                                                                                                                            region => us-east-1
                                                                                                                                        )
                                                                                                                                )
                                                                                                                            session => Array(
                                                                                                                                    driver => cookie
                                                                                                                                    lifetime => 120
                                                                                                                                    expire_on_close => 
                                                                                                                                    encrypt => 
                                                                                                                                    files => /0000/storage/framework/sessions
                                                                                                                                    connection => 
                                                                                                                                    table => sessions
                                                                                                                                    store => 
                                                                                                                                    lottery => Array(
                                                                                                                                            0 => 2
                                                                                                                                            1 => 100
                                                                                                                                        )
                                                                                                                                    cookie => _session
                                                                                                                                    path => /
                                                                                                                                    domain => 
                                                                                                                                    secure => 
                                                                                                                                    http_only => 1
                                                                                                                                    same_site => 
                                                                                                                                )
                                                                                                                            view => Array(
                                                                                                                                    paths => Array(
                                                                                                                                            0 => /0000/resources/views
                                                                                                                                        )
                                                                                                                                    compiled => /0000/storage/framework/views
                                                                                                                                )
                                                                                                                            flare => Array(
                                                                                                                                    key => 
                                                                                                                                    reporting => Array(
                                                                                                                                            anonymize_ips => 1
                                                                                                                                            collect_git_information => 1
                                                                                                                                            report_queries => 1
                                                                                                                                            maximum_number_of_collected_queries => 200
                                                                                                                                            report_query_bindings => 1
                                                                                                                                            report_view_data => 1
                                                                                                                                            grouping_type => 
                                                                                                                                        )
                                                                                                                                    send_logs_as_events => 1
                                                                                                                                )
                                                                                                                            ignition => Array(
                                                                                                                                    editor => phpstorm
                                                                                                                                    theme => light
                                                                                                                                    enable_share_button => 1
                                                                                                                                    register_commands => 
                                                                                                                                    ignored_solution_providers => Array()
                                                                                                                                    enable_runnable_solutions => 
                                                                                                                                    remote_sites_path => 
                                                                                                                                    local_sites_path => 
                                                                                                                                    housekeeping_endpoint_prefix => _ignition
                                                                                                                                )
                                                                                                                            trustedproxy => Array(
                                                                                                                                    proxies => 
                                                                                                                                    headers => 30
                                                                                                                                )
                                                                                                                        )
                                                                                                                )
                                                                                                            request => Illuminate\Http\Request Object(
                                                                                                                    json => 
                                                                                                                    convertedFiles => 
                                                                                                                    userResolver => 
                                                                                                                    routeResolver => 
                                                                                                                    attributes => Symfony\Component\HttpFoundation\ParameterBag Object(
                                                                                                                            parameters => Array()
                                                                                                                        )
                                                                                                                    request => Symfony\Component\HttpFoundation\ParameterBag Object(
                                                                                                                            parameters => Array()
                                                                                                                        )
                                                                                                                    query => Symfony\Component\HttpFoundation\ParameterBag Object(
                                                                                                                            parameters => Array()
                                                                                                                        )
                                                                                                                    server => Symfony\Component\HttpFoundation\ServerBag Object(
                                                                                                                            parameters => Array(
                                                                                                                                    SERVER_NAME => localhost
                                                                                                                                    SERVER_PORT => 80
                                                                                                                                    HTTP_HOST => localhost
                                                                                                                                    HTTP_USER_AGENT => Symfony
                                                                                                                                    HTTP_ACCEPT => text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
                                                                                                                                    HTTP_ACCEPT_LANGUAGE => en-us,en;q=0.5
                                                                                                                                    HTTP_ACCEPT_CHARSET => ISO-8859-1,utf-8;q=0.7,*;q=0.7
                                                                                                                                    REMOTE_ADDR => 127.0.0.1
                                                                                                                                    SCRIPT_NAME => artisan
                                                                                                                                    SCRIPT_FILENAME => artisan
                                                                                                                                    SERVER_PROTOCOL => HTTP/1.1
                                                                                                                                    REQUEST_TIME => 1578274558
                                                                                                                                    PHP_EXTRA_CONFIGURE_ARGS => --enable-fpm --with-fpm-user=www-data --with-fpm-group=www-data --disable-cgi
                                                                                                                                    LANGUAGE => C
                                                                                                                                    HOSTNAME => d9d2f135fb85
                                                                                                                                    PHP_INI_DIR => /usr/local/etc/php
                                                                                                                                    GIT_ASKPASS => echo
                                                                                                                                    SHLVL => 2
                                                                                                                                    HOME => /root
                                                                                                                                    OLDPWD => /
                                                                                                                                    PHP_LDFLAGS => -Wl,-O1 -Wl,--hash-style=both -pie
                                                                                                                                    PHP_CFLAGS => -fstack-protector-strong -fpic -fpie -O2
                                                                                                                                    PHP_MD5 => 
                                                                                                                                    PHP_VERSION => 7.2.19
                                                                                                                                    COMPOSER_HOME => /tmp/composer
                                                                                                                                    COMPOSER_BINARY => /usr/bin/composer
                                                                                                                                    GPG_KEYS => 1729F83938DA44E27BA0F4D3DBDB397470D12172 B1B44D8F021E4E2D6021E995DC9FF8D3EE5AF27F
                                                                                                                                    PHP_CPPFLAGS => -fstack-protector-strong -fpic -fpie -O2
                                                                                                                                    PHP_ASC_URL => https://www.php.net/get/php-7.2.19.tar.xz.asc/from/this/mirror
                                                                                                                                    PHP_URL => https://www.php.net/get/php-7.2.19.tar.xz/from/this/mirror
                                                                                                                                    TERM => xterm
                                                                                                                                    PATH => /0000/vendor/bin:/tmp/composer/vendor/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
                                                                                                                                    LD_PRELOAD => /usr/lib/preloadable_libiconv.so php
                                                                                                                                    PHPIZE_DEPS => autoconf 		dpkg-dev dpkg 		file 		g++ 		gcc 		libc-dev 		make 		pkgconf 		re2c
                                                                                                                                    PWD => /0000
                                                                                                                                    PHP_SHA256 => 4ffa2404a88d60e993a9fe69f829ebec3eb1e006de41b6048ce5e91bbeaa9282
                                                                                                                                    PHP_SELF => artisan
                                                                                                                                    PATH_TRANSLATED => artisan
                                                                                                                                    DOCUMENT_ROOT => 
                                                                                                                                    REQUEST_TIME_FLOAT => 1578274558.794
                                                                                                                                    argv => Array(
                                                                                                                                            0 => artisan
                                                                                                                                            1 => package:discover
                                                                                                                                            2 => --ansi
                                                                                                                                        )
                                                                                                                                    argc => 3
                                                                                                                                    APP_NAME => 本地测试
                                                                                                                                    APP_ENV => local
                                                                                                                                    APP_KEY => base64:gIjju1XIlTNS6j8BuifyrL2QAARYlvdKYd31eAqei7g=
                                                                                                                                    APP_DEBUG => true
                                                                                                                                    APP_URL => http://localhost
                                                                                                                                    LOG_CHANNEL => stack
                                                                                                                                    DB_CONNECTION => mysql
                                                                                                                                    DB_HOST => 127.0.0.1
                                                                                                                                    DB_PORT => 3306
                                                                                                                                    DB_DATABASE => laravel
                                                                                                                                    DB_USERNAME => root
                                                                                                                                    DB_PASSWORD => 
                                                                                                                                    BROADCAST_DRIVER => log
                                                                                                                                    CACHE_DRIVER => file
                                                                                                                                    QUEUE_CONNECTION => sync
                                                                                                                                    SESSION_DRIVER => cookie
                                                                                                                                    SESSION_LIFETIME => 120
                                                                                                                                    REDIS_HOST => 127.0.0.1
                                                                                                                                    REDIS_PASSWORD => null
                                                                                                                                    REDIS_PORT => 6379
                                                                                                                                    MAIL_DRIVER => smtp
                                                                                                                                    MAIL_HOST => smtp.mailtrap.io
                                                                                                                                    MAIL_PORT => 2525
                                                                                                                                    MAIL_USERNAME => null
                                                                                                                                    MAIL_PASSWORD => null
                                                                                                                                    MAIL_ENCRYPTION => null
                                                                                                                                    MAIL_FROM_ADDRESS => null
                                                                                                                                    MAIL_FROM_NAME => 本地测试
                                                                                                                                    AWS_ACCESS_KEY_ID => 
                                                                                                                                    AWS_SECRET_ACCESS_KEY => 
                                                                                                                                    AWS_DEFAULT_REGION => us-east-1
                                                                                                                                    AWS_BUCKET => 
                                                                                                                                    PUSHER_APP_ID => 
                                                                                                                                    PUSHER_APP_KEY => 
                                                                                                                                    PUSHER_APP_SECRET => 
                                                                                                                                    PUSHER_APP_CLUSTER => mt1
                                                                                                                                    MIX_PUSHER_APP_KEY => 
                                                                                                                                    MIX_PUSHER_APP_CLUSTER => mt1
                                                                                                                                    PATH_INFO => 
                                                                                                                                    REQUEST_METHOD => GET
                                                                                                                                    REQUEST_URI => /
                                                                                                                                    QUERY_STRING => 
                                                                                                                                )
                                                                                                                        )
                                                                                                                    files => Symfony\Component\HttpFoundation\FileBag Object(
                                                                                                                            parameters => Array()
                                                                                                                        )
                                                                                                                    cookies => Symfony\Component\HttpFoundation\ParameterBag Object(
                                                                                                                            parameters => Array()
                                                                                                                        )
                                                                                                                    headers => Symfony\Component\HttpFoundation\HeaderBag Object(
                                                                                                                            headers => Array(
                                                                                                                                    host => Array(
                                                                                                                                            0 => localhost
                                                                                                                                        )
                                                                                                                                    [user-agent] => Array(
                                                                                                                                            0 => Symfony
                                                                                                                                        )
                                                                                                                                    accept => Array(
                                                                                                                                            0 => text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
                                                                                                                                        )
                                                                                                                                    [accept-language] => Array(
                                                                                                                                            0 => en-us,en;q=0.5
                                                                                                                                        )
                                                                                                                                    [accept-charset] => Array(
                                                                                                                                            0 => ISO-8859-1,utf-8;q=0.7,*;q=0.7
                                                                                                                                        )
                                                                                                                                )
                                                                                                                            cacheControl => Array()
                                                                                                                        )
                                                                                                                    content => 
                                                                                                                    languages => 
                                                                                                                    charsets => 
                                                                                                                    encodings => 
                                                                                                                    acceptableContentTypes => 
                                                                                                                    pathInfo => 
                                                                                                                    requestUri => 
                                                                                                                    baseUrl => 
                                                                                                                    basePath => 
                                                                                                                    method => 
                                                                                                                    format => 
                                                                                                                    session => 
                                                                                                                    locale => 
                                                                                                                    defaultLocale => en
                                                                                                                    [preferredFormat:Symfony\Component\HttpFoundation\Request:private] => 
                                                                                                                    [isHostValid:Symfony\Component\HttpFoundation\Request:private] => 1
                                                                                                                    [isForwardedValid:Symfony\Component\HttpFoundation\Request:private] => 1
                                                                                                                )
                                                                                                            [Facade\Ignition\LogRecorder\LogRecorder] => Facade\Ignition\LogRecorder\LogRecorder Object(
                                                                                                                    logMessages => Array()
                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                )
                                                                                                            [Facade\Ignition\DumpRecorder\DumpRecorder] => Facade\Ignition\DumpRecorder\DumpRecorder Object(
                                                                                                                    dumps => Array()
                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                )
                                                                                                            [Facade\Ignition\QueryRecorder\QueryRecorder] => Facade\Ignition\QueryRecorder\QueryRecorder Object(
                                                                                                                    queries => Array()
                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                )
                                                                                                            [flare.http] => Facade\FlareClient\Http\Client Object(
                                                                                                                    [apiToken:Facade\FlareClient\Http\Client:private] => 
                                                                                                                    [apiSecret:Facade\FlareClient\Http\Client:private] => 
                                                                                                                    [baseUrl:Facade\FlareClient\Http\Client:private] => https://flareapp.io/api
                                                                                                                    [timeout:Facade\FlareClient\Http\Client:private] => 10
                                                                                                                )
                                                                                                            [flare.client] => Facade\FlareClient\Flare Object(
                                                                                                                    [client:Facade\FlareClient\Flare:private] => Facade\FlareClient\Http\Client Object(
                                                                                                                            [apiToken:Facade\FlareClient\Http\Client:private] => 
                                                                                                                            [apiSecret:Facade\FlareClient\Http\Client:private] => 
                                                                                                                            [baseUrl:Facade\FlareClient\Http\Client:private] => https://flareapp.io/api
                                                                                                                            [timeout:Facade\FlareClient\Http\Client:private] => 10
                                                                                                                        )
                                                                                                                    [api:Facade\FlareClient\Flare:private] => Facade\FlareClient\Api Object(
                                                                                                                            [client:Facade\FlareClient\Api:private] => Facade\FlareClient\Http\Client Object(
                                                                                                                                    [apiToken:Facade\FlareClient\Http\Client:private] => 
                                                                                                                                    [apiSecret:Facade\FlareClient\Http\Client:private] => 
                                                                                                                                    [baseUrl:Facade\FlareClient\Http\Client:private] => https://flareapp.io/api
                                                                                                                                    [timeout:Facade\FlareClient\Http\Client:private] => 10
                                                                                                                                )
                                                                                                                            [queue:Facade\FlareClient\Api:private] => Array()
                                                                                                                        )
                                                                                                                    [middleware:Facade\FlareClient\Flare:private] => Array(
                                                                                                                            0 => Facade\FlareClient\Middleware\AddGlows Object(
                                                                                                                                    [recorder:Facade\FlareClient\Middleware\AddGlows:private] => Facade\FlareClient\Glows\Recorder Object(
                                                                                                                                            [glows:Facade\FlareClient\Glows\Recorder:private] => Array()
                                                                                                                                        )
                                                                                                                                )
                                                                                                                            1 => Facade\FlareClient\Middleware\AnonymizeIp Object()
                                                                                                                            2 => Facade\Ignition\Middleware\SetNotifierName Object()
                                                                                                                            3 => Facade\Ignition\Middleware\AddEnvironmentInformation Object()
                                                                                                                            4 => Facade\Ignition\Middleware\AddLogs Object(
                                                                                                                                    logRecorder => Facade\Ignition\LogRecorder\LogRecorder Object(
                                                                                                                                            logMessages => Array()
                                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                                        )
                                                                                                                                )
                                                                                                                            5 => Facade\Ignition\Middleware\AddDumps Object(
                                                                                                                                    dumpRecorder => Facade\Ignition\DumpRecorder\DumpRecorder Object(
                                                                                                                                            dumps => Array()
                                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                                        )
                                                                                                                                )
                                                                                                                            6 => Facade\Ignition\Middleware\AddQueries Object(
                                                                                                                                    queryRecorder => Facade\Ignition\QueryRecorder\QueryRecorder Object(
                                                                                                                                            queries => Array()
                                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                                        )
                                                                                                                                )
                                                                                                                            7 => Facade\Ignition\Middleware\AddSolutions Object(
                                                                                                                                    solutionProviderRepository => Facade\Ignition\SolutionProviders\SolutionProviderRepository Object(
                                                                                                                                            solutionProviders => Illuminate\Support\Collection Object(
                                                                                                                                                    items => Array(
                                                                                                                                                            0 => Facade\Ignition\SolutionProviders\IncorrectValetDbCredentialsSolutionProvider
                                                                                                                                                            1 => Facade\Ignition\SolutionProviders\MissingAppKeySolutionProvider
                                                                                                                                                            2 => Facade\Ignition\SolutionProviders\DefaultDbNameSolutionProvider
                                                                                                                                                            3 => Facade\Ignition\SolutionProviders\BadMethodCallSolutionProvider
                                                                                                                                                            4 => Facade\Ignition\SolutionProviders\TableNotFoundSolutionProvider
                                                                                                                                                            5 => Facade\Ignition\SolutionProviders\MissingImportSolutionProvider
                                                                                                                                                            6 => Facade\Ignition\SolutionProviders\MissingPackageSolutionProvider
                                                                                                                                                            7 => Facade\Ignition\SolutionProviders\InvalidRouteActionSolutionProvider
                                                                                                                                                            8 => Facade\Ignition\SolutionProviders\ViewNotFoundSolutionProvider
                                                                                                                                                            9 => Facade\Ignition\SolutionProviders\UndefinedVariableSolutionProvider
                                                                                                                                                            10 => Facade\Ignition\SolutionProviders\MergeConflictSolutionProvider
                                                                                                                                                            11 => Facade\Ignition\SolutionProviders\RunningLaravelDuskInProductionProvider
                                                                                                                                                            12 => Facade\Ignition\SolutionProviders\MissingColumnSolutionProvider
                                                                                                                                                            13 => Facade\Ignition\SolutionProviders\UnknownValidationSolutionProvider
                                                                                                                                                        )
                                                                                                                                                )
                                                                                                                                        )
                                                                                                                                )
                                                                                                                            8 => Facade\Ignition\Middleware\AddGitInformation Object()
                                                                                                                        )
                                                                                                                    [recorder:Facade\FlareClient\Flare:private] => Facade\FlareClient\Glows\Recorder Object(
                                                                                                                            [glows:Facade\FlareClient\Glows\Recorder:private] => Array()
                                                                                                                        )
                                                                                                                    [applicationPath:Facade\FlareClient\Flare:private] => /0000
                                                                                                                    [container:Facade\FlareClient\Flare:private] => Illuminate\Foundation\Application Object
 
                                                                                                                    [contextDetector:Facade\FlareClient\Flare:private] => Facade\Ignition\Context\LaravelContextDetector Object()
                                                                                                                    [previousExceptionHandler:Facade\FlareClient\Flare:private] => 
                                                                                                                    [previousErrorHandler:Facade\FlareClient\Flare:private] => 
                                                                                                                    [messageLevel:Facade\FlareClient\Flare:private] => 
                                                                                                                    [stage:Facade\FlareClient\Flare:private] => local
                                                                                                                    [userProvidedContext:Facade\FlareClient\Flare:private] => Array()
                                                                                                                )
                                                                                                            [Facade\IgnitionContracts\SolutionProviderRepository] => Facade\Ignition\SolutionProviders\SolutionProviderRepository Object(
                                                                                                                    solutionProviders => Illuminate\Support\Collection Object(
                                                                                                                            items => Array(
                                                                                                                                    0 => Facade\Ignition\SolutionProviders\IncorrectValetDbCredentialsSolutionProvider
                                                                                                                                    1 => Facade\Ignition\SolutionProviders\MissingAppKeySolutionProvider
                                                                                                                                    2 => Facade\Ignition\SolutionProviders\DefaultDbNameSolutionProvider
                                                                                                                                    3 => Facade\Ignition\SolutionProviders\BadMethodCallSolutionProvider
                                                                                                                                    4 => Facade\Ignition\SolutionProviders\TableNotFoundSolutionProvider
                                                                                                                                    5 => Facade\Ignition\SolutionProviders\MissingImportSolutionProvider
                                                                                                                                    6 => Facade\Ignition\SolutionProviders\MissingPackageSolutionProvider
                                                                                                                                    7 => Facade\Ignition\SolutionProviders\InvalidRouteActionSolutionProvider
                                                                                                                                    8 => Facade\Ignition\SolutionProviders\ViewNotFoundSolutionProvider
                                                                                                                                    9 => Facade\Ignition\SolutionProviders\UndefinedVariableSolutionProvider
                                                                                                                                    10 => Facade\Ignition\SolutionProviders\MergeConflictSolutionProvider
                                                                                                                                    11 => Facade\Ignition\SolutionProviders\RunningLaravelDuskInProductionProvider
                                                                                                                                    12 => Facade\Ignition\SolutionProviders\MissingColumnSolutionProvider
                                                                                                                                    13 => Facade\Ignition\SolutionProviders\UnknownValidationSolutionProvider
                                                                                                                                )
                                                                                                                        )
                                                                                                                )
                                                                                                            [Illuminate\Contracts\Debug\ExceptionHandler] => NunoMaduro\Collision\Adapters\Laravel\ExceptionHandler Object(
                                                                                                                    appExceptionHandler => App\Exceptions\Handler Object(
                                                                                                                            dontReport => Array()
                                                                                                                            dontFlash => Array(
                                                                                                                                    0 => password
                                                                                                                                    1 => password_confirmation
                                                                                                                                )
                                                                                                                            container => Illuminate\Foundation\Application Object
 
                                                                                                                            internalDontReport => Array(
                                                                                                                                    0 => Illuminate\Auth\AuthenticationException
                                                                                                                                    1 => Illuminate\Auth\Access\AuthorizationException
                                                                                                                                    2 => Symfony\Component\HttpKernel\Exception\HttpException
                                                                                                                                    3 => Illuminate\Http\Exceptions\HttpResponseException
                                                                                                                                    4 => Illuminate\Database\Eloquent\ModelNotFoundException
                                                                                                                                    5 => Symfony\Component\HttpFoundation\Exception\SuspiciousOperationException
                                                                                                                                    6 => Illuminate\Session\TokenMismatchException
                                                                                                                                    7 => Illuminate\Validation\ValidationException
                                                                                                                                )
                                                                                                                        )
                                                                                                                    container => Illuminate\Foundation\Application Object
 
                                                                                                                )
                                                                                                            [db.factory] => Illuminate\Database\Connectors\ConnectionFactory Object(
                                                                                                                    container => Illuminate\Foundation\Application Object
 
                                                                                                                )
                                                                                                            db => Illuminate\Database\DatabaseManager Object(
                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                    factory => Illuminate\Database\Connectors\ConnectionFactory Object(
                                                                                                                            container => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                    connections => Array()
                                                                                                                    extensions => Array()
                                                                                                                    reconnector => Closure Object(
                                                                                                                            this => Illuminate\Database\DatabaseManager Object
 
                                                                                                                            parameter => Array(
                                                                                                                                    [$connection] => 
                                                                                                                                )
                                                                                                                        )
                                                                                                                )
                                                                                                            [view.engine.resolver] => Illuminate\View\Engines\EngineResolver Object(
                                                                                                                    resolvers => Array(
                                                                                                                            file => Closure Object(
                                                                                                                                    this => Illuminate\View\ViewServiceProvider Object(
                                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                                        )
                                                                                                                                )
                                                                                                                            php => Closure Object(
                                                                                                                                    this => Facade\Ignition\IgnitionServiceProvider Object(
                                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                                        )
                                                                                                                                )
                                                                                                                            blade => Closure Object(
                                                                                                                                    this => Facade\Ignition\IgnitionServiceProvider Object(
                                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                                        )
                                                                                                                                )
                                                                                                                        )
                                                                                                                    resolved => Array()
                                                                                                                )
                                                                                                            files => Illuminate\Filesystem\Filesystem Object()
                                                                                                            [blade.compiler] => Illuminate\View\Compilers\BladeCompiler Object(
                                                                                                                    extensions => Array()
                                                                                                                    customDirectives => Array()
                                                                                                                    conditions => Array()
                                                                                                                    path => 
                                                                                                                    compilers => Array(
                                                                                                                            0 => Comments
                                                                                                                            1 => Extensions
                                                                                                                            2 => Statements
                                                                                                                            3 => Echos
                                                                                                                        )
                                                                                                                    rawTags => Array(
                                                                                                                            0 => {!!
                                                                                                                            1 => !!}
                                                                                                                        )
                                                                                                                    contentTags => Array(
                                                                                                                            0 => {{
                                                                                                                            1 => }}
                                                                                                                        )
                                                                                                                    escapedTags => Array(
                                                                                                                            0 => {{{
                                                                                                                            1 => }}}
                                                                                                                        )
                                                                                                                    echoFormat => e(%s)
                                                                                                                    footer => Array()
                                                                                                                    rawBlocks => Array()
                                                                                                                    files => Illuminate\Filesystem\Filesystem Object()
                                                                                                                    cachePath => /0000/storage/framework/views
                                                                                                                    firstCaseInSwitch => 1
                                                                                                                    [encodingOptions:Illuminate\View\Compilers\BladeCompiler:private] => 15
                                                                                                                    lastSection => 
                                                                                                                    forElseCounter => 0
                                                                                                                )
                                                                                                            log => Illuminate\Log\LogManager Object(
                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                    channels => Array()
                                                                                                                    customCreators => Array(
                                                                                                                            flare => Closure Object(
                                                                                                                                    this => Illuminate\Log\LogManager Object
 
                                                                                                                                    parameter => Array(
                                                                                                                                            [$app] => 
                                                                                                                                        )
                                                                                                                                )
                                                                                                                        )
                                                                                                                    dateFormat => Y-m-d H:i:s
                                                                                                                    levels => Array(
                                                                                                                            debug => 100
                                                                                                                            info => 200
                                                                                                                            notice => 250
                                                                                                                            warning => 300
                                                                                                                            error => 400
                                                                                                                            critical => 500
                                                                                                                            alert => 550
                                                                                                                            emergency => 600
                                                                                                                        )
                                                                                                                )
                                                                                                            queue => Illuminate\Queue\QueueManager Object(
                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                    connections => Array()
                                                                                                                    connectors => Array(
                                                                                                                            null => Closure Object(
                                                                                                                                    this => Illuminate\Queue\QueueServiceProvider Object(
                                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                                        )
                                                                                                                                )
                                                                                                                            sync => Closure Object(
                                                                                                                                    this => Illuminate\Queue\QueueServiceProvider Object(
                                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                                        )
                                                                                                                                )
                                                                                                                            database => Closure Object(
                                                                                                                                    this => Illuminate\Queue\QueueServiceProvider Object(
                                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                                        )
                                                                                                                                )
                                                                                                                            redis => Closure Object(
                                                                                                                                    this => Illuminate\Queue\QueueServiceProvider Object(
                                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                                        )
                                                                                                                                )
                                                                                                                            beanstalkd => Closure Object(
                                                                                                                                    this => Illuminate\Queue\QueueServiceProvider Object(
                                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                                        )
                                                                                                                                )
                                                                                                                            sqs => Closure Object(
                                                                                                                                    this => Illuminate\Queue\QueueServiceProvider Object(
                                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                                        )
                                                                                                                                )
                                                                                                                        )
                                                                                                                )
                                                                                                            date => Illuminate\Support\DateFactory Object()
                                                                                                            router => Illuminate\Routing\Router Object
 
                                                                                                            routes => Illuminate\Routing\RouteCollection Object(
                                                                                                                    routes => Array()
                                                                                                                    allRoutes => Array()
                                                                                                                    nameList => Array()
                                                                                                                    actionList => Array()
                                                                                                                )
                                                                                                            url => Illuminate\Routing\UrlGenerator Object(
                                                                                                                    routes => Illuminate\Routing\RouteCollection Object(
                                                                                                                            routes => Array()
                                                                                                                            allRoutes => Array()
                                                                                                                            nameList => Array()
                                                                                                                            actionList => Array()
                                                                                                                        )
                                                                                                                    request => Illuminate\Http\Request Object(
                                                                                                                            json => 
                                                                                                                            convertedFiles => 
                                                                                                                            userResolver => 
                                                                                                                            routeResolver => 
                                                                                                                            attributes => Symfony\Component\HttpFoundation\ParameterBag Object(
                                                                                                                                    parameters => Array()
                                                                                                                                )
                                                                                                                            request => Symfony\Component\HttpFoundation\ParameterBag Object(
                                                                                                                                    parameters => Array()
                                                                                                                                )
                                                                                                                            query => Symfony\Component\HttpFoundation\ParameterBag Object(
                                                                                                                                    parameters => Array()
                                                                                                                                )
                                                                                                                            server => Symfony\Component\HttpFoundation\ServerBag Object(
                                                                                                                                    parameters => Array(
                                                                                                                                            SERVER_NAME => localhost
                                                                                                                                            SERVER_PORT => 80
                                                                                                                                            HTTP_HOST => localhost
                                                                                                                                            HTTP_USER_AGENT => Symfony
                                                                                                                                            HTTP_ACCEPT => text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
                                                                                                                                            HTTP_ACCEPT_LANGUAGE => en-us,en;q=0.5
                                                                                                                                            HTTP_ACCEPT_CHARSET => ISO-8859-1,utf-8;q=0.7,*;q=0.7
                                                                                                                                            REMOTE_ADDR => 127.0.0.1
                                                                                                                                            SCRIPT_NAME => artisan
                                                                                                                                            SCRIPT_FILENAME => artisan
                                                                                                                                            SERVER_PROTOCOL => HTTP/1.1
                                                                                                                                            REQUEST_TIME => 1578274558
                                                                                                                                            PHP_EXTRA_CONFIGURE_ARGS => --enable-fpm --with-fpm-user=www-data --with-fpm-group=www-data --disable-cgi
                                                                                                                                            LANGUAGE => C
                                                                                                                                            HOSTNAME => d9d2f135fb85
                                                                                                                                            PHP_INI_DIR => /usr/local/etc/php
                                                                                                                                            GIT_ASKPASS => echo
                                                                                                                                            SHLVL => 2
                                                                                                                                            HOME => /root
                                                                                                                                            OLDPWD => /
                                                                                                                                            PHP_LDFLAGS => -Wl,-O1 -Wl,--hash-style=both -pie
                                                                                                                                            PHP_CFLAGS => -fstack-protector-strong -fpic -fpie -O2
                                                                                                                                            PHP_MD5 => 
                                                                                                                                            PHP_VERSION => 7.2.19
                                                                                                                                            COMPOSER_HOME => /tmp/composer
                                                                                                                                            COMPOSER_BINARY => /usr/bin/composer
                                                                                                                                            GPG_KEYS => 1729F83938DA44E27BA0F4D3DBDB397470D12172 B1B44D8F021E4E2D6021E995DC9FF8D3EE5AF27F
                                                                                                                                            PHP_CPPFLAGS => -fstack-protector-strong -fpic -fpie -O2
                                                                                                                                            PHP_ASC_URL => https://www.php.net/get/php-7.2.19.tar.xz.asc/from/this/mirror
                                                                                                                                            PHP_URL => https://www.php.net/get/php-7.2.19.tar.xz/from/this/mirror
                                                                                                                                            TERM => xterm
                                                                                                                                            PATH => /0000/vendor/bin:/tmp/composer/vendor/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
                                                                                                                                            LD_PRELOAD => /usr/lib/preloadable_libiconv.so php
                                                                                                                                            PHPIZE_DEPS => autoconf 		dpkg-dev dpkg 		file 		g++ 		gcc 		libc-dev 		make 		pkgconf 		re2c
                                                                                                                                            PWD => /0000
                                                                                                                                            PHP_SHA256 => 4ffa2404a88d60e993a9fe69f829ebec3eb1e006de41b6048ce5e91bbeaa9282
                                                                                                                                            PHP_SELF => artisan
                                                                                                                                            PATH_TRANSLATED => artisan
                                                                                                                                            DOCUMENT_ROOT => 
                                                                                                                                            REQUEST_TIME_FLOAT => 1578274558.794
                                                                                                                                            argv => Array(
                                                                                                                                                    0 => artisan
                                                                                                                                                    1 => package:discover
                                                                                                                                                    2 => --ansi
                                                                                                                                                )
                                                                                                                                            argc => 3
                                                                                                                                            APP_NAME => 本地测试
                                                                                                                                            APP_ENV => local
                                                                                                                                            APP_KEY => base64:gIjju1XIlTNS6j8BuifyrL2QAARYlvdKYd31eAqei7g=
                                                                                                                                            APP_DEBUG => true
                                                                                                                                            APP_URL => http://localhost
                                                                                                                                            LOG_CHANNEL => stack
                                                                                                                                            DB_CONNECTION => mysql
                                                                                                                                            DB_HOST => 127.0.0.1
                                                                                                                                            DB_PORT => 3306
                                                                                                                                            DB_DATABASE => laravel
                                                                                                                                            DB_USERNAME => root
                                                                                                                                            DB_PASSWORD => 
                                                                                                                                            BROADCAST_DRIVER => log
                                                                                                                                            CACHE_DRIVER => file
                                                                                                                                            QUEUE_CONNECTION => sync
                                                                                                                                            SESSION_DRIVER => cookie
                                                                                                                                            SESSION_LIFETIME => 120
                                                                                                                                            REDIS_HOST => 127.0.0.1
                                                                                                                                            REDIS_PASSWORD => null
                                                                                                                                            REDIS_PORT => 6379
                                                                                                                                            MAIL_DRIVER => smtp
                                                                                                                                            MAIL_HOST => smtp.mailtrap.io
                                                                                                                                            MAIL_PORT => 2525
                                                                                                                                            MAIL_USERNAME => null
                                                                                                                                            MAIL_PASSWORD => null
                                                                                                                                            MAIL_ENCRYPTION => null
                                                                                                                                            MAIL_FROM_ADDRESS => null
                                                                                                                                            MAIL_FROM_NAME => 本地测试
                                                                                                                                            AWS_ACCESS_KEY_ID => 
                                                                                                                                            AWS_SECRET_ACCESS_KEY => 
                                                                                                                                            AWS_DEFAULT_REGION => us-east-1
                                                                                                                                            AWS_BUCKET => 
                                                                                                                                            PUSHER_APP_ID => 
                                                                                                                                            PUSHER_APP_KEY => 
                                                                                                                                            PUSHER_APP_SECRET => 
                                                                                                                                            PUSHER_APP_CLUSTER => mt1
                                                                                                                                            MIX_PUSHER_APP_KEY => 
                                                                                                                                            MIX_PUSHER_APP_CLUSTER => mt1
                                                                                                                                            PATH_INFO => 
                                                                                                                                            REQUEST_METHOD => GET
                                                                                                                                            REQUEST_URI => /
                                                                                                                                            QUERY_STRING => 
                                                                                                                                        )
                                                                                                                                )
                                                                                                                            files => Symfony\Component\HttpFoundation\FileBag Object(
                                                                                                                                    parameters => Array()
                                                                                                                                )
                                                                                                                            cookies => Symfony\Component\HttpFoundation\ParameterBag Object(
                                                                                                                                    parameters => Array()
                                                                                                                                )
                                                                                                                            headers => Symfony\Component\HttpFoundation\HeaderBag Object(
                                                                                                                                    headers => Array(
                                                                                                                                            host => Array(
                                                                                                                                                    0 => localhost
                                                                                                                                                )
                                                                                                                                            [user-agent] => Array(
                                                                                                                                                    0 => Symfony
                                                                                                                                                )
                                                                                                                                            accept => Array(
                                                                                                                                                    0 => text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
                                                                                                                                                )
                                                                                                                                            [accept-language] => Array(
                                                                                                                                                    0 => en-us,en;q=0.5
                                                                                                                                                )
                                                                                                                                            [accept-charset] => Array(
                                                                                                                                                    0 => ISO-8859-1,utf-8;q=0.7,*;q=0.7
                                                                                                                                                )
                                                                                                                                        )
                                                                                                                                    cacheControl => Array()
                                                                                                                                )
                                                                                                                            content => 
                                                                                                                            languages => 
                                                                                                                            charsets => 
                                                                                                                            encodings => 
                                                                                                                            acceptableContentTypes => 
                                                                                                                            pathInfo => 
                                                                                                                            requestUri => 
                                                                                                                            baseUrl => 
                                                                                                                            basePath => 
                                                                                                                            method => 
                                                                                                                            format => 
                                                                                                                            session => 
                                                                                                                            locale => 
                                                                                                                            defaultLocale => en
                                                                                                                            [preferredFormat:Symfony\Component\HttpFoundation\Request:private] => 
                                                                                                                            [isHostValid:Symfony\Component\HttpFoundation\Request:private] => 1
                                                                                                                            [isForwardedValid:Symfony\Component\HttpFoundation\Request:private] => 1
                                                                                                                        )
                                                                                                                    assetRoot => 
                                                                                                                    forcedRoot => 
                                                                                                                    forceScheme => 
                                                                                                                    cachedRoot => 
                                                                                                                    cachedScheme => 
                                                                                                                    rootNamespace => App\Http\Controllers
                                                                                                                    sessionResolver => Closure Object(
                                                                                                                            this => Illuminate\Routing\RoutingServiceProvider Object(
                                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                                )
                                                                                                                        )
                                                                                                                    keyResolver => Closure Object(
                                                                                                                            this => Illuminate\Routing\RoutingServiceProvider Object(
                                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                                )
                                                                                                                        )
                                                                                                                    formatHostUsing => 
                                                                                                                    formatPathUsing => 
                                                                                                                    routeGenerator => 
                                                                                                                )
                                                                                                        )
                                                                                                    aliases => Array(
                                                                                                            [Illuminate\Foundation\Application] => app
                                                                                                            [Illuminate\Contracts\Container\Container] => app
                                                                                                            [Illuminate\Contracts\Foundation\Application] => app
                                                                                                            [Psr\Container\ContainerInterface] => app
                                                                                                            [Illuminate\Auth\AuthManager] => auth
                                                                                                            [Illuminate\Contracts\Auth\Factory] => auth
                                                                                                            [Illuminate\Contracts\Auth\Guard] => auth.driver
                                                                                                            [Illuminate\View\Compilers\BladeCompiler] => blade.compiler
                                                                                                            [Illuminate\Cache\CacheManager] => cache
                                                                                                            [Illuminate\Contracts\Cache\Factory] => cache
                                                                                                            [Illuminate\Cache\Repository] => cache.store
                                                                                                            [Illuminate\Contracts\Cache\Repository] => cache.store
                                                                                                            [Psr\SimpleCache\CacheInterface] => cache.store
                                                                                                            [Symfony\Component\Cache\Adapter\Psr16Adapter] => cache.psr6
                                                                                                            [Symfony\Component\Cache\Adapter\AdapterInterface] => cache.psr6
                                                                                                            [Psr\Cache\CacheItemPoolInterface] => cache.psr6
                                                                                                            [Illuminate\Config\Repository] => config
                                                                                                            [Illuminate\Contracts\Config\Repository] => config
                                                                                                            [Illuminate\Cookie\CookieJar] => cookie
                                                                                                            [Illuminate\Contracts\Cookie\Factory] => cookie
                                                                                                            [Illuminate\Contracts\Cookie\QueueingFactory] => cookie
                                                                                                            [Illuminate\Encryption\Encrypter] => encrypter
                                                                                                            [Illuminate\Contracts\Encryption\Encrypter] => encrypter
                                                                                                            [Illuminate\Database\DatabaseManager] => db
                                                                                                            [Illuminate\Database\ConnectionResolverInterface] => db
                                                                                                            [Illuminate\Database\Connection] => db.connection
                                                                                                            [Illuminate\Database\ConnectionInterface] => db.connection
                                                                                                            [Illuminate\Events\Dispatcher] => events
                                                                                                            [Illuminate\Contracts\Events\Dispatcher] => events
                                                                                                            [Illuminate\Filesystem\Filesystem] => files
                                                                                                            [Illuminate\Filesystem\FilesystemManager] => filesystem
                                                                                                            [Illuminate\Contracts\Filesystem\Factory] => filesystem
                                                                                                            [Illuminate\Contracts\Filesystem\Filesystem] => filesystem.disk
                                                                                                            [Illuminate\Contracts\Filesystem\Cloud] => filesystem.cloud
                                                                                                            [Illuminate\Hashing\HashManager] => hash
                                                                                                            [Illuminate\Contracts\Hashing\Hasher] => hash.driver
                                                                                                            [Illuminate\Translation\Translator] => translator
                                                                                                            [Illuminate\Contracts\Translation\Translator] => translator
                                                                                                            [Illuminate\Log\LogManager] => log
                                                                                                            [Psr\Log\LoggerInterface] => log
                                                                                                            [Illuminate\Mail\Mailer] => mailer
                                                                                                            [Illuminate\Contracts\Mail\Mailer] => mailer
                                                                                                            [Illuminate\Contracts\Mail\MailQueue] => mailer
                                                                                                            [Illuminate\Auth\Passwords\PasswordBrokerManager] => auth.password
                                                                                                            [Illuminate\Contracts\Auth\PasswordBrokerFactory] => auth.password
                                                                                                            [Illuminate\Auth\Passwords\PasswordBroker] => auth.password.broker
                                                                                                            [Illuminate\Contracts\Auth\PasswordBroker] => auth.password.broker
                                                                                                            [Illuminate\Queue\QueueManager] => queue
                                                                                                            [Illuminate\Contracts\Queue\Factory] => queue
                                                                                                            [Illuminate\Contracts\Queue\Monitor] => queue
                                                                                                            [Illuminate\Contracts\Queue\Queue] => queue.connection
                                                                                                            [Illuminate\Queue\Failed\FailedJobProviderInterface] => queue.failer
                                                                                                            [Illuminate\Routing\Redirector] => redirect
                                                                                                            [Illuminate\Redis\RedisManager] => redis
                                                                                                            [Illuminate\Contracts\Redis\Factory] => redis
                                                                                                            [Illuminate\Http\Request] => request
                                                                                                            [Symfony\Component\HttpFoundation\Request] => request
                                                                                                            [Illuminate\Routing\Router] => router
                                                                                                            [Illuminate\Contracts\Routing\Registrar] => router
                                                                                                            [Illuminate\Contracts\Routing\BindingRegistrar] => router
                                                                                                            [Illuminate\Session\SessionManager] => session
                                                                                                            [Illuminate\Session\Store] => session.store
                                                                                                            [Illuminate\Contracts\Session\Session] => session.store
                                                                                                            [Illuminate\Routing\UrlGenerator] => url
                                                                                                            [Illuminate\Contracts\Routing\UrlGenerator] => url
                                                                                                            [Illuminate\Validation\Factory] => validator
                                                                                                            [Illuminate\Contracts\Validation\Factory] => validator
                                                                                                            [Illuminate\View\Factory] => view
                                                                                                            [Illuminate\Contracts\View\Factory] => view
                                                                                                            [Illuminate\Contracts\Notifications\Dispatcher] => Illuminate\Notifications\ChannelManager
                                                                                                            [Illuminate\Contracts\Notifications\Factory] => Illuminate\Notifications\ChannelManager
                                                                                                            [Facade\FlareClient\Http\Client] => flare.http
                                                                                                            [Facade\FlareClient\Flare] => flare.client
                                                                                                        )
                                                                                                    abstractAliases => Array(
                                                                                                            app => Array(
                                                                                                                    0 => Illuminate\Foundation\Application
                                                                                                                    1 => Illuminate\Contracts\Container\Container
                                                                                                                    2 => Illuminate\Contracts\Foundation\Application
                                                                                                                    3 => Psr\Container\ContainerInterface
                                                                                                                )
                                                                                                            auth => Array(
                                                                                                                    0 => Illuminate\Auth\AuthManager
                                                                                                                    1 => Illuminate\Contracts\Auth\Factory
                                                                                                                )
                                                                                                            [auth.driver] => Array(
                                                                                                                    0 => Illuminate\Contracts\Auth\Guard
                                                                                                                )
                                                                                                            [blade.compiler] => Array(
                                                                                                                    0 => Illuminate\View\Compilers\BladeCompiler
                                                                                                                )
                                                                                                            cache => Array(
                                                                                                                    0 => Illuminate\Cache\CacheManager
                                                                                                                    1 => Illuminate\Contracts\Cache\Factory
                                                                                                                )
                                                                                                            [cache.store] => Array(
                                                                                                                    0 => Illuminate\Cache\Repository
                                                                                                                    1 => Illuminate\Contracts\Cache\Repository
                                                                                                                    2 => Psr\SimpleCache\CacheInterface
                                                                                                                )
                                                                                                            [cache.psr6] => Array(
                                                                                                                    0 => Symfony\Component\Cache\Adapter\Psr16Adapter
                                                                                                                    1 => Symfony\Component\Cache\Adapter\AdapterInterface
                                                                                                                    2 => Psr\Cache\CacheItemPoolInterface
                                                                                                                )
                                                                                                            config => Array(
                                                                                                                    0 => Illuminate\Config\Repository
                                                                                                                    1 => Illuminate\Contracts\Config\Repository
                                                                                                                )
                                                                                                            cookie => Array(
                                                                                                                    0 => Illuminate\Cookie\CookieJar
                                                                                                                    1 => Illuminate\Contracts\Cookie\Factory
                                                                                                                    2 => Illuminate\Contracts\Cookie\QueueingFactory
                                                                                                                )
                                                                                                            encrypter => Array(
                                                                                                                    0 => Illuminate\Encryption\Encrypter
                                                                                                                    1 => Illuminate\Contracts\Encryption\Encrypter
                                                                                                                )
                                                                                                            db => Array(
                                                                                                                    0 => Illuminate\Database\DatabaseManager
                                                                                                                    1 => Illuminate\Database\ConnectionResolverInterface
                                                                                                                )
                                                                                                            [db.connection] => Array(
                                                                                                                    0 => Illuminate\Database\Connection
                                                                                                                    1 => Illuminate\Database\ConnectionInterface
                                                                                                                )
                                                                                                            events => Array(
                                                                                                                    0 => Illuminate\Events\Dispatcher
                                                                                                                    1 => Illuminate\Contracts\Events\Dispatcher
                                                                                                                )
                                                                                                            files => Array(
                                                                                                                    0 => Illuminate\Filesystem\Filesystem
                                                                                                                )
                                                                                                            filesystem => Array(
                                                                                                                    0 => Illuminate\Filesystem\FilesystemManager
                                                                                                                    1 => Illuminate\Contracts\Filesystem\Factory
                                                                                                                )
                                                                                                            [filesystem.disk] => Array(
                                                                                                                    0 => Illuminate\Contracts\Filesystem\Filesystem
                                                                                                                )
                                                                                                            [filesystem.cloud] => Array(
                                                                                                                    0 => Illuminate\Contracts\Filesystem\Cloud
                                                                                                                )
                                                                                                            hash => Array(
                                                                                                                    0 => Illuminate\Hashing\HashManager
                                                                                                                )
                                                                                                            [hash.driver] => Array(
                                                                                                                    0 => Illuminate\Contracts\Hashing\Hasher
                                                                                                                )
                                                                                                            translator => Array(
                                                                                                                    0 => Illuminate\Translation\Translator
                                                                                                                    1 => Illuminate\Contracts\Translation\Translator
                                                                                                                )
                                                                                                            log => Array(
                                                                                                                    0 => Illuminate\Log\LogManager
                                                                                                                    1 => Psr\Log\LoggerInterface
                                                                                                                )
                                                                                                            mailer => Array(
                                                                                                                    0 => Illuminate\Mail\Mailer
                                                                                                                    1 => Illuminate\Contracts\Mail\Mailer
                                                                                                                    2 => Illuminate\Contracts\Mail\MailQueue
                                                                                                                )
                                                                                                            [auth.password] => Array(
                                                                                                                    0 => Illuminate\Auth\Passwords\PasswordBrokerManager
                                                                                                                    1 => Illuminate\Contracts\Auth\PasswordBrokerFactory
                                                                                                                )
                                                                                                            [auth.password.broker] => Array(
                                                                                                                    0 => Illuminate\Auth\Passwords\PasswordBroker
                                                                                                                    1 => Illuminate\Contracts\Auth\PasswordBroker
                                                                                                                )
                                                                                                            queue => Array(
                                                                                                                    0 => Illuminate\Queue\QueueManager
                                                                                                                    1 => Illuminate\Contracts\Queue\Factory
                                                                                                                    2 => Illuminate\Contracts\Queue\Monitor
                                                                                                                )
                                                                                                            [queue.connection] => Array(
                                                                                                                    0 => Illuminate\Contracts\Queue\Queue
                                                                                                                )
                                                                                                            [queue.failer] => Array(
                                                                                                                    0 => Illuminate\Queue\Failed\FailedJobProviderInterface
                                                                                                                )
                                                                                                            redirect => Array(
                                                                                                                    0 => Illuminate\Routing\Redirector
                                                                                                                )
                                                                                                            redis => Array(
                                                                                                                    0 => Illuminate\Redis\RedisManager
                                                                                                                    1 => Illuminate\Contracts\Redis\Factory
                                                                                                                )
                                                                                                            request => Array(
                                                                                                                    0 => Illuminate\Http\Request
                                                                                                                    1 => Symfony\Component\HttpFoundation\Request
                                                                                                                )
                                                                                                            router => Array(
                                                                                                                    0 => Illuminate\Routing\Router
                                                                                                                    1 => Illuminate\Contracts\Routing\Registrar
                                                                                                                    2 => Illuminate\Contracts\Routing\BindingRegistrar
                                                                                                                )
                                                                                                            session => Array(
                                                                                                                    0 => Illuminate\Session\SessionManager
                                                                                                                )
                                                                                                            [session.store] => Array(
                                                                                                                    0 => Illuminate\Session\Store
                                                                                                                    1 => Illuminate\Contracts\Session\Session
                                                                                                                )
                                                                                                            url => Array(
                                                                                                                    0 => Illuminate\Routing\UrlGenerator
                                                                                                                    1 => Illuminate\Contracts\Routing\UrlGenerator
                                                                                                                )
                                                                                                            validator => Array(
                                                                                                                    0 => Illuminate\Validation\Factory
                                                                                                                    1 => Illuminate\Contracts\Validation\Factory
                                                                                                                )
                                                                                                            view => Array(
                                                                                                                    0 => Illuminate\View\Factory
                                                                                                                    1 => Illuminate\Contracts\View\Factory
                                                                                                                )
                                                                                                            [Illuminate\Notifications\ChannelManager] => Array(
                                                                                                                    0 => Illuminate\Contracts\Notifications\Dispatcher
                                                                                                                    1 => Illuminate\Contracts\Notifications\Factory
                                                                                                                )
                                                                                                            [flare.http] => Array(
                                                                                                                    0 => Facade\FlareClient\Http\Client
                                                                                                                )
                                                                                                            [flare.client] => Array(
                                                                                                                    0 => Facade\FlareClient\Flare
                                                                                                                )
                                                                                                        )
                                                                                                    extenders => Array(
                                                                                                            url => Array(
                                                                                                                    0 => Closure Object(
                                                                                                                            this => Illuminate\Routing\RoutingServiceProvider Object(
                                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                                )
                                                                                                                            parameter => Array(
                                                                                                                                    [$url] => 
                                                                                                                                    [$app] => 
                                                                                                                                )
                                                                                                                        )
                                                                                                                )
                                                                                                        )
                                                                                                    tags => Array()
                                                                                                    buildStack => Array()
                                                                                                    with => Array()
                                                                                                    contextual => Array()
                                                                                                    reboundCallbacks => Array(
                                                                                                            request => Array(
                                                                                                                    0 => Closure Object(
                                                                                                                            this => Illuminate\Auth\AuthServiceProvider Object(
                                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                                )
                                                                                                                            parameter => Array(
                                                                                                                                    [$app] => 
                                                                                                                                    [$request] => 
                                                                                                                                )
                                                                                                                        )
                                                                                                                    1 => Closure Object(
                                                                                                                            this => Illuminate\Routing\RoutingServiceProvider Object(
                                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                                )
                                                                                                                            parameter => Array(
                                                                                                                                    [$app] => 
                                                                                                                                    [$request] => 
                                                                                                                                )
                                                                                                                        )
                                                                                                                )
                                                                                                            events => Array(
                                                                                                                    0 => Closure Object(
                                                                                                                            this => Illuminate\Auth\AuthServiceProvider Object(
                                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                                )
                                                                                                                            parameter => Array(
                                                                                                                                    [$app] => 
                                                                                                                                    [$dispatcher] => 
                                                                                                                                )
                                                                                                                        )
                                                                                                                )
                                                                                                            routes => Array(
                                                                                                                    0 => Closure Object(
                                                                                                                            this => Illuminate\Routing\RoutingServiceProvider Object(
                                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                                )
                                                                                                                            parameter => Array(
                                                                                                                                    [$app] => 
                                                                                                                                    [$routes] => 
                                                                                                                                )
                                                                                                                        )
                                                                                                                )
                                                                                                        )
                                                                                                    globalResolvingCallbacks => Array()
                                                                                                    globalAfterResolvingCallbacks => Array()
                                                                                                    resolvingCallbacks => Array(
                                                                                                            [Illuminate\Foundation\Http\FormRequest] => Array(
                                                                                                                    0 => Closure Object(
                                                                                                                            this => Illuminate\Foundation\Providers\FormRequestServiceProvider Object(
                                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                                )
                                                                                                                            parameter => Array(
                                                                                                                                    [$request] => 
                                                                                                                                    [$app] => 
                                                                                                                                )
                                                                                                                        )
                                                                                                                )
                                                                                                        )
                                                                                                    afterResolvingCallbacks => Array(
                                                                                                            [Illuminate\Contracts\Validation\ValidatesWhenResolved] => Array(
                                                                                                                    0 => Closure Object(
                                                                                                                            this => Illuminate\Foundation\Providers\FormRequestServiceProvider Object(
                                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                                )
                                                                                                                            parameter => Array(
                                                                                                                                    [$resolved] => 
                                                                                                                                )
                                                                                                                        )
                                                                                                                )
                                                                                                            view => Array(
                                                                                                                    0 => Closure Object(
                                                                                                                            static => Array(
                                                                                                                                    path => /tutorials/vendor2/laravel/framework-6.x/src/Illuminate/Notifications/resources/views
                                                                                                                                    namespace => notifications
                                                                                                                                )
                                                                                                                            this => Illuminate\Notifications\NotificationServiceProvider Object(
                                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                                )
                                                                                                                            parameter => Array(
                                                                                                                                    [$view] => 
                                                                                                                                )
                                                                                                                        )
                                                                                                                    1 => Closure Object(
                                                                                                                            static => Array(
                                                                                                                                    path => /tutorials/vendor2/laravel/framework-6.x/src/Illuminate/Pagination/resources/views
                                                                                                                                    namespace => pagination
                                                                                                                                )
                                                                                                                            this => Illuminate\Pagination\PaginationServiceProvider Object(
                                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                                )
                                                                                                                            parameter => Array(
                                                                                                                                    [$view] => 
                                                                                                                                )
                                                                                                                        )
                                                                                                                )
                                                                                                        )
                                                                                                )
                                                                                        )
                                                                                )
                                                                            this => Carbon\Laravel\ServiceProvider Object(
                                                                                    app => Illuminate\Foundation\Application Object(
                                                                                            basePath => /0000
                                                                                            hasBeenBootstrapped => 1
                                                                                            booted => 
                                                                                            bootingCallbacks => Array(
                                                                                                    0 => Closure Object(
                                                                                                            static => Array(
                                                                                                                    instance => Illuminate\Queue\QueueServiceProvider Object(
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                )
                                                                                                            this => Illuminate\Foundation\Application Object
 
                                                                                                        )
                                                                                                )
                                                                                            bootedCallbacks => Array(
                                                                                                    0 => Closure Object(
                                                                                                            this => App\Console\Kernel Object(
                                                                                                                    commands => Array()
                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                    events => Illuminate\Events\Dispatcher Object
 
                                                                                                                    artisan => 
                                                                                                                    commandsLoaded => 
                                                                                                                    bootstrappers => Array(
                                                                                                                            0 => Illuminate\Foundation\Bootstrap\LoadEnvironmentVariables
                                                                                                                            1 => Illuminate\Foundation\Bootstrap\LoadConfiguration
                                                                                                                            2 => Illuminate\Foundation\Bootstrap\HandleExceptions
                                                                                                                            3 => Illuminate\Foundation\Bootstrap\RegisterFacades
                                                                                                                            4 => Illuminate\Foundation\Bootstrap\SetRequestForConsole
                                                                                                                            5 => Illuminate\Foundation\Bootstrap\RegisterProviders
                                                                                                                            6 => Illuminate\Foundation\Bootstrap\BootProviders
                                                                                                                        )
                                                                                                                )
                                                                                                        )
                                                                                                )
                                                                                            terminatingCallbacks => Array()
                                                                                            serviceProviders => Array(
                                                                                                    0 => Illuminate\Events\EventServiceProvider Object(
                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                        )
                                                                                                    1 => Illuminate\Log\LogServiceProvider Object(
                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                        )
                                                                                                    2 => Illuminate\Routing\RoutingServiceProvider Object(
                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                        )
                                                                                                    3 => Illuminate\Auth\AuthServiceProvider Object(
                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                        )
                                                                                                    4 => Illuminate\Cookie\CookieServiceProvider Object(
                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                        )
                                                                                                    5 => Illuminate\Database\DatabaseServiceProvider Object(
                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                        )
                                                                                                    6 => Illuminate\Encryption\EncryptionServiceProvider Object(
                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                        )
                                                                                                    7 => Illuminate\Filesystem\FilesystemServiceProvider Object(
                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                        )
                                                                                                    8 => Illuminate\Foundation\Providers\FormRequestServiceProvider Object(
                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                        )
                                                                                                    9 => Illuminate\Foundation\Providers\FoundationServiceProvider Object(
                                                                                                            providers => Array(
                                                                                                                    0 => Illuminate\Foundation\Providers\FormRequestServiceProvider
                                                                                                                )
                                                                                                            instances => Array(
                                                                                                                    0 => Illuminate\Foundation\Providers\FormRequestServiceProvider Object(
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                )
                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                        )
                                                                                                    10 => Illuminate\Notifications\NotificationServiceProvider Object(
                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                        )
                                                                                                    11 => Illuminate\Pagination\PaginationServiceProvider Object(
                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                        )
                                                                                                    12 => Illuminate\Session\SessionServiceProvider Object(
                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                        )
                                                                                                    13 => Illuminate\View\ViewServiceProvider Object(
                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                        )
                                                                                                    14 => Facade\Ignition\IgnitionServiceProvider Object(
                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                        )
                                                                                                    15 => Fideloper\Proxy\TrustedProxyServiceProvider Object(
                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                        )
                                                                                                    16 => Carbon\Laravel\ServiceProvider Object
 
                                                                                                    17 => NunoMaduro\Collision\Adapters\Laravel\CollisionServiceProvider Object(
                                                                                                            defer => 1
                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                        )
                                                                                                    18 => App\Providers\AppServiceProvider Object(
                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                        )
                                                                                                    19 => App\Providers\AuthServiceProvider Object(
                                                                                                            policies => Array()
                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                        )
                                                                                                    20 => App\Providers\EventServiceProvider Object(
                                                                                                            listen => Array(
                                                                                                                    [Illuminate\Auth\Events\Registered] => Array(
                                                                                                                            0 => Illuminate\Auth\Listeners\SendEmailVerificationNotification
                                                                                                                        )
                                                                                                                )
                                                                                                            subscribe => Array()
                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                        )
                                                                                                    21 => App\Providers\RouteServiceProvider Object(
                                                                                                            namespace => App\Http\Controllers
                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                        )
                                                                                                    22 => Illuminate\Queue\QueueServiceProvider Object(
                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                        )
                                                                                                )
                                                                                            loadedProviders => Array(
                                                                                                    [Illuminate\Events\EventServiceProvider] => 1
                                                                                                    [Illuminate\Log\LogServiceProvider] => 1
                                                                                                    [Illuminate\Routing\RoutingServiceProvider] => 1
                                                                                                    [Illuminate\Auth\AuthServiceProvider] => 1
                                                                                                    [Illuminate\Cookie\CookieServiceProvider] => 1
                                                                                                    [Illuminate\Database\DatabaseServiceProvider] => 1
                                                                                                    [Illuminate\Encryption\EncryptionServiceProvider] => 1
                                                                                                    [Illuminate\Filesystem\FilesystemServiceProvider] => 1
                                                                                                    [Illuminate\Foundation\Providers\FormRequestServiceProvider] => 1
                                                                                                    [Illuminate\Foundation\Providers\FoundationServiceProvider] => 1
                                                                                                    [Illuminate\Notifications\NotificationServiceProvider] => 1
                                                                                                    [Illuminate\Pagination\PaginationServiceProvider] => 1
                                                                                                    [Illuminate\Session\SessionServiceProvider] => 1
                                                                                                    [Illuminate\View\ViewServiceProvider] => 1
                                                                                                    [Facade\Ignition\IgnitionServiceProvider] => 1
                                                                                                    [Fideloper\Proxy\TrustedProxyServiceProvider] => 1
                                                                                                    [Carbon\Laravel\ServiceProvider] => 1
                                                                                                    [NunoMaduro\Collision\Adapters\Laravel\CollisionServiceProvider] => 1
                                                                                                    [App\Providers\AppServiceProvider] => 1
                                                                                                    [App\Providers\AuthServiceProvider] => 1
                                                                                                    [App\Providers\EventServiceProvider] => 1
                                                                                                    [App\Providers\RouteServiceProvider] => 1
                                                                                                    [Illuminate\Queue\QueueServiceProvider] => 1
                                                                                                )
                                                                                            deferredServices => Array(
                                                                                                    [Illuminate\Broadcasting\BroadcastManager] => Illuminate\Broadcasting\BroadcastServiceProvider
                                                                                                    [Illuminate\Contracts\Broadcasting\Factory] => Illuminate\Broadcasting\BroadcastServiceProvider
                                                                                                    [Illuminate\Contracts\Broadcasting\Broadcaster] => Illuminate\Broadcasting\BroadcastServiceProvider
                                                                                                    [Illuminate\Bus\Dispatcher] => Illuminate\Bus\BusServiceProvider
                                                                                                    [Illuminate\Contracts\Bus\Dispatcher] => Illuminate\Bus\BusServiceProvider
                                                                                                    [Illuminate\Contracts\Bus\QueueingDispatcher] => Illuminate\Bus\BusServiceProvider
                                                                                                    cache => Illuminate\Cache\CacheServiceProvider
                                                                                                    [cache.store] => Illuminate\Cache\CacheServiceProvider
                                                                                                    [cache.psr6] => Illuminate\Cache\CacheServiceProvider
                                                                                                    [memcached.connector] => Illuminate\Cache\CacheServiceProvider
                                                                                                    [command.cache.clear] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.cache.forget] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.clear-compiled] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.auth.resets.clear] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.config.cache] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.config.clear] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.db.wipe] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.down] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.environment] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.event.cache] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.event.clear] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.event.list] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.key.generate] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.optimize] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.optimize.clear] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.package.discover] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.preset] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.queue.failed] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.queue.flush] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.queue.forget] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.queue.listen] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.queue.restart] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.queue.retry] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.queue.work] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.route.cache] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.route.clear] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.route.list] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.seed] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [Illuminate\Console\Scheduling\ScheduleFinishCommand] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [Illuminate\Console\Scheduling\ScheduleRunCommand] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.storage.link] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.up] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.view.cache] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.view.clear] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.cache.table] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.channel.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.console.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.controller.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.event.generate] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.event.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.exception.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.factory.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.job.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.listener.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.mail.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.middleware.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.model.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.notification.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.notification.table] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.observer.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.policy.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.provider.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.queue.failed-table] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.queue.table] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.request.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.resource.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.rule.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.seeder.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.session.table] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.serve] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.test.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.vendor.publish] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    migrator => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [migration.repository] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [migration.creator] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.migrate] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.migrate.fresh] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.migrate.install] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.migrate.refresh] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.migrate.reset] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.migrate.rollback] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.migrate.status] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    [command.migrate.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    composer => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    hash => Illuminate\Hashing\HashServiceProvider
                                                                                                    [hash.driver] => Illuminate\Hashing\HashServiceProvider
                                                                                                    mailer => Illuminate\Mail\MailServiceProvider
                                                                                                    [swift.mailer] => Illuminate\Mail\MailServiceProvider
                                                                                                    [swift.transport] => Illuminate\Mail\MailServiceProvider
                                                                                                    [Illuminate\Mail\Markdown] => Illuminate\Mail\MailServiceProvider
                                                                                                    [Illuminate\Contracts\Pipeline\Hub] => Illuminate\Pipeline\PipelineServiceProvider
                                                                                                    [queue.worker] => Illuminate\Queue\QueueServiceProvider
                                                                                                    [queue.listener] => Illuminate\Queue\QueueServiceProvider
                                                                                                    [queue.failer] => Illuminate\Queue\QueueServiceProvider
                                                                                                    [queue.connection] => Illuminate\Queue\QueueServiceProvider
                                                                                                    redis => Illuminate\Redis\RedisServiceProvider
                                                                                                    [redis.connection] => Illuminate\Redis\RedisServiceProvider
                                                                                                    [auth.password] => Illuminate\Auth\Passwords\PasswordResetServiceProvider
                                                                                                    [auth.password.broker] => Illuminate\Auth\Passwords\PasswordResetServiceProvider
                                                                                                    translator => Illuminate\Translation\TranslationServiceProvider
                                                                                                    [translation.loader] => Illuminate\Translation\TranslationServiceProvider
                                                                                                    validator => Illuminate\Validation\ValidationServiceProvider
                                                                                                    [validation.presence] => Illuminate\Validation\ValidationServiceProvider
                                                                                                    [command.tinker] => Laravel\Tinker\TinkerServiceProvider
                                                                                                )
                                                                                            appPath => 
                                                                                            databasePath => 
                                                                                            storagePath => 
                                                                                            environmentPath => 
                                                                                            environmentFile => .env
                                                                                            isRunningInConsole => 1
                                                                                            namespace => 
                                                                                            resolved => Array(
                                                                                                    events => 1
                                                                                                    [App\Console\Kernel] => 1
                                                                                                    [Illuminate\Contracts\Console\Kernel] => 1
                                                                                                    [Illuminate\Foundation\Bootstrap\LoadEnvironmentVariables] => 1
                                                                                                    [Illuminate\Foundation\Bootstrap\LoadConfiguration] => 1
                                                                                                    [Illuminate\Foundation\Bootstrap\HandleExceptions] => 1
                                                                                                    env => 1
                                                                                                    [Illuminate\Foundation\Bootstrap\RegisterFacades] => 1
                                                                                                    [Illuminate\Foundation\Bootstrap\SetRequestForConsole] => 1
                                                                                                    [Illuminate\Foundation\Bootstrap\RegisterProviders] => 1
                                                                                                    [Facade\Ignition\LogRecorder\LogRecorder] => 1
                                                                                                    [Facade\Ignition\DumpRecorder\DumpRecorder] => 1
                                                                                                    [Facade\Ignition\QueryRecorder\QueryRecorder] => 1
                                                                                                    [flare.http] => 1
                                                                                                    [flare.client] => 1
                                                                                                    [Facade\Ignition\Middleware\SetNotifierName] => 1
                                                                                                    [Facade\Ignition\Middleware\AddEnvironmentInformation] => 1
                                                                                                    [Facade\Ignition\Middleware\AddLogs] => 1
                                                                                                    [Facade\Ignition\Middleware\AddDumps] => 1
                                                                                                    [Facade\Ignition\Middleware\AddQueries] => 1
                                                                                                    [Facade\IgnitionContracts\SolutionProviderRepository] => 1
                                                                                                    [Facade\Ignition\Middleware\AddSolutions] => 1
                                                                                                    [App\Exceptions\Handler] => 1
                                                                                                    [Illuminate\Contracts\Debug\ExceptionHandler] => 1
                                                                                                    [Illuminate\Foundation\Bootstrap\BootProviders] => 1
                                                                                                    [db.factory] => 1
                                                                                                    db => 1
                                                                                                    [view.engine.resolver] => 1
                                                                                                    files => 1
                                                                                                    [blade.compiler] => 1
                                                                                                    log => 1
                                                                                                    queue => 1
                                                                                                    router => 1
                                                                                                    url => 1
                                                                                                )
                                                                                            bindings => Array(
                                                                                                    [Illuminate\Foundation\Mix] => Array(
                                                                                                            concrete => Closure Object(
                                                                                                                    static => Array(
                                                                                                                            abstract => Illuminate\Foundation\Mix
                                                                                                                            concrete => Illuminate\Foundation\Mix
                                                                                                                        )
                                                                                                                    this => Illuminate\Foundation\Application Object
 
                                                                                                                    parameter => Array(
                                                                                                                            [$container] => 
                                                                                                                            [$parameters] => 
                                                                                                                        )
                                                                                                                )
                                                                                                            shared => 1
                                                                                                        )
                                                                                                    events => Array(
                                                                                                            concrete => Closure Object(
                                                                                                                    this => Illuminate\Events\EventServiceProvider Object(
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                    parameter => Array(
                                                                                                                            [$app] => 
                                                                                                                        )
                                                                                                                )
                                                                                                            shared => 1
                                                                                                        )
                                                                                                    log => Array(
                                                                                                            concrete => Closure Object(
                                                                                                                    this => Illuminate\Log\LogServiceProvider Object(
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                )
                                                                                                            shared => 1
                                                                                                        )
                                                                                                    router => Array(
                                                                                                            concrete => Closure Object(
                                                                                                                    this => Illuminate\Routing\RoutingServiceProvider Object(
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                    parameter => Array(
                                                                                                                            [$app] => 
                                                                                                                        )
                                                                                                                )
                                                                                                            shared => 1
                                                                                                        )
                                                                                                    url => Array(
                                                                                                            concrete => Closure Object(
                                                                                                                    this => Illuminate\Routing\RoutingServiceProvider Object(
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                    parameter => Array(
                                                                                                                            [$app] => 
                                                                                                                        )
                                                                                                                )
                                                                                                            shared => 1
                                                                                                        )
                                                                                                    redirect => Array(
                                                                                                            concrete => Closure Object(
                                                                                                                    this => Illuminate\Routing\RoutingServiceProvider Object(
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                    parameter => Array(
                                                                                                                            [$app] => 
                                                                                                                        )
                                                                                                                )
                                                                                                            shared => 1
                                                                                                        )
                                                                                                    [Psr\Http\Message\ServerRequestInterface] => Array(
                                                                                                            concrete => Closure Object(
                                                                                                                    this => Illuminate\Routing\RoutingServiceProvider Object(
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                    parameter => Array(
                                                                                                                            [$app] => 
                                                                                                                        )
                                                                                                                )
                                                                                                            shared => 
                                                                                                        )
                                                                                                    [Psr\Http\Message\ResponseInterface] => Array(
                                                                                                            concrete => Closure Object(
                                                                                                                    this => Illuminate\Routing\RoutingServiceProvider Object(
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                )
                                                                                                            shared => 
                                                                                                        )
                                                                                                    [Illuminate\Contracts\Routing\ResponseFactory] => Array(
                                                                                                            concrete => Closure Object(
                                                                                                                    this => Illuminate\Routing\RoutingServiceProvider Object(
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                    parameter => Array(
                                                                                                                            [$app] => 
                                                                                                                        )
                                                                                                                )
                                                                                                            shared => 1
                                                                                                        )
                                                                                                    [Illuminate\Routing\Contracts\ControllerDispatcher] => Array(
                                                                                                            concrete => Closure Object(
                                                                                                                    this => Illuminate\Routing\RoutingServiceProvider Object(
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                    parameter => Array(
                                                                                                                            [$app] => 
                                                                                                                        )
                                                                                                                )
                                                                                                            shared => 1
                                                                                                        )
                                                                                                    [Illuminate\Contracts\Http\Kernel] => Array(
                                                                                                            concrete => Closure Object(
                                                                                                                    static => Array(
                                                                                                                            abstract => Illuminate\Contracts\Http\Kernel
                                                                                                                            concrete => App\Http\Kernel
                                                                                                                        )
                                                                                                                    this => Illuminate\Foundation\Application Object
 
                                                                                                                    parameter => Array(
                                                                                                                            [$container] => 
                                                                                                                            [$parameters] => 
                                                                                                                        )
                                                                                                                )
                                                                                                            shared => 1
                                                                                                        )
                                                                                                    [Illuminate\Contracts\Console\Kernel] => Array(
                                                                                                            concrete => Closure Object(
                                                                                                                    static => Array(
                                                                                                                            abstract => Illuminate\Contracts\Console\Kernel
                                                                                                                            concrete => App\Console\Kernel
                                                                                                                        )
                                                                                                                    this => Illuminate\Foundation\Application Object
 
                                                                                                                    parameter => Array(
                                                                                                                            [$container] => 
                                                                                                                            [$parameters] => 
                                                                                                                        )
                                                                                                                )
                                                                                                            shared => 1
                                                                                                        )
                                                                                                    [Illuminate\Contracts\Debug\ExceptionHandler] => Array(
                                                                                                            concrete => Closure Object(
                                                                                                                    static => Array(
                                                                                                                            appExceptionHandler => App\Exceptions\Handler Object(
                                                                                                                                    dontReport => Array()
                                                                                                                                    dontFlash => Array(
                                                                                                                                            0 => password
                                                                                                                                            1 => password_confirmation
                                                                                                                                        )
                                                                                                                                    container => Illuminate\Foundation\Application Object
 
                                                                                                                                    internalDontReport => Array(
                                                                                                                                            0 => Illuminate\Auth\AuthenticationException
                                                                                                                                            1 => Illuminate\Auth\Access\AuthorizationException
                                                                                                                                            2 => Symfony\Component\HttpKernel\Exception\HttpException
                                                                                                                                            3 => Illuminate\Http\Exceptions\HttpResponseException
                                                                                                                                            4 => Illuminate\Database\Eloquent\ModelNotFoundException
                                                                                                                                            5 => Symfony\Component\HttpFoundation\Exception\SuspiciousOperationException
                                                                                                                                            6 => Illuminate\Session\TokenMismatchException
                                                                                                                                            7 => Illuminate\Validation\ValidationException
                                                                                                                                        )
                                                                                                                                )
                                                                                                                        )
                                                                                                                    this => NunoMaduro\Collision\Adapters\Laravel\CollisionServiceProvider Object(
                                                                                                                            defer => 1
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                    parameter => Array(
                                                                                                                            [$app] => 
                                                                                                                        )
                                                                                                                )
                                                                                                            shared => 1
                                                                                                        )
                                                                                                    env => Array(
                                                                                                            concrete => Closure Object(
                                                                                                                    static => Array(
                                                                                                                            value => local
                                                                                                                        )
                                                                                                                    this => Illuminate\Foundation\Application Object
 
                                                                                                                )
                                                                                                            shared => 
                                                                                                        )
                                                                                                    auth => Array(
                                                                                                            concrete => Closure Object(
                                                                                                                    this => Illuminate\Auth\AuthServiceProvider Object(
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                    parameter => Array(
                                                                                                                            [$app] => 
                                                                                                                        )
                                                                                                                )
                                                                                                            shared => 1
                                                                                                        )
                                                                                                    [auth.driver] => Array(
                                                                                                            concrete => Closure Object(
                                                                                                                    this => Illuminate\Auth\AuthServiceProvider Object(
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                    parameter => Array(
                                                                                                                            [$app] => 
                                                                                                                        )
                                                                                                                )
                                                                                                            shared => 1
                                                                                                        )
                                                                                                    [Illuminate\Contracts\Auth\Authenticatable] => Array(
                                                                                                            concrete => Closure Object(
                                                                                                                    this => Illuminate\Auth\AuthServiceProvider Object(
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                    parameter => Array(
                                                                                                                            [$app] => 
                                                                                                                        )
                                                                                                                )
                                                                                                            shared => 
                                                                                                        )
                                                                                                    [Illuminate\Contracts\Auth\Access\Gate] => Array(
                                                                                                            concrete => Closure Object(
                                                                                                                    this => Illuminate\Auth\AuthServiceProvider Object(
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                    parameter => Array(
                                                                                                                            [$app] => 
                                                                                                                        )
                                                                                                                )
                                                                                                            shared => 1
                                                                                                        )
                                                                                                    cookie => Array(
                                                                                                            concrete => Closure Object(
                                                                                                                    this => Illuminate\Cookie\CookieServiceProvider Object(
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                    parameter => Array(
                                                                                                                            [$app] => 
                                                                                                                        )
                                                                                                                )
                                                                                                            shared => 1
                                                                                                        )
                                                                                                    [db.factory] => Array(
                                                                                                            concrete => Closure Object(
                                                                                                                    this => Illuminate\Database\DatabaseServiceProvider Object(
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                    parameter => Array(
                                                                                                                            [$app] => 
                                                                                                                        )
                                                                                                                )
                                                                                                            shared => 1
                                                                                                        )
                                                                                                    db => Array(
                                                                                                            concrete => Closure Object(
                                                                                                                    this => Illuminate\Database\DatabaseServiceProvider Object(
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                    parameter => Array(
                                                                                                                            [$app] => 
                                                                                                                        )
                                                                                                                )
                                                                                                            shared => 1
                                                                                                        )
                                                                                                    [db.connection] => Array(
                                                                                                            concrete => Closure Object(
                                                                                                                    this => Illuminate\Database\DatabaseServiceProvider Object(
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                    parameter => Array(
                                                                                                                            [$app] => 
                                                                                                                        )
                                                                                                                )
                                                                                                            shared => 
                                                                                                        )
                                                                                                    [Faker\Generator] => Array(
                                                                                                            concrete => Closure Object(
                                                                                                                    this => Illuminate\Database\DatabaseServiceProvider Object(
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                    parameter => Array(
                                                                                                                            [$app] => 
                                                                                                                        )
                                                                                                                )
                                                                                                            shared => 1
                                                                                                        )
                                                                                                    [Illuminate\Database\Eloquent\Factory] => Array(
                                                                                                            concrete => Closure Object(
                                                                                                                    this => Illuminate\Database\DatabaseServiceProvider Object(
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                    parameter => Array(
                                                                                                                            [$app] => 
                                                                                                                        )
                                                                                                                )
                                                                                                            shared => 1
                                                                                                        )
                                                                                                    [Illuminate\Contracts\Queue\EntityResolver] => Array(
                                                                                                            concrete => Closure Object(
                                                                                                                    this => Illuminate\Database\DatabaseServiceProvider Object(
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                )
                                                                                                            shared => 1
                                                                                                        )
                                                                                                    encrypter => Array(
                                                                                                            concrete => Closure Object(
                                                                                                                    this => Illuminate\Encryption\EncryptionServiceProvider Object(
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                    parameter => Array(
                                                                                                                            [$app] => 
                                                                                                                        )
                                                                                                                )
                                                                                                            shared => 1
                                                                                                        )
                                                                                                    files => Array(
                                                                                                            concrete => Closure Object(
                                                                                                                    this => Illuminate\Filesystem\FilesystemServiceProvider Object(
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                )
                                                                                                            shared => 1
                                                                                                        )
                                                                                                    filesystem => Array(
                                                                                                            concrete => Closure Object(
                                                                                                                    this => Illuminate\Filesystem\FilesystemServiceProvider Object(
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                )
                                                                                                            shared => 1
                                                                                                        )
                                                                                                    [filesystem.disk] => Array(
                                                                                                            concrete => Closure Object(
                                                                                                                    this => Illuminate\Filesystem\FilesystemServiceProvider Object(
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                )
                                                                                                            shared => 1
                                                                                                        )
                                                                                                    [filesystem.cloud] => Array(
                                                                                                            concrete => Closure Object(
                                                                                                                    this => Illuminate\Filesystem\FilesystemServiceProvider Object(
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                )
                                                                                                            shared => 1
                                                                                                        )
                                                                                                    [Illuminate\Notifications\ChannelManager] => Array(
                                                                                                            concrete => Closure Object(
                                                                                                                    this => Illuminate\Notifications\NotificationServiceProvider Object(
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                    parameter => Array(
                                                                                                                            [$app] => 
                                                                                                                        )
                                                                                                                )
                                                                                                            shared => 1
                                                                                                        )
                                                                                                    session => Array(
                                                                                                            concrete => Closure Object(
                                                                                                                    this => Illuminate\Session\SessionServiceProvider Object(
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                    parameter => Array(
                                                                                                                            [$app] => 
                                                                                                                        )
                                                                                                                )
                                                                                                            shared => 1
                                                                                                        )
                                                                                                    [session.store] => Array(
                                                                                                            concrete => Closure Object(
                                                                                                                    this => Illuminate\Session\SessionServiceProvider Object(
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                    parameter => Array(
                                                                                                                            [$app] => 
                                                                                                                        )
                                                                                                                )
                                                                                                            shared => 1
                                                                                                        )
                                                                                                    [Illuminate\Session\Middleware\StartSession] => Array(
                                                                                                            concrete => Closure Object(
                                                                                                                    static => Array(
                                                                                                                            abstract => Illuminate\Session\Middleware\StartSession
                                                                                                                            concrete => Illuminate\Session\Middleware\StartSession
                                                                                                                        )
                                                                                                                    this => Illuminate\Foundation\Application Object
 
                                                                                                                    parameter => Array(
                                                                                                                            [$container] => 
                                                                                                                            [$parameters] => 
                                                                                                                        )
                                                                                                                )
                                                                                                            shared => 1
                                                                                                        )
                                                                                                    view => Array(
                                                                                                            concrete => Closure Object(
                                                                                                                    this => Illuminate\View\ViewServiceProvider Object(
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                    parameter => Array(
                                                                                                                            [$app] => 
                                                                                                                        )
                                                                                                                )
                                                                                                            shared => 1
                                                                                                        )
                                                                                                    [view.finder] => Array(
                                                                                                            concrete => Closure Object(
                                                                                                                    this => Illuminate\View\ViewServiceProvider Object(
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                    parameter => Array(
                                                                                                                            [$app] => 
                                                                                                                        )
                                                                                                                )
                                                                                                            shared => 
                                                                                                        )
                                                                                                    [view.engine.resolver] => Array(
                                                                                                            concrete => Closure Object(
                                                                                                                    this => Illuminate\View\ViewServiceProvider Object(
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                )
                                                                                                            shared => 1
                                                                                                        )
                                                                                                    [Facade\IgnitionContracts\SolutionProviderRepository] => Array(
                                                                                                            concrete => Closure Object(
                                                                                                                    this => Facade\Ignition\IgnitionServiceProvider Object(
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                )
                                                                                                            shared => 1
                                                                                                        )
                                                                                                    [Facade\Ignition\ErrorPage\Renderer] => Array(
                                                                                                            concrete => Closure Object(
                                                                                                                    this => Facade\Ignition\IgnitionServiceProvider Object(
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                )
                                                                                                            shared => 
                                                                                                        )
                                                                                                    [Whoops\Handler\HandlerInterface] => Array(
                                                                                                            concrete => Closure Object(
                                                                                                                    this => Facade\Ignition\IgnitionServiceProvider Object(
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                    parameter => Array(
                                                                                                                            [$app] => 
                                                                                                                        )
                                                                                                                )
                                                                                                            shared => 
                                                                                                        )
                                                                                                    [Facade\Ignition\IgnitionConfig] => Array(
                                                                                                            concrete => Closure Object(
                                                                                                                    this => Facade\Ignition\IgnitionServiceProvider Object(
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                )
                                                                                                            shared => 1
                                                                                                        )
                                                                                                    [flare.http] => Array(
                                                                                                            concrete => Closure Object(
                                                                                                                    this => Facade\Ignition\IgnitionServiceProvider Object(
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                )
                                                                                                            shared => 1
                                                                                                        )
                                                                                                    [flare.client] => Array(
                                                                                                            concrete => Closure Object(
                                                                                                                    this => Facade\Ignition\IgnitionServiceProvider Object(
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                )
                                                                                                            shared => 1
                                                                                                        )
                                                                                                    [Facade\Ignition\LogRecorder\LogRecorder] => Array(
                                                                                                            concrete => Closure Object(
                                                                                                                    static => Array(
                                                                                                                            abstract => Facade\Ignition\LogRecorder\LogRecorder
                                                                                                                            concrete => Facade\Ignition\LogRecorder\LogRecorder
                                                                                                                        )
                                                                                                                    this => Illuminate\Foundation\Application Object
 
                                                                                                                    parameter => Array(
                                                                                                                            [$container] => 
                                                                                                                            [$parameters] => 
                                                                                                                        )
                                                                                                                )
                                                                                                            shared => 1
                                                                                                        )
                                                                                                    [Facade\Ignition\DumpRecorder\DumpRecorder] => Array(
                                                                                                            concrete => Closure Object(
                                                                                                                    static => Array(
                                                                                                                            abstract => Facade\Ignition\DumpRecorder\DumpRecorder
                                                                                                                            concrete => Facade\Ignition\DumpRecorder\DumpRecorder
                                                                                                                        )
                                                                                                                    this => Illuminate\Foundation\Application Object
 
                                                                                                                    parameter => Array(
                                                                                                                            [$container] => 
                                                                                                                            [$parameters] => 
                                                                                                                        )
                                                                                                                )
                                                                                                            shared => 1
                                                                                                        )
                                                                                                    [Facade\Ignition\QueryRecorder\QueryRecorder] => Array(
                                                                                                            concrete => Closure Object(
                                                                                                                    static => Array(
                                                                                                                            abstract => Facade\Ignition\QueryRecorder\QueryRecorder
                                                                                                                            concrete => Facade\Ignition\QueryRecorder\QueryRecorder
                                                                                                                        )
                                                                                                                    this => Illuminate\Foundation\Application Object
 
                                                                                                                    parameter => Array(
                                                                                                                            [$container] => 
                                                                                                                            [$parameters] => 
                                                                                                                        )
                                                                                                                )
                                                                                                            shared => 1
                                                                                                        )
                                                                                                    [NunoMaduro\Collision\Contracts\Adapters\Phpunit\Listener] => Array(
                                                                                                            concrete => Closure Object(
                                                                                                                    static => Array(
                                                                                                                            abstract => NunoMaduro\Collision\Contracts\Adapters\Phpunit\Listener
                                                                                                                            concrete => NunoMaduro\Collision\Adapters\Phpunit\Listener
                                                                                                                        )
                                                                                                                    this => Illuminate\Foundation\Application Object
 
                                                                                                                    parameter => Array(
                                                                                                                            [$container] => 
                                                                                                                            [$parameters] => 
                                                                                                                        )
                                                                                                                )
                                                                                                            shared => 1
                                                                                                        )
                                                                                                    [NunoMaduro\Collision\Contracts\Provider] => Array(
                                                                                                            concrete => Closure Object(
                                                                                                                    static => Array(
                                                                                                                            abstract => NunoMaduro\Collision\Contracts\Provider
                                                                                                                            concrete => NunoMaduro\Collision\Provider
                                                                                                                        )
                                                                                                                    this => Illuminate\Foundation\Application Object
 
                                                                                                                    parameter => Array(
                                                                                                                            [$container] => 
                                                                                                                            [$parameters] => 
                                                                                                                        )
                                                                                                                )
                                                                                                            shared => 
                                                                                                        )
                                                                                                    [blade.compiler] => Array(
                                                                                                            concrete => Closure Object(
                                                                                                                    this => Illuminate\View\ViewServiceProvider Object(
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                )
                                                                                                            shared => 1
                                                                                                        )
                                                                                                    [flare.logger] => Array(
                                                                                                            concrete => Closure Object(
                                                                                                                    this => Facade\Ignition\IgnitionServiceProvider Object(
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                    parameter => Array(
                                                                                                                            [$app] => 
                                                                                                                        )
                                                                                                                )
                                                                                                            shared => 1
                                                                                                        )
                                                                                                    [command.flare:test] => Array(
                                                                                                            concrete => Closure Object(
                                                                                                                    static => Array(
                                                                                                                            abstract => command.flare:test
                                                                                                                            concrete => Facade\Ignition\Commands\TestCommand
                                                                                                                        )
                                                                                                                    this => Illuminate\Foundation\Application Object
 
                                                                                                                    parameter => Array(
                                                                                                                            [$container] => 
                                                                                                                            [$parameters] => 
                                                                                                                        )
                                                                                                                )
                                                                                                            shared => 
                                                                                                        )
                                                                                                    [command.make:solution] => Array(
                                                                                                            concrete => Closure Object(
                                                                                                                    static => Array(
                                                                                                                            abstract => command.make:solution
                                                                                                                            concrete => Facade\Ignition\Commands\SolutionMakeCommand
                                                                                                                        )
                                                                                                                    this => Illuminate\Foundation\Application Object
 
                                                                                                                    parameter => Array(
                                                                                                                            [$container] => 
                                                                                                                            [$parameters] => 
                                                                                                                        )
                                                                                                                )
                                                                                                            shared => 
                                                                                                        )
                                                                                                    queue => Array(
                                                                                                            concrete => Closure Object(
                                                                                                                    this => Illuminate\Queue\QueueServiceProvider Object(
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                    parameter => Array(
                                                                                                                            [$app] => 
                                                                                                                        )
                                                                                                                )
                                                                                                            shared => 1
                                                                                                        )
                                                                                                    [queue.connection] => Array(
                                                                                                            concrete => Closure Object(
                                                                                                                    this => Illuminate\Queue\QueueServiceProvider Object(
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                    parameter => Array(
                                                                                                                            [$app] => 
                                                                                                                        )
                                                                                                                )
                                                                                                            shared => 1
                                                                                                        )
                                                                                                    [queue.worker] => Array(
                                                                                                            concrete => Closure Object(
                                                                                                                    this => Illuminate\Queue\QueueServiceProvider Object(
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                )
                                                                                                            shared => 1
                                                                                                        )
                                                                                                    [queue.listener] => Array(
                                                                                                            concrete => Closure Object(
                                                                                                                    this => Illuminate\Queue\QueueServiceProvider Object(
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                )
                                                                                                            shared => 1
                                                                                                        )
                                                                                                    [queue.failer] => Array(
                                                                                                            concrete => Closure Object(
                                                                                                                    this => Illuminate\Queue\QueueServiceProvider Object(
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                )
                                                                                                            shared => 1
                                                                                                        )
                                                                                                    [Facade\Ignition\DumpRecorder\MultiDumpHandler] => Array(
                                                                                                            concrete => Closure Object(
                                                                                                                    static => Array(
                                                                                                                            abstract => Facade\Ignition\DumpRecorder\MultiDumpHandler
                                                                                                                            concrete => Facade\Ignition\DumpRecorder\MultiDumpHandler Object(
                                                                                                                                    handlers => Array(
                                                                                                                                            0 => Closure Object(
                                                                                                                                                    this => Facade\Ignition\DumpRecorder\DumpRecorder Object(
                                                                                                                                                            dumps => Array()
                                                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                                                        )
                                                                                                                                                    parameter => Array(
                                                                                                                                                            [$value] => 
                                                                                                                                                        )
                                                                                                                                                )
                                                                                                                                            1 => Closure Object(
                                                                                                                                                    this => Facade\Ignition\DumpRecorder\DumpRecorder Object(
                                                                                                                                                            dumps => Array()
                                                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                                                        )
                                                                                                                                                    parameter => Array(
                                                                                                                                                            [$var] => 
                                                                                                                                                        )
                                                                                                                                                )
                                                                                                                                        )
                                                                                                                                )
                                                                                                                        )
                                                                                                                    this => Illuminate\Foundation\Application Object
 
                                                                                                                    parameter => Array(
                                                                                                                            [$container] => 
                                                                                                                            [$parameters] => 
                                                                                                                        )
                                                                                                                )
                                                                                                            shared => 1
                                                                                                        )
                                                                                                )
                                                                                            methodBindings => Array()
                                                                                            instances => Array(
                                                                                                    path => /0000/app
                                                                                                    [path.base] => /0000
                                                                                                    [path.lang] => /0000/resources/lang
                                                                                                    [path.config] => /0000/config
                                                                                                    [path.public] => /0000/public
                                                                                                    [path.storage] => /0000/storage
                                                                                                    [path.database] => /0000/database
                                                                                                    [path.resources] => /0000/resources
                                                                                                    [path.bootstrap] => /0000/bootstrap
                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                    [Illuminate\Container\Container] => Illuminate\Foundation\Application Object
 
                                                                                                    [Illuminate\Foundation\PackageManifest] => Illuminate\Foundation\PackageManifest Object(
                                                                                                            files => Illuminate\Filesystem\Filesystem Object()
                                                                                                            basePath => /0000
                                                                                                            vendorPath => /0000/vendor
                                                                                                            manifestPath => /0000/bootstrap/cache/packages.php
                                                                                                            manifest => Array(
                                                                                                                    [facade/ignition] => Array(
                                                                                                                            providers => Array(
                                                                                                                                    0 => Facade\Ignition\IgnitionServiceProvider
                                                                                                                                )
                                                                                                                            aliases => Array(
                                                                                                                                    Flare => Facade\Ignition\Facades\Flare
                                                                                                                                )
                                                                                                                        )
                                                                                                                    [fideloper/proxy] => Array(
                                                                                                                            providers => Array(
                                                                                                                                    0 => Fideloper\Proxy\TrustedProxyServiceProvider
                                                                                                                                )
                                                                                                                        )
                                                                                                                    [laravel/tinker] => Array(
                                                                                                                            providers => Array(
                                                                                                                                    0 => Laravel\Tinker\TinkerServiceProvider
                                                                                                                                )
                                                                                                                        )
                                                                                                                    [nesbot/carbon] => Array(
                                                                                                                            providers => Array(
                                                                                                                                    0 => Carbon\Laravel\ServiceProvider
                                                                                                                                )
                                                                                                                        )
                                                                                                                    [nunomaduro/collision] => Array(
                                                                                                                            providers => Array(
                                                                                                                                    0 => NunoMaduro\Collision\Adapters\Laravel\CollisionServiceProvider
                                                                                                                                )
                                                                                                                        )
                                                                                                                )
                                                                                                        )
                                                                                                    events => Illuminate\Events\Dispatcher Object
 
                                                                                                    [Illuminate\Contracts\Console\Kernel] => App\Console\Kernel Object(
                                                                                                            commands => Array()
                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                            events => Illuminate\Events\Dispatcher Object
 
                                                                                                            artisan => 
                                                                                                            commandsLoaded => 
                                                                                                            bootstrappers => Array(
                                                                                                                    0 => Illuminate\Foundation\Bootstrap\LoadEnvironmentVariables
                                                                                                                    1 => Illuminate\Foundation\Bootstrap\LoadConfiguration
                                                                                                                    2 => Illuminate\Foundation\Bootstrap\HandleExceptions
                                                                                                                    3 => Illuminate\Foundation\Bootstrap\RegisterFacades
                                                                                                                    4 => Illuminate\Foundation\Bootstrap\SetRequestForConsole
                                                                                                                    5 => Illuminate\Foundation\Bootstrap\RegisterProviders
                                                                                                                    6 => Illuminate\Foundation\Bootstrap\BootProviders
                                                                                                                )
                                                                                                        )
                                                                                                    config => Illuminate\Config\Repository Object(
                                                                                                            items => Array(
                                                                                                                    app => Array(
                                                                                                                            name => 本地测试
                                                                                                                            env => local
                                                                                                                            debug => 1
                                                                                                                            url => http://localhost
                                                                                                                            asset_url => 
                                                                                                                            timezone => UTC
                                                                                                                            locale => en
                                                                                                                            fallback_locale => en
                                                                                                                            faker_locale => en_US
                                                                                                                            key => base64:gIjju1XIlTNS6j8BuifyrL2QAARYlvdKYd31eAqei7g=
                                                                                                                            cipher => AES-256-CBC
                                                                                                                            providers => Array(
                                                                                                                                    0 => Illuminate\Auth\AuthServiceProvider
                                                                                                                                    1 => Illuminate\Broadcasting\BroadcastServiceProvider
                                                                                                                                    2 => Illuminate\Bus\BusServiceProvider
                                                                                                                                    3 => Illuminate\Cache\CacheServiceProvider
                                                                                                                                    4 => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                                                    5 => Illuminate\Cookie\CookieServiceProvider
                                                                                                                                    6 => Illuminate\Database\DatabaseServiceProvider
                                                                                                                                    7 => Illuminate\Encryption\EncryptionServiceProvider
                                                                                                                                    8 => Illuminate\Filesystem\FilesystemServiceProvider
                                                                                                                                    9 => Illuminate\Foundation\Providers\FoundationServiceProvider
                                                                                                                                    10 => Illuminate\Hashing\HashServiceProvider
                                                                                                                                    11 => Illuminate\Mail\MailServiceProvider
                                                                                                                                    12 => Illuminate\Notifications\NotificationServiceProvider
                                                                                                                                    13 => Illuminate\Pagination\PaginationServiceProvider
                                                                                                                                    14 => Illuminate\Pipeline\PipelineServiceProvider
                                                                                                                                    15 => Illuminate\Queue\QueueServiceProvider
                                                                                                                                    16 => Illuminate\Redis\RedisServiceProvider
                                                                                                                                    17 => Illuminate\Auth\Passwords\PasswordResetServiceProvider
                                                                                                                                    18 => Illuminate\Session\SessionServiceProvider
                                                                                                                                    19 => Illuminate\Translation\TranslationServiceProvider
                                                                                                                                    20 => Illuminate\Validation\ValidationServiceProvider
                                                                                                                                    21 => Illuminate\View\ViewServiceProvider
                                                                                                                                    22 => App\Providers\AppServiceProvider
                                                                                                                                    23 => App\Providers\AuthServiceProvider
                                                                                                                                    24 => App\Providers\EventServiceProvider
                                                                                                                                    25 => App\Providers\RouteServiceProvider
                                                                                                                                )
                                                                                                                            aliases => Array(
                                                                                                                                    App => Illuminate\Support\Facades\App
                                                                                                                                    Arr => Illuminate\Support\Arr
                                                                                                                                    Artisan => Illuminate\Support\Facades\Artisan
                                                                                                                                    Auth => Illuminate\Support\Facades\Auth
                                                                                                                                    Blade => Illuminate\Support\Facades\Blade
                                                                                                                                    Broadcast => Illuminate\Support\Facades\Broadcast
                                                                                                                                    Bus => Illuminate\Support\Facades\Bus
                                                                                                                                    Cache => Illuminate\Support\Facades\Cache
                                                                                                                                    Config => Illuminate\Support\Facades\Config
                                                                                                                                    Cookie => Illuminate\Support\Facades\Cookie
                                                                                                                                    Crypt => Illuminate\Support\Facades\Crypt
                                                                                                                                    DB => Illuminate\Support\Facades\DB
                                                                                                                                    Eloquent => Illuminate\Database\Eloquent\Model
                                                                                                                                    Event => Illuminate\Support\Facades\Event
                                                                                                                                    File => Illuminate\Support\Facades\File
                                                                                                                                    Gate => Illuminate\Support\Facades\Gate
                                                                                                                                    Hash => Illuminate\Support\Facades\Hash
                                                                                                                                    Lang => Illuminate\Support\Facades\Lang
                                                                                                                                    Log => Illuminate\Support\Facades\Log
                                                                                                                                    Mail => Illuminate\Support\Facades\Mail
                                                                                                                                    Notification => Illuminate\Support\Facades\Notification
                                                                                                                                    Password => Illuminate\Support\Facades\Password
                                                                                                                                    Queue => Illuminate\Support\Facades\Queue
                                                                                                                                    Redirect => Illuminate\Support\Facades\Redirect
                                                                                                                                    Redis => Illuminate\Support\Facades\Redis
                                                                                                                                    Request => Illuminate\Support\Facades\Request
                                                                                                                                    Response => Illuminate\Support\Facades\Response
                                                                                                                                    Route => Illuminate\Support\Facades\Route
                                                                                                                                    Schema => Illuminate\Support\Facades\Schema
                                                                                                                                    Session => Illuminate\Support\Facades\Session
                                                                                                                                    Storage => Illuminate\Support\Facades\Storage
                                                                                                                                    Str => Illuminate\Support\Str
                                                                                                                                    URL => Illuminate\Support\Facades\URL
                                                                                                                                    Validator => Illuminate\Support\Facades\Validator
                                                                                                                                    View => Illuminate\Support\Facades\View
                                                                                                                                )
                                                                                                                        )
                                                                                                                    auth => Array(
                                                                                                                            defaults => Array(
                                                                                                                                    guard => web
                                                                                                                                    passwords => users
                                                                                                                                )
                                                                                                                            guards => Array(
                                                                                                                                    web => Array(
                                                                                                                                            driver => session
                                                                                                                                            provider => users
                                                                                                                                        )
                                                                                                                                    api => Array(
                                                                                                                                            driver => token
                                                                                                                                            provider => users
                                                                                                                                            hash => 
                                                                                                                                        )
                                                                                                                                )
                                                                                                                            providers => Array(
                                                                                                                                    users => Array(
                                                                                                                                            driver => eloquent
                                                                                                                                            model => App\User
                                                                                                                                        )
                                                                                                                                )
                                                                                                                            passwords => Array(
                                                                                                                                    users => Array(
                                                                                                                                            provider => users
                                                                                                                                            table => password_resets
                                                                                                                                            expire => 60
                                                                                                                                            throttle => 60
                                                                                                                                        )
                                                                                                                                )
                                                                                                                            password_timeout => 10800
                                                                                                                        )
                                                                                                                    broadcasting => Array(
                                                                                                                            default => log
                                                                                                                            connections => Array(
                                                                                                                                    pusher => Array(
                                                                                                                                            driver => pusher
                                                                                                                                            key => 
                                                                                                                                            secret => 
                                                                                                                                            app_id => 
                                                                                                                                            options => Array(
                                                                                                                                                    cluster => mt1
                                                                                                                                                    useTLS => 1
                                                                                                                                                )
                                                                                                                                        )
                                                                                                                                    redis => Array(
                                                                                                                                            driver => redis
                                                                                                                                            connection => default
                                                                                                                                        )
                                                                                                                                    log => Array(
                                                                                                                                            driver => log
                                                                                                                                        )
                                                                                                                                    null => Array(
                                                                                                                                            driver => null
                                                                                                                                        )
                                                                                                                                )
                                                                                                                        )
                                                                                                                    cache => Array(
                                                                                                                            default => file
                                                                                                                            stores => Array(
                                                                                                                                    apc => Array(
                                                                                                                                            driver => apc
                                                                                                                                        )
                                                                                                                                    array => Array(
                                                                                                                                            driver => array
                                                                                                                                        )
                                                                                                                                    database => Array(
                                                                                                                                            driver => database
                                                                                                                                            table => cache
                                                                                                                                            connection => 
                                                                                                                                        )
                                                                                                                                    file => Array(
                                                                                                                                            driver => file
                                                                                                                                            path => /0000/storage/framework/cache/data
                                                                                                                                        )
                                                                                                                                    memcached => Array(
                                                                                                                                            driver => memcached
                                                                                                                                            persistent_id => 
                                                                                                                                            sasl => Array(
                                                                                                                                                    0 => 
                                                                                                                                                    1 => 
                                                                                                                                                )
                                                                                                                                            options => Array()
                                                                                                                                            servers => Array(
                                                                                                                                                    0 => Array(
                                                                                                                                                            host => 127.0.0.1
                                                                                                                                                            port => 11211
                                                                                                                                                            weight => 100
                                                                                                                                                        )
                                                                                                                                                )
                                                                                                                                        )
                                                                                                                                    redis => Array(
                                                                                                                                            driver => redis
                                                                                                                                            connection => cache
                                                                                                                                        )
                                                                                                                                    dynamodb => Array(
                                                                                                                                            driver => dynamodb
                                                                                                                                            key => 
                                                                                                                                            secret => 
                                                                                                                                            region => us-east-1
                                                                                                                                            table => cache
                                                                                                                                            endpoint => 
                                                                                                                                        )
                                                                                                                                )
                                                                                                                            prefix => _cache
                                                                                                                        )
                                                                                                                    database => Array(
                                                                                                                            default => mysql
                                                                                                                            connections => Array(
                                                                                                                                    sqlite => Array(
                                                                                                                                            driver => sqlite
                                                                                                                                            url => 
                                                                                                                                            database => laravel
                                                                                                                                            prefix => 
                                                                                                                                            foreign_key_constraints => 1
                                                                                                                                        )
                                                                                                                                    mysql => Array(
                                                                                                                                            driver => mysql
                                                                                                                                            url => 
                                                                                                                                            host => 127.0.0.1
                                                                                                                                            port => 3306
                                                                                                                                            database => laravel
                                                                                                                                            username => root
                                                                                                                                            password => 
                                                                                                                                            unix_socket => 
                                                                                                                                            charset => utf8mb4
                                                                                                                                            collation => utf8mb4_unicode_ci
                                                                                                                                            prefix => 
                                                                                                                                            prefix_indexes => 1
                                                                                                                                            strict => 1
                                                                                                                                            engine => 
                                                                                                                                            options => Array()
                                                                                                                                        )
                                                                                                                                    pgsql => Array(
                                                                                                                                            driver => pgsql
                                                                                                                                            url => 
                                                                                                                                            host => 127.0.0.1
                                                                                                                                            port => 3306
                                                                                                                                            database => laravel
                                                                                                                                            username => root
                                                                                                                                            password => 
                                                                                                                                            charset => utf8
                                                                                                                                            prefix => 
                                                                                                                                            prefix_indexes => 1
                                                                                                                                            schema => public
                                                                                                                                            sslmode => prefer
                                                                                                                                        )
                                                                                                                                    sqlsrv => Array(
                                                                                                                                            driver => sqlsrv
                                                                                                                                            url => 
                                                                                                                                            host => 127.0.0.1
                                                                                                                                            port => 3306
                                                                                                                                            database => laravel
                                                                                                                                            username => root
                                                                                                                                            password => 
                                                                                                                                            charset => utf8
                                                                                                                                            prefix => 
                                                                                                                                            prefix_indexes => 1
                                                                                                                                        )
                                                                                                                                )
                                                                                                                            migrations => migrations
                                                                                                                            redis => Array(
                                                                                                                                    client => phpredis
                                                                                                                                    options => Array(
                                                                                                                                            cluster => redis
                                                                                                                                            prefix => _database_
                                                                                                                                        )
                                                                                                                                    default => Array(
                                                                                                                                            url => 
                                                                                                                                            host => 127.0.0.1
                                                                                                                                            password => 
                                                                                                                                            port => 6379
                                                                                                                                            database => 0
                                                                                                                                        )
                                                                                                                                    cache => Array(
                                                                                                                                            url => 
                                                                                                                                            host => 127.0.0.1
                                                                                                                                            password => 
                                                                                                                                            port => 6379
                                                                                                                                            database => 1
                                                                                                                                        )
                                                                                                                                )
                                                                                                                        )
                                                                                                                    filesystems => Array(
                                                                                                                            default => local
                                                                                                                            cloud => s3
                                                                                                                            disks => Array(
                                                                                                                                    local => Array(
                                                                                                                                            driver => local
                                                                                                                                            root => /0000/storage/app
                                                                                                                                        )
                                                                                                                                    public => Array(
                                                                                                                                            driver => local
                                                                                                                                            root => /0000/storage/app/public
                                                                                                                                            url => http://localhost/storage
                                                                                                                                            visibility => public
                                                                                                                                        )
                                                                                                                                    s3 => Array(
                                                                                                                                            driver => s3
                                                                                                                                            key => 
                                                                                                                                            secret => 
                                                                                                                                            region => us-east-1
                                                                                                                                            bucket => 
                                                                                                                                            url => 
                                                                                                                                        )
                                                                                                                                )
                                                                                                                        )
                                                                                                                    hashing => Array(
                                                                                                                            driver => bcrypt
                                                                                                                            bcrypt => Array(
                                                                                                                                    rounds => 10
                                                                                                                                )
                                                                                                                            argon => Array(
                                                                                                                                    memory => 1024
                                                                                                                                    threads => 2
                                                                                                                                    time => 2
                                                                                                                                )
                                                                                                                        )
                                                                                                                    logging => Array(
                                                                                                                            default => stack
                                                                                                                            channels => Array(
                                                                                                                                    stack => Array(
                                                                                                                                            driver => stack
                                                                                                                                            channels => Array(
                                                                                                                                                    0 => single
                                                                                                                                                )
                                                                                                                                            ignore_exceptions => 
                                                                                                                                        )
                                                                                                                                    single => Array(
                                                                                                                                            driver => single
                                                                                                                                            path => /0000/storage/logs/laravel.log
                                                                                                                                            level => debug
                                                                                                                                        )
                                                                                                                                    daily => Array(
                                                                                                                                            driver => daily
                                                                                                                                            path => /0000/storage/logs/laravel.log
                                                                                                                                            level => debug
                                                                                                                                            days => 14
                                                                                                                                        )
                                                                                                                                    slack => Array(
                                                                                                                                            driver => slack
                                                                                                                                            url => 
                                                                                                                                            username => Laravel Log
                                                                                                                                            emoji => :boom:
                                                                                                                                            level => critical
                                                                                                                                        )
                                                                                                                                    papertrail => Array(
                                                                                                                                            driver => monolog
                                                                                                                                            level => debug
                                                                                                                                            handler => Monolog\Handler\SyslogUdpHandler
                                                                                                                                            handler_with => Array(
                                                                                                                                                    host => 
                                                                                                                                                    port => 
                                                                                                                                                )
                                                                                                                                        )
                                                                                                                                    stderr => Array(
                                                                                                                                            driver => monolog
                                                                                                                                            handler => Monolog\Handler\StreamHandler
                                                                                                                                            formatter => 
                                                                                                                                            with => Array(
                                                                                                                                                    stream => php://stderr
                                                                                                                                                )
                                                                                                                                        )
                                                                                                                                    syslog => Array(
                                                                                                                                            driver => syslog
                                                                                                                                            level => debug
                                                                                                                                        )
                                                                                                                                    errorlog => Array(
                                                                                                                                            driver => errorlog
                                                                                                                                            level => debug
                                                                                                                                        )
                                                                                                                                    null => Array(
                                                                                                                                            driver => monolog
                                                                                                                                            handler => Monolog\Handler\NullHandler
                                                                                                                                        )
                                                                                                                                    emergency => Array(
                                                                                                                                            path => /0000/storage/logs/laravel.log
                                                                                                                                        )
                                                                                                                                )
                                                                                                                        )
                                                                                                                    mail => Array(
                                                                                                                            driver => smtp
                                                                                                                            host => smtp.mailtrap.io
                                                                                                                            port => 2525
                                                                                                                            from => Array(
                                                                                                                                    address => 
                                                                                                                                    name => 本地测试
                                                                                                                                )
                                                                                                                            encryption => 
                                                                                                                            username => 
                                                                                                                            password => 
                                                                                                                            sendmail => /usr/sbin/sendmail -bs
                                                                                                                            markdown => Array(
                                                                                                                                    theme => default
                                                                                                                                    paths => Array(
                                                                                                                                            0 => /0000/resources/views/vendor/mail
                                                                                                                                        )
                                                                                                                                )
                                                                                                                            log_channel => 
                                                                                                                        )
                                                                                                                    queue => Array(
                                                                                                                            default => sync
                                                                                                                            connections => Array(
                                                                                                                                    sync => Array(
                                                                                                                                            driver => sync
                                                                                                                                        )
                                                                                                                                    database => Array(
                                                                                                                                            driver => database
                                                                                                                                            table => jobs
                                                                                                                                            queue => default
                                                                                                                                            retry_after => 90
                                                                                                                                        )
                                                                                                                                    beanstalkd => Array(
                                                                                                                                            driver => beanstalkd
                                                                                                                                            host => localhost
                                                                                                                                            queue => default
                                                                                                                                            retry_after => 90
                                                                                                                                            block_for => 0
                                                                                                                                        )
                                                                                                                                    sqs => Array(
                                                                                                                                            driver => sqs
                                                                                                                                            key => 
                                                                                                                                            secret => 
                                                                                                                                            prefix => https://sqs.us-east-1.amazonaws.com/your-account-id
                                                                                                                                            queue => your-queue-name
                                                                                                                                            region => us-east-1
                                                                                                                                        )
                                                                                                                                    redis => Array(
                                                                                                                                            driver => redis
                                                                                                                                            connection => default
                                                                                                                                            queue => default
                                                                                                                                            retry_after => 90
                                                                                                                                            block_for => 
                                                                                                                                        )
                                                                                                                                )
                                                                                                                            failed => Array(
                                                                                                                                    driver => database
                                                                                                                                    database => mysql
                                                                                                                                    table => failed_jobs
                                                                                                                                )
                                                                                                                        )
                                                                                                                    services => Array(
                                                                                                                            mailgun => Array(
                                                                                                                                    domain => 
                                                                                                                                    secret => 
                                                                                                                                    endpoint => api.mailgun.net
                                                                                                                                )
                                                                                                                            postmark => Array(
                                                                                                                                    token => 
                                                                                                                                )
                                                                                                                            ses => Array(
                                                                                                                                    key => 
                                                                                                                                    secret => 
                                                                                                                                    region => us-east-1
                                                                                                                                )
                                                                                                                        )
                                                                                                                    session => Array(
                                                                                                                            driver => cookie
                                                                                                                            lifetime => 120
                                                                                                                            expire_on_close => 
                                                                                                                            encrypt => 
                                                                                                                            files => /0000/storage/framework/sessions
                                                                                                                            connection => 
                                                                                                                            table => sessions
                                                                                                                            store => 
                                                                                                                            lottery => Array(
                                                                                                                                    0 => 2
                                                                                                                                    1 => 100
                                                                                                                                )
                                                                                                                            cookie => _session
                                                                                                                            path => /
                                                                                                                            domain => 
                                                                                                                            secure => 
                                                                                                                            http_only => 1
                                                                                                                            same_site => 
                                                                                                                        )
                                                                                                                    view => Array(
                                                                                                                            paths => Array(
                                                                                                                                    0 => /0000/resources/views
                                                                                                                                )
                                                                                                                            compiled => /0000/storage/framework/views
                                                                                                                        )
                                                                                                                    flare => Array(
                                                                                                                            key => 
                                                                                                                            reporting => Array(
                                                                                                                                    anonymize_ips => 1
                                                                                                                                    collect_git_information => 1
                                                                                                                                    report_queries => 1
                                                                                                                                    maximum_number_of_collected_queries => 200
                                                                                                                                    report_query_bindings => 1
                                                                                                                                    report_view_data => 1
                                                                                                                                    grouping_type => 
                                                                                                                                )
                                                                                                                            send_logs_as_events => 1
                                                                                                                        )
                                                                                                                    ignition => Array(
                                                                                                                            editor => phpstorm
                                                                                                                            theme => light
                                                                                                                            enable_share_button => 1
                                                                                                                            register_commands => 
                                                                                                                            ignored_solution_providers => Array()
                                                                                                                            enable_runnable_solutions => 
                                                                                                                            remote_sites_path => 
                                                                                                                            local_sites_path => 
                                                                                                                            housekeeping_endpoint_prefix => _ignition
                                                                                                                        )
                                                                                                                    trustedproxy => Array(
                                                                                                                            proxies => 
                                                                                                                            headers => 30
                                                                                                                        )
                                                                                                                )
                                                                                                        )
                                                                                                    request => Illuminate\Http\Request Object(
                                                                                                            json => 
                                                                                                            convertedFiles => 
                                                                                                            userResolver => 
                                                                                                            routeResolver => 
                                                                                                            attributes => Symfony\Component\HttpFoundation\ParameterBag Object(
                                                                                                                    parameters => Array()
                                                                                                                )
                                                                                                            request => Symfony\Component\HttpFoundation\ParameterBag Object(
                                                                                                                    parameters => Array()
                                                                                                                )
                                                                                                            query => Symfony\Component\HttpFoundation\ParameterBag Object(
                                                                                                                    parameters => Array()
                                                                                                                )
                                                                                                            server => Symfony\Component\HttpFoundation\ServerBag Object(
                                                                                                                    parameters => Array(
                                                                                                                            SERVER_NAME => localhost
                                                                                                                            SERVER_PORT => 80
                                                                                                                            HTTP_HOST => localhost
                                                                                                                            HTTP_USER_AGENT => Symfony
                                                                                                                            HTTP_ACCEPT => text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
                                                                                                                            HTTP_ACCEPT_LANGUAGE => en-us,en;q=0.5
                                                                                                                            HTTP_ACCEPT_CHARSET => ISO-8859-1,utf-8;q=0.7,*;q=0.7
                                                                                                                            REMOTE_ADDR => 127.0.0.1
                                                                                                                            SCRIPT_NAME => artisan
                                                                                                                            SCRIPT_FILENAME => artisan
                                                                                                                            SERVER_PROTOCOL => HTTP/1.1
                                                                                                                            REQUEST_TIME => 1578274558
                                                                                                                            PHP_EXTRA_CONFIGURE_ARGS => --enable-fpm --with-fpm-user=www-data --with-fpm-group=www-data --disable-cgi
                                                                                                                            LANGUAGE => C
                                                                                                                            HOSTNAME => d9d2f135fb85
                                                                                                                            PHP_INI_DIR => /usr/local/etc/php
                                                                                                                            GIT_ASKPASS => echo
                                                                                                                            SHLVL => 2
                                                                                                                            HOME => /root
                                                                                                                            OLDPWD => /
                                                                                                                            PHP_LDFLAGS => -Wl,-O1 -Wl,--hash-style=both -pie
                                                                                                                            PHP_CFLAGS => -fstack-protector-strong -fpic -fpie -O2
                                                                                                                            PHP_MD5 => 
                                                                                                                            PHP_VERSION => 7.2.19
                                                                                                                            COMPOSER_HOME => /tmp/composer
                                                                                                                            COMPOSER_BINARY => /usr/bin/composer
                                                                                                                            GPG_KEYS => 1729F83938DA44E27BA0F4D3DBDB397470D12172 B1B44D8F021E4E2D6021E995DC9FF8D3EE5AF27F
                                                                                                                            PHP_CPPFLAGS => -fstack-protector-strong -fpic -fpie -O2
                                                                                                                            PHP_ASC_URL => https://www.php.net/get/php-7.2.19.tar.xz.asc/from/this/mirror
                                                                                                                            PHP_URL => https://www.php.net/get/php-7.2.19.tar.xz/from/this/mirror
                                                                                                                            TERM => xterm
                                                                                                                            PATH => /0000/vendor/bin:/tmp/composer/vendor/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
                                                                                                                            LD_PRELOAD => /usr/lib/preloadable_libiconv.so php
                                                                                                                            PHPIZE_DEPS => autoconf 		dpkg-dev dpkg 		file 		g++ 		gcc 		libc-dev 		make 		pkgconf 		re2c
                                                                                                                            PWD => /0000
                                                                                                                            PHP_SHA256 => 4ffa2404a88d60e993a9fe69f829ebec3eb1e006de41b6048ce5e91bbeaa9282
                                                                                                                            PHP_SELF => artisan
                                                                                                                            PATH_TRANSLATED => artisan
                                                                                                                            DOCUMENT_ROOT => 
                                                                                                                            REQUEST_TIME_FLOAT => 1578274558.794
                                                                                                                            argv => Array(
                                                                                                                                    0 => artisan
                                                                                                                                    1 => package:discover
                                                                                                                                    2 => --ansi
                                                                                                                                )
                                                                                                                            argc => 3
                                                                                                                            APP_NAME => 本地测试
                                                                                                                            APP_ENV => local
                                                                                                                            APP_KEY => base64:gIjju1XIlTNS6j8BuifyrL2QAARYlvdKYd31eAqei7g=
                                                                                                                            APP_DEBUG => true
                                                                                                                            APP_URL => http://localhost
                                                                                                                            LOG_CHANNEL => stack
                                                                                                                            DB_CONNECTION => mysql
                                                                                                                            DB_HOST => 127.0.0.1
                                                                                                                            DB_PORT => 3306
                                                                                                                            DB_DATABASE => laravel
                                                                                                                            DB_USERNAME => root
                                                                                                                            DB_PASSWORD => 
                                                                                                                            BROADCAST_DRIVER => log
                                                                                                                            CACHE_DRIVER => file
                                                                                                                            QUEUE_CONNECTION => sync
                                                                                                                            SESSION_DRIVER => cookie
                                                                                                                            SESSION_LIFETIME => 120
                                                                                                                            REDIS_HOST => 127.0.0.1
                                                                                                                            REDIS_PASSWORD => null
                                                                                                                            REDIS_PORT => 6379
                                                                                                                            MAIL_DRIVER => smtp
                                                                                                                            MAIL_HOST => smtp.mailtrap.io
                                                                                                                            MAIL_PORT => 2525
                                                                                                                            MAIL_USERNAME => null
                                                                                                                            MAIL_PASSWORD => null
                                                                                                                            MAIL_ENCRYPTION => null
                                                                                                                            MAIL_FROM_ADDRESS => null
                                                                                                                            MAIL_FROM_NAME => 本地测试
                                                                                                                            AWS_ACCESS_KEY_ID => 
                                                                                                                            AWS_SECRET_ACCESS_KEY => 
                                                                                                                            AWS_DEFAULT_REGION => us-east-1
                                                                                                                            AWS_BUCKET => 
                                                                                                                            PUSHER_APP_ID => 
                                                                                                                            PUSHER_APP_KEY => 
                                                                                                                            PUSHER_APP_SECRET => 
                                                                                                                            PUSHER_APP_CLUSTER => mt1
                                                                                                                            MIX_PUSHER_APP_KEY => 
                                                                                                                            MIX_PUSHER_APP_CLUSTER => mt1
                                                                                                                            PATH_INFO => 
                                                                                                                            REQUEST_METHOD => GET
                                                                                                                            REQUEST_URI => /
                                                                                                                            QUERY_STRING => 
                                                                                                                        )
                                                                                                                )
                                                                                                            files => Symfony\Component\HttpFoundation\FileBag Object(
                                                                                                                    parameters => Array()
                                                                                                                )
                                                                                                            cookies => Symfony\Component\HttpFoundation\ParameterBag Object(
                                                                                                                    parameters => Array()
                                                                                                                )
                                                                                                            headers => Symfony\Component\HttpFoundation\HeaderBag Object(
                                                                                                                    headers => Array(
                                                                                                                            host => Array(
                                                                                                                                    0 => localhost
                                                                                                                                )
                                                                                                                            [user-agent] => Array(
                                                                                                                                    0 => Symfony
                                                                                                                                )
                                                                                                                            accept => Array(
                                                                                                                                    0 => text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
                                                                                                                                )
                                                                                                                            [accept-language] => Array(
                                                                                                                                    0 => en-us,en;q=0.5
                                                                                                                                )
                                                                                                                            [accept-charset] => Array(
                                                                                                                                    0 => ISO-8859-1,utf-8;q=0.7,*;q=0.7
                                                                                                                                )
                                                                                                                        )
                                                                                                                    cacheControl => Array()
                                                                                                                )
                                                                                                            content => 
                                                                                                            languages => 
                                                                                                            charsets => 
                                                                                                            encodings => 
                                                                                                            acceptableContentTypes => 
                                                                                                            pathInfo => 
                                                                                                            requestUri => 
                                                                                                            baseUrl => 
                                                                                                            basePath => 
                                                                                                            method => 
                                                                                                            format => 
                                                                                                            session => 
                                                                                                            locale => 
                                                                                                            defaultLocale => en
                                                                                                            [preferredFormat:Symfony\Component\HttpFoundation\Request:private] => 
                                                                                                            [isHostValid:Symfony\Component\HttpFoundation\Request:private] => 1
                                                                                                            [isForwardedValid:Symfony\Component\HttpFoundation\Request:private] => 1
                                                                                                        )
                                                                                                    [Facade\Ignition\LogRecorder\LogRecorder] => Facade\Ignition\LogRecorder\LogRecorder Object(
                                                                                                            logMessages => Array()
                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                        )
                                                                                                    [Facade\Ignition\DumpRecorder\DumpRecorder] => Facade\Ignition\DumpRecorder\DumpRecorder Object(
                                                                                                            dumps => Array()
                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                        )
                                                                                                    [Facade\Ignition\QueryRecorder\QueryRecorder] => Facade\Ignition\QueryRecorder\QueryRecorder Object(
                                                                                                            queries => Array()
                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                        )
                                                                                                    [flare.http] => Facade\FlareClient\Http\Client Object(
                                                                                                            [apiToken:Facade\FlareClient\Http\Client:private] => 
                                                                                                            [apiSecret:Facade\FlareClient\Http\Client:private] => 
                                                                                                            [baseUrl:Facade\FlareClient\Http\Client:private] => https://flareapp.io/api
                                                                                                            [timeout:Facade\FlareClient\Http\Client:private] => 10
                                                                                                        )
                                                                                                    [flare.client] => Facade\FlareClient\Flare Object(
                                                                                                            [client:Facade\FlareClient\Flare:private] => Facade\FlareClient\Http\Client Object(
                                                                                                                    [apiToken:Facade\FlareClient\Http\Client:private] => 
                                                                                                                    [apiSecret:Facade\FlareClient\Http\Client:private] => 
                                                                                                                    [baseUrl:Facade\FlareClient\Http\Client:private] => https://flareapp.io/api
                                                                                                                    [timeout:Facade\FlareClient\Http\Client:private] => 10
                                                                                                                )
                                                                                                            [api:Facade\FlareClient\Flare:private] => Facade\FlareClient\Api Object(
                                                                                                                    [client:Facade\FlareClient\Api:private] => Facade\FlareClient\Http\Client Object(
                                                                                                                            [apiToken:Facade\FlareClient\Http\Client:private] => 
                                                                                                                            [apiSecret:Facade\FlareClient\Http\Client:private] => 
                                                                                                                            [baseUrl:Facade\FlareClient\Http\Client:private] => https://flareapp.io/api
                                                                                                                            [timeout:Facade\FlareClient\Http\Client:private] => 10
                                                                                                                        )
                                                                                                                    [queue:Facade\FlareClient\Api:private] => Array()
                                                                                                                )
                                                                                                            [middleware:Facade\FlareClient\Flare:private] => Array(
                                                                                                                    0 => Facade\FlareClient\Middleware\AddGlows Object(
                                                                                                                            [recorder:Facade\FlareClient\Middleware\AddGlows:private] => Facade\FlareClient\Glows\Recorder Object(
                                                                                                                                    [glows:Facade\FlareClient\Glows\Recorder:private] => Array()
                                                                                                                                )
                                                                                                                        )
                                                                                                                    1 => Facade\FlareClient\Middleware\AnonymizeIp Object()
                                                                                                                    2 => Facade\Ignition\Middleware\SetNotifierName Object()
                                                                                                                    3 => Facade\Ignition\Middleware\AddEnvironmentInformation Object()
                                                                                                                    4 => Facade\Ignition\Middleware\AddLogs Object(
                                                                                                                            logRecorder => Facade\Ignition\LogRecorder\LogRecorder Object(
                                                                                                                                    logMessages => Array()
                                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                                )
                                                                                                                        )
                                                                                                                    5 => Facade\Ignition\Middleware\AddDumps Object(
                                                                                                                            dumpRecorder => Facade\Ignition\DumpRecorder\DumpRecorder Object(
                                                                                                                                    dumps => Array()
                                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                                )
                                                                                                                        )
                                                                                                                    6 => Facade\Ignition\Middleware\AddQueries Object(
                                                                                                                            queryRecorder => Facade\Ignition\QueryRecorder\QueryRecorder Object(
                                                                                                                                    queries => Array()
                                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                                )
                                                                                                                        )
                                                                                                                    7 => Facade\Ignition\Middleware\AddSolutions Object(
                                                                                                                            solutionProviderRepository => Facade\Ignition\SolutionProviders\SolutionProviderRepository Object(
                                                                                                                                    solutionProviders => Illuminate\Support\Collection Object(
                                                                                                                                            items => Array(
                                                                                                                                                    0 => Facade\Ignition\SolutionProviders\IncorrectValetDbCredentialsSolutionProvider
                                                                                                                                                    1 => Facade\Ignition\SolutionProviders\MissingAppKeySolutionProvider
                                                                                                                                                    2 => Facade\Ignition\SolutionProviders\DefaultDbNameSolutionProvider
                                                                                                                                                    3 => Facade\Ignition\SolutionProviders\BadMethodCallSolutionProvider
                                                                                                                                                    4 => Facade\Ignition\SolutionProviders\TableNotFoundSolutionProvider
                                                                                                                                                    5 => Facade\Ignition\SolutionProviders\MissingImportSolutionProvider
                                                                                                                                                    6 => Facade\Ignition\SolutionProviders\MissingPackageSolutionProvider
                                                                                                                                                    7 => Facade\Ignition\SolutionProviders\InvalidRouteActionSolutionProvider
                                                                                                                                                    8 => Facade\Ignition\SolutionProviders\ViewNotFoundSolutionProvider
                                                                                                                                                    9 => Facade\Ignition\SolutionProviders\UndefinedVariableSolutionProvider
                                                                                                                                                    10 => Facade\Ignition\SolutionProviders\MergeConflictSolutionProvider
                                                                                                                                                    11 => Facade\Ignition\SolutionProviders\RunningLaravelDuskInProductionProvider
                                                                                                                                                    12 => Facade\Ignition\SolutionProviders\MissingColumnSolutionProvider
                                                                                                                                                    13 => Facade\Ignition\SolutionProviders\UnknownValidationSolutionProvider
                                                                                                                                                )
                                                                                                                                        )
                                                                                                                                )
                                                                                                                        )
                                                                                                                    8 => Facade\Ignition\Middleware\AddGitInformation Object()
                                                                                                                )
                                                                                                            [recorder:Facade\FlareClient\Flare:private] => Facade\FlareClient\Glows\Recorder Object(
                                                                                                                    [glows:Facade\FlareClient\Glows\Recorder:private] => Array()
                                                                                                                )
                                                                                                            [applicationPath:Facade\FlareClient\Flare:private] => /0000
                                                                                                            [container:Facade\FlareClient\Flare:private] => Illuminate\Foundation\Application Object
 
                                                                                                            [contextDetector:Facade\FlareClient\Flare:private] => Facade\Ignition\Context\LaravelContextDetector Object()
                                                                                                            [previousExceptionHandler:Facade\FlareClient\Flare:private] => 
                                                                                                            [previousErrorHandler:Facade\FlareClient\Flare:private] => 
                                                                                                            [messageLevel:Facade\FlareClient\Flare:private] => 
                                                                                                            [stage:Facade\FlareClient\Flare:private] => local
                                                                                                            [userProvidedContext:Facade\FlareClient\Flare:private] => Array()
                                                                                                        )
                                                                                                    [Facade\IgnitionContracts\SolutionProviderRepository] => Facade\Ignition\SolutionProviders\SolutionProviderRepository Object(
                                                                                                            solutionProviders => Illuminate\Support\Collection Object(
                                                                                                                    items => Array(
                                                                                                                            0 => Facade\Ignition\SolutionProviders\IncorrectValetDbCredentialsSolutionProvider
                                                                                                                            1 => Facade\Ignition\SolutionProviders\MissingAppKeySolutionProvider
                                                                                                                            2 => Facade\Ignition\SolutionProviders\DefaultDbNameSolutionProvider
                                                                                                                            3 => Facade\Ignition\SolutionProviders\BadMethodCallSolutionProvider
                                                                                                                            4 => Facade\Ignition\SolutionProviders\TableNotFoundSolutionProvider
                                                                                                                            5 => Facade\Ignition\SolutionProviders\MissingImportSolutionProvider
                                                                                                                            6 => Facade\Ignition\SolutionProviders\MissingPackageSolutionProvider
                                                                                                                            7 => Facade\Ignition\SolutionProviders\InvalidRouteActionSolutionProvider
                                                                                                                            8 => Facade\Ignition\SolutionProviders\ViewNotFoundSolutionProvider
                                                                                                                            9 => Facade\Ignition\SolutionProviders\UndefinedVariableSolutionProvider
                                                                                                                            10 => Facade\Ignition\SolutionProviders\MergeConflictSolutionProvider
                                                                                                                            11 => Facade\Ignition\SolutionProviders\RunningLaravelDuskInProductionProvider
                                                                                                                            12 => Facade\Ignition\SolutionProviders\MissingColumnSolutionProvider
                                                                                                                            13 => Facade\Ignition\SolutionProviders\UnknownValidationSolutionProvider
                                                                                                                        )
                                                                                                                )
                                                                                                        )
                                                                                                    [Illuminate\Contracts\Debug\ExceptionHandler] => NunoMaduro\Collision\Adapters\Laravel\ExceptionHandler Object(
                                                                                                            appExceptionHandler => App\Exceptions\Handler Object(
                                                                                                                    dontReport => Array()
                                                                                                                    dontFlash => Array(
                                                                                                                            0 => password
                                                                                                                            1 => password_confirmation
                                                                                                                        )
                                                                                                                    container => Illuminate\Foundation\Application Object
 
                                                                                                                    internalDontReport => Array(
                                                                                                                            0 => Illuminate\Auth\AuthenticationException
                                                                                                                            1 => Illuminate\Auth\Access\AuthorizationException
                                                                                                                            2 => Symfony\Component\HttpKernel\Exception\HttpException
                                                                                                                            3 => Illuminate\Http\Exceptions\HttpResponseException
                                                                                                                            4 => Illuminate\Database\Eloquent\ModelNotFoundException
                                                                                                                            5 => Symfony\Component\HttpFoundation\Exception\SuspiciousOperationException
                                                                                                                            6 => Illuminate\Session\TokenMismatchException
                                                                                                                            7 => Illuminate\Validation\ValidationException
                                                                                                                        )
                                                                                                                )
                                                                                                            container => Illuminate\Foundation\Application Object
 
                                                                                                        )
                                                                                                    [db.factory] => Illuminate\Database\Connectors\ConnectionFactory Object(
                                                                                                            container => Illuminate\Foundation\Application Object
 
                                                                                                        )
                                                                                                    db => Illuminate\Database\DatabaseManager Object(
                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                            factory => Illuminate\Database\Connectors\ConnectionFactory Object(
                                                                                                                    container => Illuminate\Foundation\Application Object
 
                                                                                                                )
                                                                                                            connections => Array()
                                                                                                            extensions => Array()
                                                                                                            reconnector => Closure Object(
                                                                                                                    this => Illuminate\Database\DatabaseManager Object
 
                                                                                                                    parameter => Array(
                                                                                                                            [$connection] => 
                                                                                                                        )
                                                                                                                )
                                                                                                        )
                                                                                                    [view.engine.resolver] => Illuminate\View\Engines\EngineResolver Object(
                                                                                                            resolvers => Array(
                                                                                                                    file => Closure Object(
                                                                                                                            this => Illuminate\View\ViewServiceProvider Object(
                                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                                )
                                                                                                                        )
                                                                                                                    php => Closure Object(
                                                                                                                            this => Facade\Ignition\IgnitionServiceProvider Object(
                                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                                )
                                                                                                                        )
                                                                                                                    blade => Closure Object(
                                                                                                                            this => Facade\Ignition\IgnitionServiceProvider Object(
                                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                                )
                                                                                                                        )
                                                                                                                )
                                                                                                            resolved => Array()
                                                                                                        )
                                                                                                    files => Illuminate\Filesystem\Filesystem Object()
                                                                                                    [blade.compiler] => Illuminate\View\Compilers\BladeCompiler Object(
                                                                                                            extensions => Array()
                                                                                                            customDirectives => Array()
                                                                                                            conditions => Array()
                                                                                                            path => 
                                                                                                            compilers => Array(
                                                                                                                    0 => Comments
                                                                                                                    1 => Extensions
                                                                                                                    2 => Statements
                                                                                                                    3 => Echos
                                                                                                                )
                                                                                                            rawTags => Array(
                                                                                                                    0 => {!!
                                                                                                                    1 => !!}
                                                                                                                )
                                                                                                            contentTags => Array(
                                                                                                                    0 => {{
                                                                                                                    1 => }}
                                                                                                                )
                                                                                                            escapedTags => Array(
                                                                                                                    0 => {{{
                                                                                                                    1 => }}}
                                                                                                                )
                                                                                                            echoFormat => e(%s)
                                                                                                            footer => Array()
                                                                                                            rawBlocks => Array()
                                                                                                            files => Illuminate\Filesystem\Filesystem Object()
                                                                                                            cachePath => /0000/storage/framework/views
                                                                                                            firstCaseInSwitch => 1
                                                                                                            [encodingOptions:Illuminate\View\Compilers\BladeCompiler:private] => 15
                                                                                                            lastSection => 
                                                                                                            forElseCounter => 0
                                                                                                        )
                                                                                                    log => Illuminate\Log\LogManager Object(
                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                            channels => Array()
                                                                                                            customCreators => Array(
                                                                                                                    flare => Closure Object(
                                                                                                                            this => Illuminate\Log\LogManager Object
 
                                                                                                                            parameter => Array(
                                                                                                                                    [$app] => 
                                                                                                                                )
                                                                                                                        )
                                                                                                                )
                                                                                                            dateFormat => Y-m-d H:i:s
                                                                                                            levels => Array(
                                                                                                                    debug => 100
                                                                                                                    info => 200
                                                                                                                    notice => 250
                                                                                                                    warning => 300
                                                                                                                    error => 400
                                                                                                                    critical => 500
                                                                                                                    alert => 550
                                                                                                                    emergency => 600
                                                                                                                )
                                                                                                        )
                                                                                                    queue => Illuminate\Queue\QueueManager Object(
                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                            connections => Array()
                                                                                                            connectors => Array(
                                                                                                                    null => Closure Object(
                                                                                                                            this => Illuminate\Queue\QueueServiceProvider Object(
                                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                                )
                                                                                                                        )
                                                                                                                    sync => Closure Object(
                                                                                                                            this => Illuminate\Queue\QueueServiceProvider Object(
                                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                                )
                                                                                                                        )
                                                                                                                    database => Closure Object(
                                                                                                                            this => Illuminate\Queue\QueueServiceProvider Object(
                                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                                )
                                                                                                                        )
                                                                                                                    redis => Closure Object(
                                                                                                                            this => Illuminate\Queue\QueueServiceProvider Object(
                                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                                )
                                                                                                                        )
                                                                                                                    beanstalkd => Closure Object(
                                                                                                                            this => Illuminate\Queue\QueueServiceProvider Object(
                                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                                )
                                                                                                                        )
                                                                                                                    sqs => Closure Object(
                                                                                                                            this => Illuminate\Queue\QueueServiceProvider Object(
                                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                                )
                                                                                                                        )
                                                                                                                )
                                                                                                        )
                                                                                                    date => Illuminate\Support\DateFactory Object()
                                                                                                    router => Illuminate\Routing\Router Object
 
                                                                                                    routes => Illuminate\Routing\RouteCollection Object(
                                                                                                            routes => Array()
                                                                                                            allRoutes => Array()
                                                                                                            nameList => Array()
                                                                                                            actionList => Array()
                                                                                                        )
                                                                                                    url => Illuminate\Routing\UrlGenerator Object(
                                                                                                            routes => Illuminate\Routing\RouteCollection Object(
                                                                                                                    routes => Array()
                                                                                                                    allRoutes => Array()
                                                                                                                    nameList => Array()
                                                                                                                    actionList => Array()
                                                                                                                )
                                                                                                            request => Illuminate\Http\Request Object(
                                                                                                                    json => 
                                                                                                                    convertedFiles => 
                                                                                                                    userResolver => 
                                                                                                                    routeResolver => 
                                                                                                                    attributes => Symfony\Component\HttpFoundation\ParameterBag Object(
                                                                                                                            parameters => Array()
                                                                                                                        )
                                                                                                                    request => Symfony\Component\HttpFoundation\ParameterBag Object(
                                                                                                                            parameters => Array()
                                                                                                                        )
                                                                                                                    query => Symfony\Component\HttpFoundation\ParameterBag Object(
                                                                                                                            parameters => Array()
                                                                                                                        )
                                                                                                                    server => Symfony\Component\HttpFoundation\ServerBag Object(
                                                                                                                            parameters => Array(
                                                                                                                                    SERVER_NAME => localhost
                                                                                                                                    SERVER_PORT => 80
                                                                                                                                    HTTP_HOST => localhost
                                                                                                                                    HTTP_USER_AGENT => Symfony
                                                                                                                                    HTTP_ACCEPT => text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
                                                                                                                                    HTTP_ACCEPT_LANGUAGE => en-us,en;q=0.5
                                                                                                                                    HTTP_ACCEPT_CHARSET => ISO-8859-1,utf-8;q=0.7,*;q=0.7
                                                                                                                                    REMOTE_ADDR => 127.0.0.1
                                                                                                                                    SCRIPT_NAME => artisan
                                                                                                                                    SCRIPT_FILENAME => artisan
                                                                                                                                    SERVER_PROTOCOL => HTTP/1.1
                                                                                                                                    REQUEST_TIME => 1578274558
                                                                                                                                    PHP_EXTRA_CONFIGURE_ARGS => --enable-fpm --with-fpm-user=www-data --with-fpm-group=www-data --disable-cgi
                                                                                                                                    LANGUAGE => C
                                                                                                                                    HOSTNAME => d9d2f135fb85
                                                                                                                                    PHP_INI_DIR => /usr/local/etc/php
                                                                                                                                    GIT_ASKPASS => echo
                                                                                                                                    SHLVL => 2
                                                                                                                                    HOME => /root
                                                                                                                                    OLDPWD => /
                                                                                                                                    PHP_LDFLAGS => -Wl,-O1 -Wl,--hash-style=both -pie
                                                                                                                                    PHP_CFLAGS => -fstack-protector-strong -fpic -fpie -O2
                                                                                                                                    PHP_MD5 => 
                                                                                                                                    PHP_VERSION => 7.2.19
                                                                                                                                    COMPOSER_HOME => /tmp/composer
                                                                                                                                    COMPOSER_BINARY => /usr/bin/composer
                                                                                                                                    GPG_KEYS => 1729F83938DA44E27BA0F4D3DBDB397470D12172 B1B44D8F021E4E2D6021E995DC9FF8D3EE5AF27F
                                                                                                                                    PHP_CPPFLAGS => -fstack-protector-strong -fpic -fpie -O2
                                                                                                                                    PHP_ASC_URL => https://www.php.net/get/php-7.2.19.tar.xz.asc/from/this/mirror
                                                                                                                                    PHP_URL => https://www.php.net/get/php-7.2.19.tar.xz/from/this/mirror
                                                                                                                                    TERM => xterm
                                                                                                                                    PATH => /0000/vendor/bin:/tmp/composer/vendor/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
                                                                                                                                    LD_PRELOAD => /usr/lib/preloadable_libiconv.so php
                                                                                                                                    PHPIZE_DEPS => autoconf 		dpkg-dev dpkg 		file 		g++ 		gcc 		libc-dev 		make 		pkgconf 		re2c
                                                                                                                                    PWD => /0000
                                                                                                                                    PHP_SHA256 => 4ffa2404a88d60e993a9fe69f829ebec3eb1e006de41b6048ce5e91bbeaa9282
                                                                                                                                    PHP_SELF => artisan
                                                                                                                                    PATH_TRANSLATED => artisan
                                                                                                                                    DOCUMENT_ROOT => 
                                                                                                                                    REQUEST_TIME_FLOAT => 1578274558.794
                                                                                                                                    argv => Array(
                                                                                                                                            0 => artisan
                                                                                                                                            1 => package:discover
                                                                                                                                            2 => --ansi
                                                                                                                                        )
                                                                                                                                    argc => 3
                                                                                                                                    APP_NAME => 本地测试
                                                                                                                                    APP_ENV => local
                                                                                                                                    APP_KEY => base64:gIjju1XIlTNS6j8BuifyrL2QAARYlvdKYd31eAqei7g=
                                                                                                                                    APP_DEBUG => true
                                                                                                                                    APP_URL => http://localhost
                                                                                                                                    LOG_CHANNEL => stack
                                                                                                                                    DB_CONNECTION => mysql
                                                                                                                                    DB_HOST => 127.0.0.1
                                                                                                                                    DB_PORT => 3306
                                                                                                                                    DB_DATABASE => laravel
                                                                                                                                    DB_USERNAME => root
                                                                                                                                    DB_PASSWORD => 
                                                                                                                                    BROADCAST_DRIVER => log
                                                                                                                                    CACHE_DRIVER => file
                                                                                                                                    QUEUE_CONNECTION => sync
                                                                                                                                    SESSION_DRIVER => cookie
                                                                                                                                    SESSION_LIFETIME => 120
                                                                                                                                    REDIS_HOST => 127.0.0.1
                                                                                                                                    REDIS_PASSWORD => null
                                                                                                                                    REDIS_PORT => 6379
                                                                                                                                    MAIL_DRIVER => smtp
                                                                                                                                    MAIL_HOST => smtp.mailtrap.io
                                                                                                                                    MAIL_PORT => 2525
                                                                                                                                    MAIL_USERNAME => null
                                                                                                                                    MAIL_PASSWORD => null
                                                                                                                                    MAIL_ENCRYPTION => null
                                                                                                                                    MAIL_FROM_ADDRESS => null
                                                                                                                                    MAIL_FROM_NAME => 本地测试
                                                                                                                                    AWS_ACCESS_KEY_ID => 
                                                                                                                                    AWS_SECRET_ACCESS_KEY => 
                                                                                                                                    AWS_DEFAULT_REGION => us-east-1
                                                                                                                                    AWS_BUCKET => 
                                                                                                                                    PUSHER_APP_ID => 
                                                                                                                                    PUSHER_APP_KEY => 
                                                                                                                                    PUSHER_APP_SECRET => 
                                                                                                                                    PUSHER_APP_CLUSTER => mt1
                                                                                                                                    MIX_PUSHER_APP_KEY => 
                                                                                                                                    MIX_PUSHER_APP_CLUSTER => mt1
                                                                                                                                    PATH_INFO => 
                                                                                                                                    REQUEST_METHOD => GET
                                                                                                                                    REQUEST_URI => /
                                                                                                                                    QUERY_STRING => 
                                                                                                                                )
                                                                                                                        )
                                                                                                                    files => Symfony\Component\HttpFoundation\FileBag Object(
                                                                                                                            parameters => Array()
                                                                                                                        )
                                                                                                                    cookies => Symfony\Component\HttpFoundation\ParameterBag Object(
                                                                                                                            parameters => Array()
                                                                                                                        )
                                                                                                                    headers => Symfony\Component\HttpFoundation\HeaderBag Object(
                                                                                                                            headers => Array(
                                                                                                                                    host => Array(
                                                                                                                                            0 => localhost
                                                                                                                                        )
                                                                                                                                    [user-agent] => Array(
                                                                                                                                            0 => Symfony
                                                                                                                                        )
                                                                                                                                    accept => Array(
                                                                                                                                            0 => text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
                                                                                                                                        )
                                                                                                                                    [accept-language] => Array(
                                                                                                                                            0 => en-us,en;q=0.5
                                                                                                                                        )
                                                                                                                                    [accept-charset] => Array(
                                                                                                                                            0 => ISO-8859-1,utf-8;q=0.7,*;q=0.7
                                                                                                                                        )
                                                                                                                                )
                                                                                                                            cacheControl => Array()
                                                                                                                        )
                                                                                                                    content => 
                                                                                                                    languages => 
                                                                                                                    charsets => 
                                                                                                                    encodings => 
                                                                                                                    acceptableContentTypes => 
                                                                                                                    pathInfo => 
                                                                                                                    requestUri => 
                                                                                                                    baseUrl => 
                                                                                                                    basePath => 
                                                                                                                    method => 
                                                                                                                    format => 
                                                                                                                    session => 
                                                                                                                    locale => 
                                                                                                                    defaultLocale => en
                                                                                                                    [preferredFormat:Symfony\Component\HttpFoundation\Request:private] => 
                                                                                                                    [isHostValid:Symfony\Component\HttpFoundation\Request:private] => 1
                                                                                                                    [isForwardedValid:Symfony\Component\HttpFoundation\Request:private] => 1
                                                                                                                )
                                                                                                            assetRoot => 
                                                                                                            forcedRoot => 
                                                                                                            forceScheme => 
                                                                                                            cachedRoot => 
                                                                                                            cachedScheme => 
                                                                                                            rootNamespace => App\Http\Controllers
                                                                                                            sessionResolver => Closure Object(
                                                                                                                    this => Illuminate\Routing\RoutingServiceProvider Object(
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                )
                                                                                                            keyResolver => Closure Object(
                                                                                                                    this => Illuminate\Routing\RoutingServiceProvider Object(
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                )
                                                                                                            formatHostUsing => 
                                                                                                            formatPathUsing => 
                                                                                                            routeGenerator => 
                                                                                                        )
                                                                                                )
                                                                                            aliases => Array(
                                                                                                    [Illuminate\Foundation\Application] => app
                                                                                                    [Illuminate\Contracts\Container\Container] => app
                                                                                                    [Illuminate\Contracts\Foundation\Application] => app
                                                                                                    [Psr\Container\ContainerInterface] => app
                                                                                                    [Illuminate\Auth\AuthManager] => auth
                                                                                                    [Illuminate\Contracts\Auth\Factory] => auth
                                                                                                    [Illuminate\Contracts\Auth\Guard] => auth.driver
                                                                                                    [Illuminate\View\Compilers\BladeCompiler] => blade.compiler
                                                                                                    [Illuminate\Cache\CacheManager] => cache
                                                                                                    [Illuminate\Contracts\Cache\Factory] => cache
                                                                                                    [Illuminate\Cache\Repository] => cache.store
                                                                                                    [Illuminate\Contracts\Cache\Repository] => cache.store
                                                                                                    [Psr\SimpleCache\CacheInterface] => cache.store
                                                                                                    [Symfony\Component\Cache\Adapter\Psr16Adapter] => cache.psr6
                                                                                                    [Symfony\Component\Cache\Adapter\AdapterInterface] => cache.psr6
                                                                                                    [Psr\Cache\CacheItemPoolInterface] => cache.psr6
                                                                                                    [Illuminate\Config\Repository] => config
                                                                                                    [Illuminate\Contracts\Config\Repository] => config
                                                                                                    [Illuminate\Cookie\CookieJar] => cookie
                                                                                                    [Illuminate\Contracts\Cookie\Factory] => cookie
                                                                                                    [Illuminate\Contracts\Cookie\QueueingFactory] => cookie
                                                                                                    [Illuminate\Encryption\Encrypter] => encrypter
                                                                                                    [Illuminate\Contracts\Encryption\Encrypter] => encrypter
                                                                                                    [Illuminate\Database\DatabaseManager] => db
                                                                                                    [Illuminate\Database\ConnectionResolverInterface] => db
                                                                                                    [Illuminate\Database\Connection] => db.connection
                                                                                                    [Illuminate\Database\ConnectionInterface] => db.connection
                                                                                                    [Illuminate\Events\Dispatcher] => events
                                                                                                    [Illuminate\Contracts\Events\Dispatcher] => events
                                                                                                    [Illuminate\Filesystem\Filesystem] => files
                                                                                                    [Illuminate\Filesystem\FilesystemManager] => filesystem
                                                                                                    [Illuminate\Contracts\Filesystem\Factory] => filesystem
                                                                                                    [Illuminate\Contracts\Filesystem\Filesystem] => filesystem.disk
                                                                                                    [Illuminate\Contracts\Filesystem\Cloud] => filesystem.cloud
                                                                                                    [Illuminate\Hashing\HashManager] => hash
                                                                                                    [Illuminate\Contracts\Hashing\Hasher] => hash.driver
                                                                                                    [Illuminate\Translation\Translator] => translator
                                                                                                    [Illuminate\Contracts\Translation\Translator] => translator
                                                                                                    [Illuminate\Log\LogManager] => log
                                                                                                    [Psr\Log\LoggerInterface] => log
                                                                                                    [Illuminate\Mail\Mailer] => mailer
                                                                                                    [Illuminate\Contracts\Mail\Mailer] => mailer
                                                                                                    [Illuminate\Contracts\Mail\MailQueue] => mailer
                                                                                                    [Illuminate\Auth\Passwords\PasswordBrokerManager] => auth.password
                                                                                                    [Illuminate\Contracts\Auth\PasswordBrokerFactory] => auth.password
                                                                                                    [Illuminate\Auth\Passwords\PasswordBroker] => auth.password.broker
                                                                                                    [Illuminate\Contracts\Auth\PasswordBroker] => auth.password.broker
                                                                                                    [Illuminate\Queue\QueueManager] => queue
                                                                                                    [Illuminate\Contracts\Queue\Factory] => queue
                                                                                                    [Illuminate\Contracts\Queue\Monitor] => queue
                                                                                                    [Illuminate\Contracts\Queue\Queue] => queue.connection
                                                                                                    [Illuminate\Queue\Failed\FailedJobProviderInterface] => queue.failer
                                                                                                    [Illuminate\Routing\Redirector] => redirect
                                                                                                    [Illuminate\Redis\RedisManager] => redis
                                                                                                    [Illuminate\Contracts\Redis\Factory] => redis
                                                                                                    [Illuminate\Http\Request] => request
                                                                                                    [Symfony\Component\HttpFoundation\Request] => request
                                                                                                    [Illuminate\Routing\Router] => router
                                                                                                    [Illuminate\Contracts\Routing\Registrar] => router
                                                                                                    [Illuminate\Contracts\Routing\BindingRegistrar] => router
                                                                                                    [Illuminate\Session\SessionManager] => session
                                                                                                    [Illuminate\Session\Store] => session.store
                                                                                                    [Illuminate\Contracts\Session\Session] => session.store
                                                                                                    [Illuminate\Routing\UrlGenerator] => url
                                                                                                    [Illuminate\Contracts\Routing\UrlGenerator] => url
                                                                                                    [Illuminate\Validation\Factory] => validator
                                                                                                    [Illuminate\Contracts\Validation\Factory] => validator
                                                                                                    [Illuminate\View\Factory] => view
                                                                                                    [Illuminate\Contracts\View\Factory] => view
                                                                                                    [Illuminate\Contracts\Notifications\Dispatcher] => Illuminate\Notifications\ChannelManager
                                                                                                    [Illuminate\Contracts\Notifications\Factory] => Illuminate\Notifications\ChannelManager
                                                                                                    [Facade\FlareClient\Http\Client] => flare.http
                                                                                                    [Facade\FlareClient\Flare] => flare.client
                                                                                                )
                                                                                            abstractAliases => Array(
                                                                                                    app => Array(
                                                                                                            0 => Illuminate\Foundation\Application
                                                                                                            1 => Illuminate\Contracts\Container\Container
                                                                                                            2 => Illuminate\Contracts\Foundation\Application
                                                                                                            3 => Psr\Container\ContainerInterface
                                                                                                        )
                                                                                                    auth => Array(
                                                                                                            0 => Illuminate\Auth\AuthManager
                                                                                                            1 => Illuminate\Contracts\Auth\Factory
                                                                                                        )
                                                                                                    [auth.driver] => Array(
                                                                                                            0 => Illuminate\Contracts\Auth\Guard
                                                                                                        )
                                                                                                    [blade.compiler] => Array(
                                                                                                            0 => Illuminate\View\Compilers\BladeCompiler
                                                                                                        )
                                                                                                    cache => Array(
                                                                                                            0 => Illuminate\Cache\CacheManager
                                                                                                            1 => Illuminate\Contracts\Cache\Factory
                                                                                                        )
                                                                                                    [cache.store] => Array(
                                                                                                            0 => Illuminate\Cache\Repository
                                                                                                            1 => Illuminate\Contracts\Cache\Repository
                                                                                                            2 => Psr\SimpleCache\CacheInterface
                                                                                                        )
                                                                                                    [cache.psr6] => Array(
                                                                                                            0 => Symfony\Component\Cache\Adapter\Psr16Adapter
                                                                                                            1 => Symfony\Component\Cache\Adapter\AdapterInterface
                                                                                                            2 => Psr\Cache\CacheItemPoolInterface
                                                                                                        )
                                                                                                    config => Array(
                                                                                                            0 => Illuminate\Config\Repository
                                                                                                            1 => Illuminate\Contracts\Config\Repository
                                                                                                        )
                                                                                                    cookie => Array(
                                                                                                            0 => Illuminate\Cookie\CookieJar
                                                                                                            1 => Illuminate\Contracts\Cookie\Factory
                                                                                                            2 => Illuminate\Contracts\Cookie\QueueingFactory
                                                                                                        )
                                                                                                    encrypter => Array(
                                                                                                            0 => Illuminate\Encryption\Encrypter
                                                                                                            1 => Illuminate\Contracts\Encryption\Encrypter
                                                                                                        )
                                                                                                    db => Array(
                                                                                                            0 => Illuminate\Database\DatabaseManager
                                                                                                            1 => Illuminate\Database\ConnectionResolverInterface
                                                                                                        )
                                                                                                    [db.connection] => Array(
                                                                                                            0 => Illuminate\Database\Connection
                                                                                                            1 => Illuminate\Database\ConnectionInterface
                                                                                                        )
                                                                                                    events => Array(
                                                                                                            0 => Illuminate\Events\Dispatcher
                                                                                                            1 => Illuminate\Contracts\Events\Dispatcher
                                                                                                        )
                                                                                                    files => Array(
                                                                                                            0 => Illuminate\Filesystem\Filesystem
                                                                                                        )
                                                                                                    filesystem => Array(
                                                                                                            0 => Illuminate\Filesystem\FilesystemManager
                                                                                                            1 => Illuminate\Contracts\Filesystem\Factory
                                                                                                        )
                                                                                                    [filesystem.disk] => Array(
                                                                                                            0 => Illuminate\Contracts\Filesystem\Filesystem
                                                                                                        )
                                                                                                    [filesystem.cloud] => Array(
                                                                                                            0 => Illuminate\Contracts\Filesystem\Cloud
                                                                                                        )
                                                                                                    hash => Array(
                                                                                                            0 => Illuminate\Hashing\HashManager
                                                                                                        )
                                                                                                    [hash.driver] => Array(
                                                                                                            0 => Illuminate\Contracts\Hashing\Hasher
                                                                                                        )
                                                                                                    translator => Array(
                                                                                                            0 => Illuminate\Translation\Translator
                                                                                                            1 => Illuminate\Contracts\Translation\Translator
                                                                                                        )
                                                                                                    log => Array(
                                                                                                            0 => Illuminate\Log\LogManager
                                                                                                            1 => Psr\Log\LoggerInterface
                                                                                                        )
                                                                                                    mailer => Array(
                                                                                                            0 => Illuminate\Mail\Mailer
                                                                                                            1 => Illuminate\Contracts\Mail\Mailer
                                                                                                            2 => Illuminate\Contracts\Mail\MailQueue
                                                                                                        )
                                                                                                    [auth.password] => Array(
                                                                                                            0 => Illuminate\Auth\Passwords\PasswordBrokerManager
                                                                                                            1 => Illuminate\Contracts\Auth\PasswordBrokerFactory
                                                                                                        )
                                                                                                    [auth.password.broker] => Array(
                                                                                                            0 => Illuminate\Auth\Passwords\PasswordBroker
                                                                                                            1 => Illuminate\Contracts\Auth\PasswordBroker
                                                                                                        )
                                                                                                    queue => Array(
                                                                                                            0 => Illuminate\Queue\QueueManager
                                                                                                            1 => Illuminate\Contracts\Queue\Factory
                                                                                                            2 => Illuminate\Contracts\Queue\Monitor
                                                                                                        )
                                                                                                    [queue.connection] => Array(
                                                                                                            0 => Illuminate\Contracts\Queue\Queue
                                                                                                        )
                                                                                                    [queue.failer] => Array(
                                                                                                            0 => Illuminate\Queue\Failed\FailedJobProviderInterface
                                                                                                        )
                                                                                                    redirect => Array(
                                                                                                            0 => Illuminate\Routing\Redirector
                                                                                                        )
                                                                                                    redis => Array(
                                                                                                            0 => Illuminate\Redis\RedisManager
                                                                                                            1 => Illuminate\Contracts\Redis\Factory
                                                                                                        )
                                                                                                    request => Array(
                                                                                                            0 => Illuminate\Http\Request
                                                                                                            1 => Symfony\Component\HttpFoundation\Request
                                                                                                        )
                                                                                                    router => Array(
                                                                                                            0 => Illuminate\Routing\Router
                                                                                                            1 => Illuminate\Contracts\Routing\Registrar
                                                                                                            2 => Illuminate\Contracts\Routing\BindingRegistrar
                                                                                                        )
                                                                                                    session => Array(
                                                                                                            0 => Illuminate\Session\SessionManager
                                                                                                        )
                                                                                                    [session.store] => Array(
                                                                                                            0 => Illuminate\Session\Store
                                                                                                            1 => Illuminate\Contracts\Session\Session
                                                                                                        )
                                                                                                    url => Array(
                                                                                                            0 => Illuminate\Routing\UrlGenerator
                                                                                                            1 => Illuminate\Contracts\Routing\UrlGenerator
                                                                                                        )
                                                                                                    validator => Array(
                                                                                                            0 => Illuminate\Validation\Factory
                                                                                                            1 => Illuminate\Contracts\Validation\Factory
                                                                                                        )
                                                                                                    view => Array(
                                                                                                            0 => Illuminate\View\Factory
                                                                                                            1 => Illuminate\Contracts\View\Factory
                                                                                                        )
                                                                                                    [Illuminate\Notifications\ChannelManager] => Array(
                                                                                                            0 => Illuminate\Contracts\Notifications\Dispatcher
                                                                                                            1 => Illuminate\Contracts\Notifications\Factory
                                                                                                        )
                                                                                                    [flare.http] => Array(
                                                                                                            0 => Facade\FlareClient\Http\Client
                                                                                                        )
                                                                                                    [flare.client] => Array(
                                                                                                            0 => Facade\FlareClient\Flare
                                                                                                        )
                                                                                                )
                                                                                            extenders => Array(
                                                                                                    url => Array(
                                                                                                            0 => Closure Object(
                                                                                                                    this => Illuminate\Routing\RoutingServiceProvider Object(
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                    parameter => Array(
                                                                                                                            [$url] => 
                                                                                                                            [$app] => 
                                                                                                                        )
                                                                                                                )
                                                                                                        )
                                                                                                )
                                                                                            tags => Array()
                                                                                            buildStack => Array()
                                                                                            with => Array()
                                                                                            contextual => Array()
                                                                                            reboundCallbacks => Array(
                                                                                                    request => Array(
                                                                                                            0 => Closure Object(
                                                                                                                    this => Illuminate\Auth\AuthServiceProvider Object(
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                    parameter => Array(
                                                                                                                            [$app] => 
                                                                                                                            [$request] => 
                                                                                                                        )
                                                                                                                )
                                                                                                            1 => Closure Object(
                                                                                                                    this => Illuminate\Routing\RoutingServiceProvider Object(
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                    parameter => Array(
                                                                                                                            [$app] => 
                                                                                                                            [$request] => 
                                                                                                                        )
                                                                                                                )
                                                                                                        )
                                                                                                    events => Array(
                                                                                                            0 => Closure Object(
                                                                                                                    this => Illuminate\Auth\AuthServiceProvider Object(
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                    parameter => Array(
                                                                                                                            [$app] => 
                                                                                                                            [$dispatcher] => 
                                                                                                                        )
                                                                                                                )
                                                                                                        )
                                                                                                    routes => Array(
                                                                                                            0 => Closure Object(
                                                                                                                    this => Illuminate\Routing\RoutingServiceProvider Object(
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                    parameter => Array(
                                                                                                                            [$app] => 
                                                                                                                            [$routes] => 
                                                                                                                        )
                                                                                                                )
                                                                                                        )
                                                                                                )
                                                                                            globalResolvingCallbacks => Array()
                                                                                            globalAfterResolvingCallbacks => Array()
                                                                                            resolvingCallbacks => Array(
                                                                                                    [Illuminate\Foundation\Http\FormRequest] => Array(
                                                                                                            0 => Closure Object(
                                                                                                                    this => Illuminate\Foundation\Providers\FormRequestServiceProvider Object(
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                    parameter => Array(
                                                                                                                            [$request] => 
                                                                                                                            [$app] => 
                                                                                                                        )
                                                                                                                )
                                                                                                        )
                                                                                                )
                                                                                            afterResolvingCallbacks => Array(
                                                                                                    [Illuminate\Contracts\Validation\ValidatesWhenResolved] => Array(
                                                                                                            0 => Closure Object(
                                                                                                                    this => Illuminate\Foundation\Providers\FormRequestServiceProvider Object(
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                    parameter => Array(
                                                                                                                            [$resolved] => 
                                                                                                                        )
                                                                                                                )
                                                                                                        )
                                                                                                    view => Array(
                                                                                                            0 => Closure Object(
                                                                                                                    static => Array(
                                                                                                                            path => /tutorials/vendor2/laravel/framework-6.x/src/Illuminate/Notifications/resources/views
                                                                                                                            namespace => notifications
                                                                                                                        )
                                                                                                                    this => Illuminate\Notifications\NotificationServiceProvider Object(
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                    parameter => Array(
                                                                                                                            [$view] => 
                                                                                                                        )
                                                                                                                )
                                                                                                            1 => Closure Object(
                                                                                                                    static => Array(
                                                                                                                            path => /tutorials/vendor2/laravel/framework-6.x/src/Illuminate/Pagination/resources/views
                                                                                                                            namespace => pagination
                                                                                                                        )
                                                                                                                    this => Illuminate\Pagination\PaginationServiceProvider Object(
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                    parameter => Array(
                                                                                                                            [$view] => 
                                                                                                                        )
                                                                                                                )
                                                                                                        )
                                                                                                )
                                                                                        )
                                                                                )
                                                                        )
                                                                    wildcard => 
                                                                )
                                                            this => Illuminate\Events\Dispatcher Object
 
                                                            parameter => Array(
                                                                    [$event] => 
                                                                    [$payload] => 
                                                                )
                                                        )
                                                )
                                            [Illuminate\Auth\Events\Registered] => Array(
                                                    0 => Closure Object(
                                                            static => Array(
                                                                    listener => Illuminate\Auth\Listeners\SendEmailVerificationNotification
                                                                    wildcard => 
                                                                )
                                                            this => Illuminate\Events\Dispatcher Object
 
                                                            parameter => Array(
                                                                    [$event] => 
                                                                    [$payload] => 
                                                                )
                                                        )
                                                )
                                        )
                                    wildcards => Array()
                                    wildcardsCache => Array(
                                            [bootstrapping: Illuminate\Foundation\Bootstrap\LoadEnvironmentVariables] => Array()
                                            [bootstrapped: Illuminate\Foundation\Bootstrap\LoadEnvironmentVariables] => Array()
                                            [bootstrapping: Illuminate\Foundation\Bootstrap\LoadConfiguration] => Array()
                                            [bootstrapped: Illuminate\Foundation\Bootstrap\LoadConfiguration] => Array()
                                            [bootstrapping: Illuminate\Foundation\Bootstrap\HandleExceptions] => Array()
                                            [bootstrapped: Illuminate\Foundation\Bootstrap\HandleExceptions] => Array()
                                            [bootstrapping: Illuminate\Foundation\Bootstrap\RegisterFacades] => Array()
                                            [bootstrapped: Illuminate\Foundation\Bootstrap\RegisterFacades] => Array()
                                            [bootstrapping: Illuminate\Foundation\Bootstrap\SetRequestForConsole] => Array()
                                            [bootstrapped: Illuminate\Foundation\Bootstrap\SetRequestForConsole] => Array()
                                            [bootstrapping: Illuminate\Foundation\Bootstrap\RegisterProviders] => Array()
                                            [bootstrapped: Illuminate\Foundation\Bootstrap\RegisterProviders] => Array()
                                            [bootstrapping: Illuminate\Foundation\Bootstrap\BootProviders] => Array()
                                        )
                                    queueResolver => Closure Object(
                                            static => Array(
                                                    app => Illuminate\Foundation\Application Object(
                                                            basePath => /0000
                                                            hasBeenBootstrapped => 1
                                                            booted => 
                                                            bootingCallbacks => Array(
                                                                    0 => Closure Object(
                                                                            static => Array(
                                                                                    instance => Illuminate\Queue\QueueServiceProvider Object(
                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                        )
                                                                                )
                                                                            this => Illuminate\Foundation\Application Object
 
                                                                        )
                                                                )
                                                            bootedCallbacks => Array(
                                                                    0 => Closure Object(
                                                                            this => App\Console\Kernel Object(
                                                                                    commands => Array()
                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                    events => Illuminate\Events\Dispatcher Object
 
                                                                                    artisan => 
                                                                                    commandsLoaded => 
                                                                                    bootstrappers => Array(
                                                                                            0 => Illuminate\Foundation\Bootstrap\LoadEnvironmentVariables
                                                                                            1 => Illuminate\Foundation\Bootstrap\LoadConfiguration
                                                                                            2 => Illuminate\Foundation\Bootstrap\HandleExceptions
                                                                                            3 => Illuminate\Foundation\Bootstrap\RegisterFacades
                                                                                            4 => Illuminate\Foundation\Bootstrap\SetRequestForConsole
                                                                                            5 => Illuminate\Foundation\Bootstrap\RegisterProviders
                                                                                            6 => Illuminate\Foundation\Bootstrap\BootProviders
                                                                                        )
                                                                                )
                                                                        )
                                                                )
                                                            terminatingCallbacks => Array()
                                                            serviceProviders => Array(
                                                                    0 => Illuminate\Events\EventServiceProvider Object(
                                                                            app => Illuminate\Foundation\Application Object
 
                                                                        )
                                                                    1 => Illuminate\Log\LogServiceProvider Object(
                                                                            app => Illuminate\Foundation\Application Object
 
                                                                        )
                                                                    2 => Illuminate\Routing\RoutingServiceProvider Object(
                                                                            app => Illuminate\Foundation\Application Object
 
                                                                        )
                                                                    3 => Illuminate\Auth\AuthServiceProvider Object(
                                                                            app => Illuminate\Foundation\Application Object
 
                                                                        )
                                                                    4 => Illuminate\Cookie\CookieServiceProvider Object(
                                                                            app => Illuminate\Foundation\Application Object
 
                                                                        )
                                                                    5 => Illuminate\Database\DatabaseServiceProvider Object(
                                                                            app => Illuminate\Foundation\Application Object
 
                                                                        )
                                                                    6 => Illuminate\Encryption\EncryptionServiceProvider Object(
                                                                            app => Illuminate\Foundation\Application Object
 
                                                                        )
                                                                    7 => Illuminate\Filesystem\FilesystemServiceProvider Object(
                                                                            app => Illuminate\Foundation\Application Object
 
                                                                        )
                                                                    8 => Illuminate\Foundation\Providers\FormRequestServiceProvider Object(
                                                                            app => Illuminate\Foundation\Application Object
 
                                                                        )
                                                                    9 => Illuminate\Foundation\Providers\FoundationServiceProvider Object(
                                                                            providers => Array(
                                                                                    0 => Illuminate\Foundation\Providers\FormRequestServiceProvider
                                                                                )
                                                                            instances => Array(
                                                                                    0 => Illuminate\Foundation\Providers\FormRequestServiceProvider Object(
                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                        )
                                                                                )
                                                                            app => Illuminate\Foundation\Application Object
 
                                                                        )
                                                                    10 => Illuminate\Notifications\NotificationServiceProvider Object(
                                                                            app => Illuminate\Foundation\Application Object
 
                                                                        )
                                                                    11 => Illuminate\Pagination\PaginationServiceProvider Object(
                                                                            app => Illuminate\Foundation\Application Object
 
                                                                        )
                                                                    12 => Illuminate\Session\SessionServiceProvider Object(
                                                                            app => Illuminate\Foundation\Application Object
 
                                                                        )
                                                                    13 => Illuminate\View\ViewServiceProvider Object(
                                                                            app => Illuminate\Foundation\Application Object
 
                                                                        )
                                                                    14 => Facade\Ignition\IgnitionServiceProvider Object(
                                                                            app => Illuminate\Foundation\Application Object
 
                                                                        )
                                                                    15 => Fideloper\Proxy\TrustedProxyServiceProvider Object(
                                                                            app => Illuminate\Foundation\Application Object
 
                                                                        )
                                                                    16 => Carbon\Laravel\ServiceProvider Object(
                                                                            app => Illuminate\Foundation\Application Object
 
                                                                        )
                                                                    17 => NunoMaduro\Collision\Adapters\Laravel\CollisionServiceProvider Object(
                                                                            defer => 1
                                                                            app => Illuminate\Foundation\Application Object
 
                                                                        )
                                                                    18 => App\Providers\AppServiceProvider Object(
                                                                            app => Illuminate\Foundation\Application Object
 
                                                                        )
                                                                    19 => App\Providers\AuthServiceProvider Object(
                                                                            policies => Array()
                                                                            app => Illuminate\Foundation\Application Object
 
                                                                        )
                                                                    20 => App\Providers\EventServiceProvider Object(
                                                                            listen => Array(
                                                                                    [Illuminate\Auth\Events\Registered] => Array(
                                                                                            0 => Illuminate\Auth\Listeners\SendEmailVerificationNotification
                                                                                        )
                                                                                )
                                                                            subscribe => Array()
                                                                            app => Illuminate\Foundation\Application Object
 
                                                                        )
                                                                    21 => App\Providers\RouteServiceProvider Object(
                                                                            namespace => App\Http\Controllers
                                                                            app => Illuminate\Foundation\Application Object
 
                                                                        )
                                                                    22 => Illuminate\Queue\QueueServiceProvider Object(
                                                                            app => Illuminate\Foundation\Application Object
 
                                                                        )
                                                                )
                                                            loadedProviders => Array(
                                                                    [Illuminate\Events\EventServiceProvider] => 1
                                                                    [Illuminate\Log\LogServiceProvider] => 1
                                                                    [Illuminate\Routing\RoutingServiceProvider] => 1
                                                                    [Illuminate\Auth\AuthServiceProvider] => 1
                                                                    [Illuminate\Cookie\CookieServiceProvider] => 1
                                                                    [Illuminate\Database\DatabaseServiceProvider] => 1
                                                                    [Illuminate\Encryption\EncryptionServiceProvider] => 1
                                                                    [Illuminate\Filesystem\FilesystemServiceProvider] => 1
                                                                    [Illuminate\Foundation\Providers\FormRequestServiceProvider] => 1
                                                                    [Illuminate\Foundation\Providers\FoundationServiceProvider] => 1
                                                                    [Illuminate\Notifications\NotificationServiceProvider] => 1
                                                                    [Illuminate\Pagination\PaginationServiceProvider] => 1
                                                                    [Illuminate\Session\SessionServiceProvider] => 1
                                                                    [Illuminate\View\ViewServiceProvider] => 1
                                                                    [Facade\Ignition\IgnitionServiceProvider] => 1
                                                                    [Fideloper\Proxy\TrustedProxyServiceProvider] => 1
                                                                    [Carbon\Laravel\ServiceProvider] => 1
                                                                    [NunoMaduro\Collision\Adapters\Laravel\CollisionServiceProvider] => 1
                                                                    [App\Providers\AppServiceProvider] => 1
                                                                    [App\Providers\AuthServiceProvider] => 1
                                                                    [App\Providers\EventServiceProvider] => 1
                                                                    [App\Providers\RouteServiceProvider] => 1
                                                                    [Illuminate\Queue\QueueServiceProvider] => 1
                                                                )
                                                            deferredServices => Array(
                                                                    [Illuminate\Broadcasting\BroadcastManager] => Illuminate\Broadcasting\BroadcastServiceProvider
                                                                    [Illuminate\Contracts\Broadcasting\Factory] => Illuminate\Broadcasting\BroadcastServiceProvider
                                                                    [Illuminate\Contracts\Broadcasting\Broadcaster] => Illuminate\Broadcasting\BroadcastServiceProvider
                                                                    [Illuminate\Bus\Dispatcher] => Illuminate\Bus\BusServiceProvider
                                                                    [Illuminate\Contracts\Bus\Dispatcher] => Illuminate\Bus\BusServiceProvider
                                                                    [Illuminate\Contracts\Bus\QueueingDispatcher] => Illuminate\Bus\BusServiceProvider
                                                                    cache => Illuminate\Cache\CacheServiceProvider
                                                                    [cache.store] => Illuminate\Cache\CacheServiceProvider
                                                                    [cache.psr6] => Illuminate\Cache\CacheServiceProvider
                                                                    [memcached.connector] => Illuminate\Cache\CacheServiceProvider
                                                                    [command.cache.clear] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                    [command.cache.forget] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                    [command.clear-compiled] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                    [command.auth.resets.clear] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                    [command.config.cache] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                    [command.config.clear] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                    [command.db.wipe] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                    [command.down] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                    [command.environment] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                    [command.event.cache] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                    [command.event.clear] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                    [command.event.list] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                    [command.key.generate] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                    [command.optimize] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                    [command.optimize.clear] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                    [command.package.discover] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                    [command.preset] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                    [command.queue.failed] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                    [command.queue.flush] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                    [command.queue.forget] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                    [command.queue.listen] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                    [command.queue.restart] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                    [command.queue.retry] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                    [command.queue.work] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                    [command.route.cache] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                    [command.route.clear] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                    [command.route.list] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                    [command.seed] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                    [Illuminate\Console\Scheduling\ScheduleFinishCommand] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                    [Illuminate\Console\Scheduling\ScheduleRunCommand] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                    [command.storage.link] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                    [command.up] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                    [command.view.cache] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                    [command.view.clear] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                    [command.cache.table] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                    [command.channel.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                    [command.console.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                    [command.controller.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                    [command.event.generate] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                    [command.event.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                    [command.exception.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                    [command.factory.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                    [command.job.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                    [command.listener.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                    [command.mail.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                    [command.middleware.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                    [command.model.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                    [command.notification.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                    [command.notification.table] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                    [command.observer.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                    [command.policy.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                    [command.provider.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                    [command.queue.failed-table] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                    [command.queue.table] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                    [command.request.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                    [command.resource.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                    [command.rule.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                    [command.seeder.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                    [command.session.table] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                    [command.serve] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                    [command.test.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                    [command.vendor.publish] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                    migrator => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                    [migration.repository] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                    [migration.creator] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                    [command.migrate] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                    [command.migrate.fresh] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                    [command.migrate.install] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                    [command.migrate.refresh] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                    [command.migrate.reset] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                    [command.migrate.rollback] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                    [command.migrate.status] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                    [command.migrate.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                    composer => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                    hash => Illuminate\Hashing\HashServiceProvider
                                                                    [hash.driver] => Illuminate\Hashing\HashServiceProvider
                                                                    mailer => Illuminate\Mail\MailServiceProvider
                                                                    [swift.mailer] => Illuminate\Mail\MailServiceProvider
                                                                    [swift.transport] => Illuminate\Mail\MailServiceProvider
                                                                    [Illuminate\Mail\Markdown] => Illuminate\Mail\MailServiceProvider
                                                                    [Illuminate\Contracts\Pipeline\Hub] => Illuminate\Pipeline\PipelineServiceProvider
                                                                    [queue.worker] => Illuminate\Queue\QueueServiceProvider
                                                                    [queue.listener] => Illuminate\Queue\QueueServiceProvider
                                                                    [queue.failer] => Illuminate\Queue\QueueServiceProvider
                                                                    [queue.connection] => Illuminate\Queue\QueueServiceProvider
                                                                    redis => Illuminate\Redis\RedisServiceProvider
                                                                    [redis.connection] => Illuminate\Redis\RedisServiceProvider
                                                                    [auth.password] => Illuminate\Auth\Passwords\PasswordResetServiceProvider
                                                                    [auth.password.broker] => Illuminate\Auth\Passwords\PasswordResetServiceProvider
                                                                    translator => Illuminate\Translation\TranslationServiceProvider
                                                                    [translation.loader] => Illuminate\Translation\TranslationServiceProvider
                                                                    validator => Illuminate\Validation\ValidationServiceProvider
                                                                    [validation.presence] => Illuminate\Validation\ValidationServiceProvider
                                                                    [command.tinker] => Laravel\Tinker\TinkerServiceProvider
                                                                )
                                                            appPath => 
                                                            databasePath => 
                                                            storagePath => 
                                                            environmentPath => 
                                                            environmentFile => .env
                                                            isRunningInConsole => 1
                                                            namespace => 
                                                            resolved => Array(
                                                                    events => 1
                                                                    [App\Console\Kernel] => 1
                                                                    [Illuminate\Contracts\Console\Kernel] => 1
                                                                    [Illuminate\Foundation\Bootstrap\LoadEnvironmentVariables] => 1
                                                                    [Illuminate\Foundation\Bootstrap\LoadConfiguration] => 1
                                                                    [Illuminate\Foundation\Bootstrap\HandleExceptions] => 1
                                                                    env => 1
                                                                    [Illuminate\Foundation\Bootstrap\RegisterFacades] => 1
                                                                    [Illuminate\Foundation\Bootstrap\SetRequestForConsole] => 1
                                                                    [Illuminate\Foundation\Bootstrap\RegisterProviders] => 1
                                                                    [Facade\Ignition\LogRecorder\LogRecorder] => 1
                                                                    [Facade\Ignition\DumpRecorder\DumpRecorder] => 1
                                                                    [Facade\Ignition\QueryRecorder\QueryRecorder] => 1
                                                                    [flare.http] => 1
                                                                    [flare.client] => 1
                                                                    [Facade\Ignition\Middleware\SetNotifierName] => 1
                                                                    [Facade\Ignition\Middleware\AddEnvironmentInformation] => 1
                                                                    [Facade\Ignition\Middleware\AddLogs] => 1
                                                                    [Facade\Ignition\Middleware\AddDumps] => 1
                                                                    [Facade\Ignition\Middleware\AddQueries] => 1
                                                                    [Facade\IgnitionContracts\SolutionProviderRepository] => 1
                                                                    [Facade\Ignition\Middleware\AddSolutions] => 1
                                                                    [App\Exceptions\Handler] => 1
                                                                    [Illuminate\Contracts\Debug\ExceptionHandler] => 1
                                                                    [Illuminate\Foundation\Bootstrap\BootProviders] => 1
                                                                    [db.factory] => 1
                                                                    db => 1
                                                                    [view.engine.resolver] => 1
                                                                    files => 1
                                                                    [blade.compiler] => 1
                                                                    log => 1
                                                                    queue => 1
                                                                    router => 1
                                                                    url => 1
                                                                )
                                                            bindings => Array(
                                                                    [Illuminate\Foundation\Mix] => Array(
                                                                            concrete => Closure Object(
                                                                                    static => Array(
                                                                                            abstract => Illuminate\Foundation\Mix
                                                                                            concrete => Illuminate\Foundation\Mix
                                                                                        )
                                                                                    this => Illuminate\Foundation\Application Object
 
                                                                                    parameter => Array(
                                                                                            [$container] => 
                                                                                            [$parameters] => 
                                                                                        )
                                                                                )
                                                                            shared => 1
                                                                        )
                                                                    events => Array(
                                                                            concrete => Closure Object(
                                                                                    this => Illuminate\Events\EventServiceProvider Object(
                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                        )
                                                                                    parameter => Array(
                                                                                            [$app] => 
                                                                                        )
                                                                                )
                                                                            shared => 1
                                                                        )
                                                                    log => Array(
                                                                            concrete => Closure Object(
                                                                                    this => Illuminate\Log\LogServiceProvider Object(
                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                        )
                                                                                )
                                                                            shared => 1
                                                                        )
                                                                    router => Array(
                                                                            concrete => Closure Object(
                                                                                    this => Illuminate\Routing\RoutingServiceProvider Object(
                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                        )
                                                                                    parameter => Array(
                                                                                            [$app] => 
                                                                                        )
                                                                                )
                                                                            shared => 1
                                                                        )
                                                                    url => Array(
                                                                            concrete => Closure Object(
                                                                                    this => Illuminate\Routing\RoutingServiceProvider Object(
                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                        )
                                                                                    parameter => Array(
                                                                                            [$app] => 
                                                                                        )
                                                                                )
                                                                            shared => 1
                                                                        )
                                                                    redirect => Array(
                                                                            concrete => Closure Object(
                                                                                    this => Illuminate\Routing\RoutingServiceProvider Object(
                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                        )
                                                                                    parameter => Array(
                                                                                            [$app] => 
                                                                                        )
                                                                                )
                                                                            shared => 1
                                                                        )
                                                                    [Psr\Http\Message\ServerRequestInterface] => Array(
                                                                            concrete => Closure Object(
                                                                                    this => Illuminate\Routing\RoutingServiceProvider Object(
                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                        )
                                                                                    parameter => Array(
                                                                                            [$app] => 
                                                                                        )
                                                                                )
                                                                            shared => 
                                                                        )
                                                                    [Psr\Http\Message\ResponseInterface] => Array(
                                                                            concrete => Closure Object(
                                                                                    this => Illuminate\Routing\RoutingServiceProvider Object(
                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                        )
                                                                                )
                                                                            shared => 
                                                                        )
                                                                    [Illuminate\Contracts\Routing\ResponseFactory] => Array(
                                                                            concrete => Closure Object(
                                                                                    this => Illuminate\Routing\RoutingServiceProvider Object(
                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                        )
                                                                                    parameter => Array(
                                                                                            [$app] => 
                                                                                        )
                                                                                )
                                                                            shared => 1
                                                                        )
                                                                    [Illuminate\Routing\Contracts\ControllerDispatcher] => Array(
                                                                            concrete => Closure Object(
                                                                                    this => Illuminate\Routing\RoutingServiceProvider Object(
                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                        )
                                                                                    parameter => Array(
                                                                                            [$app] => 
                                                                                        )
                                                                                )
                                                                            shared => 1
                                                                        )
                                                                    [Illuminate\Contracts\Http\Kernel] => Array(
                                                                            concrete => Closure Object(
                                                                                    static => Array(
                                                                                            abstract => Illuminate\Contracts\Http\Kernel
                                                                                            concrete => App\Http\Kernel
                                                                                        )
                                                                                    this => Illuminate\Foundation\Application Object
 
                                                                                    parameter => Array(
                                                                                            [$container] => 
                                                                                            [$parameters] => 
                                                                                        )
                                                                                )
                                                                            shared => 1
                                                                        )
                                                                    [Illuminate\Contracts\Console\Kernel] => Array(
                                                                            concrete => Closure Object(
                                                                                    static => Array(
                                                                                            abstract => Illuminate\Contracts\Console\Kernel
                                                                                            concrete => App\Console\Kernel
                                                                                        )
                                                                                    this => Illuminate\Foundation\Application Object
 
                                                                                    parameter => Array(
                                                                                            [$container] => 
                                                                                            [$parameters] => 
                                                                                        )
                                                                                )
                                                                            shared => 1
                                                                        )
                                                                    [Illuminate\Contracts\Debug\ExceptionHandler] => Array(
                                                                            concrete => Closure Object(
                                                                                    static => Array(
                                                                                            appExceptionHandler => App\Exceptions\Handler Object(
                                                                                                    dontReport => Array()
                                                                                                    dontFlash => Array(
                                                                                                            0 => password
                                                                                                            1 => password_confirmation
                                                                                                        )
                                                                                                    container => Illuminate\Foundation\Application Object
 
                                                                                                    internalDontReport => Array(
                                                                                                            0 => Illuminate\Auth\AuthenticationException
                                                                                                            1 => Illuminate\Auth\Access\AuthorizationException
                                                                                                            2 => Symfony\Component\HttpKernel\Exception\HttpException
                                                                                                            3 => Illuminate\Http\Exceptions\HttpResponseException
                                                                                                            4 => Illuminate\Database\Eloquent\ModelNotFoundException
                                                                                                            5 => Symfony\Component\HttpFoundation\Exception\SuspiciousOperationException
                                                                                                            6 => Illuminate\Session\TokenMismatchException
                                                                                                            7 => Illuminate\Validation\ValidationException
                                                                                                        )
                                                                                                )
                                                                                        )
                                                                                    this => NunoMaduro\Collision\Adapters\Laravel\CollisionServiceProvider Object(
                                                                                            defer => 1
                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                        )
                                                                                    parameter => Array(
                                                                                            [$app] => 
                                                                                        )
                                                                                )
                                                                            shared => 1
                                                                        )
                                                                    env => Array(
                                                                            concrete => Closure Object(
                                                                                    static => Array(
                                                                                            value => local
                                                                                        )
                                                                                    this => Illuminate\Foundation\Application Object
 
                                                                                )
                                                                            shared => 
                                                                        )
                                                                    auth => Array(
                                                                            concrete => Closure Object(
                                                                                    this => Illuminate\Auth\AuthServiceProvider Object(
                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                        )
                                                                                    parameter => Array(
                                                                                            [$app] => 
                                                                                        )
                                                                                )
                                                                            shared => 1
                                                                        )
                                                                    [auth.driver] => Array(
                                                                            concrete => Closure Object(
                                                                                    this => Illuminate\Auth\AuthServiceProvider Object(
                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                        )
                                                                                    parameter => Array(
                                                                                            [$app] => 
                                                                                        )
                                                                                )
                                                                            shared => 1
                                                                        )
                                                                    [Illuminate\Contracts\Auth\Authenticatable] => Array(
                                                                            concrete => Closure Object(
                                                                                    this => Illuminate\Auth\AuthServiceProvider Object(
                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                        )
                                                                                    parameter => Array(
                                                                                            [$app] => 
                                                                                        )
                                                                                )
                                                                            shared => 
                                                                        )
                                                                    [Illuminate\Contracts\Auth\Access\Gate] => Array(
                                                                            concrete => Closure Object(
                                                                                    this => Illuminate\Auth\AuthServiceProvider Object(
                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                        )
                                                                                    parameter => Array(
                                                                                            [$app] => 
                                                                                        )
                                                                                )
                                                                            shared => 1
                                                                        )
                                                                    cookie => Array(
                                                                            concrete => Closure Object(
                                                                                    this => Illuminate\Cookie\CookieServiceProvider Object(
                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                        )
                                                                                    parameter => Array(
                                                                                            [$app] => 
                                                                                        )
                                                                                )
                                                                            shared => 1
                                                                        )
                                                                    [db.factory] => Array(
                                                                            concrete => Closure Object(
                                                                                    this => Illuminate\Database\DatabaseServiceProvider Object(
                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                        )
                                                                                    parameter => Array(
                                                                                            [$app] => 
                                                                                        )
                                                                                )
                                                                            shared => 1
                                                                        )
                                                                    db => Array(
                                                                            concrete => Closure Object(
                                                                                    this => Illuminate\Database\DatabaseServiceProvider Object(
                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                        )
                                                                                    parameter => Array(
                                                                                            [$app] => 
                                                                                        )
                                                                                )
                                                                            shared => 1
                                                                        )
                                                                    [db.connection] => Array(
                                                                            concrete => Closure Object(
                                                                                    this => Illuminate\Database\DatabaseServiceProvider Object(
                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                        )
                                                                                    parameter => Array(
                                                                                            [$app] => 
                                                                                        )
                                                                                )
                                                                            shared => 
                                                                        )
                                                                    [Faker\Generator] => Array(
                                                                            concrete => Closure Object(
                                                                                    this => Illuminate\Database\DatabaseServiceProvider Object(
                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                        )
                                                                                    parameter => Array(
                                                                                            [$app] => 
                                                                                        )
                                                                                )
                                                                            shared => 1
                                                                        )
                                                                    [Illuminate\Database\Eloquent\Factory] => Array(
                                                                            concrete => Closure Object(
                                                                                    this => Illuminate\Database\DatabaseServiceProvider Object(
                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                        )
                                                                                    parameter => Array(
                                                                                            [$app] => 
                                                                                        )
                                                                                )
                                                                            shared => 1
                                                                        )
                                                                    [Illuminate\Contracts\Queue\EntityResolver] => Array(
                                                                            concrete => Closure Object(
                                                                                    this => Illuminate\Database\DatabaseServiceProvider Object(
                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                        )
                                                                                )
                                                                            shared => 1
                                                                        )
                                                                    encrypter => Array(
                                                                            concrete => Closure Object(
                                                                                    this => Illuminate\Encryption\EncryptionServiceProvider Object(
                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                        )
                                                                                    parameter => Array(
                                                                                            [$app] => 
                                                                                        )
                                                                                )
                                                                            shared => 1
                                                                        )
                                                                    files => Array(
                                                                            concrete => Closure Object(
                                                                                    this => Illuminate\Filesystem\FilesystemServiceProvider Object(
                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                        )
                                                                                )
                                                                            shared => 1
                                                                        )
                                                                    filesystem => Array(
                                                                            concrete => Closure Object(
                                                                                    this => Illuminate\Filesystem\FilesystemServiceProvider Object(
                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                        )
                                                                                )
                                                                            shared => 1
                                                                        )
                                                                    [filesystem.disk] => Array(
                                                                            concrete => Closure Object(
                                                                                    this => Illuminate\Filesystem\FilesystemServiceProvider Object(
                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                        )
                                                                                )
                                                                            shared => 1
                                                                        )
                                                                    [filesystem.cloud] => Array(
                                                                            concrete => Closure Object(
                                                                                    this => Illuminate\Filesystem\FilesystemServiceProvider Object(
                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                        )
                                                                                )
                                                                            shared => 1
                                                                        )
                                                                    [Illuminate\Notifications\ChannelManager] => Array(
                                                                            concrete => Closure Object(
                                                                                    this => Illuminate\Notifications\NotificationServiceProvider Object(
                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                        )
                                                                                    parameter => Array(
                                                                                            [$app] => 
                                                                                        )
                                                                                )
                                                                            shared => 1
                                                                        )
                                                                    session => Array(
                                                                            concrete => Closure Object(
                                                                                    this => Illuminate\Session\SessionServiceProvider Object(
                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                        )
                                                                                    parameter => Array(
                                                                                            [$app] => 
                                                                                        )
                                                                                )
                                                                            shared => 1
                                                                        )
                                                                    [session.store] => Array(
                                                                            concrete => Closure Object(
                                                                                    this => Illuminate\Session\SessionServiceProvider Object(
                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                        )
                                                                                    parameter => Array(
                                                                                            [$app] => 
                                                                                        )
                                                                                )
                                                                            shared => 1
                                                                        )
                                                                    [Illuminate\Session\Middleware\StartSession] => Array(
                                                                            concrete => Closure Object(
                                                                                    static => Array(
                                                                                            abstract => Illuminate\Session\Middleware\StartSession
                                                                                            concrete => Illuminate\Session\Middleware\StartSession
                                                                                        )
                                                                                    this => Illuminate\Foundation\Application Object
 
                                                                                    parameter => Array(
                                                                                            [$container] => 
                                                                                            [$parameters] => 
                                                                                        )
                                                                                )
                                                                            shared => 1
                                                                        )
                                                                    view => Array(
                                                                            concrete => Closure Object(
                                                                                    this => Illuminate\View\ViewServiceProvider Object(
                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                        )
                                                                                    parameter => Array(
                                                                                            [$app] => 
                                                                                        )
                                                                                )
                                                                            shared => 1
                                                                        )
                                                                    [view.finder] => Array(
                                                                            concrete => Closure Object(
                                                                                    this => Illuminate\View\ViewServiceProvider Object(
                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                        )
                                                                                    parameter => Array(
                                                                                            [$app] => 
                                                                                        )
                                                                                )
                                                                            shared => 
                                                                        )
                                                                    [view.engine.resolver] => Array(
                                                                            concrete => Closure Object(
                                                                                    this => Illuminate\View\ViewServiceProvider Object(
                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                        )
                                                                                )
                                                                            shared => 1
                                                                        )
                                                                    [Facade\IgnitionContracts\SolutionProviderRepository] => Array(
                                                                            concrete => Closure Object(
                                                                                    this => Facade\Ignition\IgnitionServiceProvider Object(
                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                        )
                                                                                )
                                                                            shared => 1
                                                                        )
                                                                    [Facade\Ignition\ErrorPage\Renderer] => Array(
                                                                            concrete => Closure Object(
                                                                                    this => Facade\Ignition\IgnitionServiceProvider Object(
                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                        )
                                                                                )
                                                                            shared => 
                                                                        )
                                                                    [Whoops\Handler\HandlerInterface] => Array(
                                                                            concrete => Closure Object(
                                                                                    this => Facade\Ignition\IgnitionServiceProvider Object(
                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                        )
                                                                                    parameter => Array(
                                                                                            [$app] => 
                                                                                        )
                                                                                )
                                                                            shared => 
                                                                        )
                                                                    [Facade\Ignition\IgnitionConfig] => Array(
                                                                            concrete => Closure Object(
                                                                                    this => Facade\Ignition\IgnitionServiceProvider Object(
                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                        )
                                                                                )
                                                                            shared => 1
                                                                        )
                                                                    [flare.http] => Array(
                                                                            concrete => Closure Object(
                                                                                    this => Facade\Ignition\IgnitionServiceProvider Object(
                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                        )
                                                                                )
                                                                            shared => 1
                                                                        )
                                                                    [flare.client] => Array(
                                                                            concrete => Closure Object(
                                                                                    this => Facade\Ignition\IgnitionServiceProvider Object(
                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                        )
                                                                                )
                                                                            shared => 1
                                                                        )
                                                                    [Facade\Ignition\LogRecorder\LogRecorder] => Array(
                                                                            concrete => Closure Object(
                                                                                    static => Array(
                                                                                            abstract => Facade\Ignition\LogRecorder\LogRecorder
                                                                                            concrete => Facade\Ignition\LogRecorder\LogRecorder
                                                                                        )
                                                                                    this => Illuminate\Foundation\Application Object
 
                                                                                    parameter => Array(
                                                                                            [$container] => 
                                                                                            [$parameters] => 
                                                                                        )
                                                                                )
                                                                            shared => 1
                                                                        )
                                                                    [Facade\Ignition\DumpRecorder\DumpRecorder] => Array(
                                                                            concrete => Closure Object(
                                                                                    static => Array(
                                                                                            abstract => Facade\Ignition\DumpRecorder\DumpRecorder
                                                                                            concrete => Facade\Ignition\DumpRecorder\DumpRecorder
                                                                                        )
                                                                                    this => Illuminate\Foundation\Application Object
 
                                                                                    parameter => Array(
                                                                                            [$container] => 
                                                                                            [$parameters] => 
                                                                                        )
                                                                                )
                                                                            shared => 1
                                                                        )
                                                                    [Facade\Ignition\QueryRecorder\QueryRecorder] => Array(
                                                                            concrete => Closure Object(
                                                                                    static => Array(
                                                                                            abstract => Facade\Ignition\QueryRecorder\QueryRecorder
                                                                                            concrete => Facade\Ignition\QueryRecorder\QueryRecorder
                                                                                        )
                                                                                    this => Illuminate\Foundation\Application Object
 
                                                                                    parameter => Array(
                                                                                            [$container] => 
                                                                                            [$parameters] => 
                                                                                        )
                                                                                )
                                                                            shared => 1
                                                                        )
                                                                    [NunoMaduro\Collision\Contracts\Adapters\Phpunit\Listener] => Array(
                                                                            concrete => Closure Object(
                                                                                    static => Array(
                                                                                            abstract => NunoMaduro\Collision\Contracts\Adapters\Phpunit\Listener
                                                                                            concrete => NunoMaduro\Collision\Adapters\Phpunit\Listener
                                                                                        )
                                                                                    this => Illuminate\Foundation\Application Object
 
                                                                                    parameter => Array(
                                                                                            [$container] => 
                                                                                            [$parameters] => 
                                                                                        )
                                                                                )
                                                                            shared => 1
                                                                        )
                                                                    [NunoMaduro\Collision\Contracts\Provider] => Array(
                                                                            concrete => Closure Object(
                                                                                    static => Array(
                                                                                            abstract => NunoMaduro\Collision\Contracts\Provider
                                                                                            concrete => NunoMaduro\Collision\Provider
                                                                                        )
                                                                                    this => Illuminate\Foundation\Application Object
 
                                                                                    parameter => Array(
                                                                                            [$container] => 
                                                                                            [$parameters] => 
                                                                                        )
                                                                                )
                                                                            shared => 
                                                                        )
                                                                    [blade.compiler] => Array(
                                                                            concrete => Closure Object(
                                                                                    this => Illuminate\View\ViewServiceProvider Object(
                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                        )
                                                                                )
                                                                            shared => 1
                                                                        )
                                                                    [flare.logger] => Array(
                                                                            concrete => Closure Object(
                                                                                    this => Facade\Ignition\IgnitionServiceProvider Object(
                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                        )
                                                                                    parameter => Array(
                                                                                            [$app] => 
                                                                                        )
                                                                                )
                                                                            shared => 1
                                                                        )
                                                                    [command.flare:test] => Array(
                                                                            concrete => Closure Object(
                                                                                    static => Array(
                                                                                            abstract => command.flare:test
                                                                                            concrete => Facade\Ignition\Commands\TestCommand
                                                                                        )
                                                                                    this => Illuminate\Foundation\Application Object
 
                                                                                    parameter => Array(
                                                                                            [$container] => 
                                                                                            [$parameters] => 
                                                                                        )
                                                                                )
                                                                            shared => 
                                                                        )
                                                                    [command.make:solution] => Array(
                                                                            concrete => Closure Object(
                                                                                    static => Array(
                                                                                            abstract => command.make:solution
                                                                                            concrete => Facade\Ignition\Commands\SolutionMakeCommand
                                                                                        )
                                                                                    this => Illuminate\Foundation\Application Object
 
                                                                                    parameter => Array(
                                                                                            [$container] => 
                                                                                            [$parameters] => 
                                                                                        )
                                                                                )
                                                                            shared => 
                                                                        )
                                                                    queue => Array(
                                                                            concrete => Closure Object(
                                                                                    this => Illuminate\Queue\QueueServiceProvider Object(
                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                        )
                                                                                    parameter => Array(
                                                                                            [$app] => 
                                                                                        )
                                                                                )
                                                                            shared => 1
                                                                        )
                                                                    [queue.connection] => Array(
                                                                            concrete => Closure Object(
                                                                                    this => Illuminate\Queue\QueueServiceProvider Object(
                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                        )
                                                                                    parameter => Array(
                                                                                            [$app] => 
                                                                                        )
                                                                                )
                                                                            shared => 1
                                                                        )
                                                                    [queue.worker] => Array(
                                                                            concrete => Closure Object(
                                                                                    this => Illuminate\Queue\QueueServiceProvider Object(
                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                        )
                                                                                )
                                                                            shared => 1
                                                                        )
                                                                    [queue.listener] => Array(
                                                                            concrete => Closure Object(
                                                                                    this => Illuminate\Queue\QueueServiceProvider Object(
                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                        )
                                                                                )
                                                                            shared => 1
                                                                        )
                                                                    [queue.failer] => Array(
                                                                            concrete => Closure Object(
                                                                                    this => Illuminate\Queue\QueueServiceProvider Object(
                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                        )
                                                                                )
                                                                            shared => 1
                                                                        )
                                                                    [Facade\Ignition\DumpRecorder\MultiDumpHandler] => Array(
                                                                            concrete => Closure Object(
                                                                                    static => Array(
                                                                                            abstract => Facade\Ignition\DumpRecorder\MultiDumpHandler
                                                                                            concrete => Facade\Ignition\DumpRecorder\MultiDumpHandler Object(
                                                                                                    handlers => Array(
                                                                                                            0 => Closure Object(
                                                                                                                    this => Facade\Ignition\DumpRecorder\DumpRecorder Object(
                                                                                                                            dumps => Array()
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                    parameter => Array(
                                                                                                                            [$value] => 
                                                                                                                        )
                                                                                                                )
                                                                                                            1 => Closure Object(
                                                                                                                    this => Facade\Ignition\DumpRecorder\DumpRecorder Object(
                                                                                                                            dumps => Array()
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                    parameter => Array(
                                                                                                                            [$var] => 
                                                                                                                        )
                                                                                                                )
                                                                                                        )
                                                                                                )
                                                                                        )
                                                                                    this => Illuminate\Foundation\Application Object
 
                                                                                    parameter => Array(
                                                                                            [$container] => 
                                                                                            [$parameters] => 
                                                                                        )
                                                                                )
                                                                            shared => 1
                                                                        )
                                                                )
                                                            methodBindings => Array()
                                                            instances => Array(
                                                                    path => /0000/app
                                                                    [path.base] => /0000
                                                                    [path.lang] => /0000/resources/lang
                                                                    [path.config] => /0000/config
                                                                    [path.public] => /0000/public
                                                                    [path.storage] => /0000/storage
                                                                    [path.database] => /0000/database
                                                                    [path.resources] => /0000/resources
                                                                    [path.bootstrap] => /0000/bootstrap
                                                                    app => Illuminate\Foundation\Application Object
 
                                                                    [Illuminate\Container\Container] => Illuminate\Foundation\Application Object
 
                                                                    [Illuminate\Foundation\PackageManifest] => Illuminate\Foundation\PackageManifest Object(
                                                                            files => Illuminate\Filesystem\Filesystem Object()
                                                                            basePath => /0000
                                                                            vendorPath => /0000/vendor
                                                                            manifestPath => /0000/bootstrap/cache/packages.php
                                                                            manifest => Array(
                                                                                    [facade/ignition] => Array(
                                                                                            providers => Array(
                                                                                                    0 => Facade\Ignition\IgnitionServiceProvider
                                                                                                )
                                                                                            aliases => Array(
                                                                                                    Flare => Facade\Ignition\Facades\Flare
                                                                                                )
                                                                                        )
                                                                                    [fideloper/proxy] => Array(
                                                                                            providers => Array(
                                                                                                    0 => Fideloper\Proxy\TrustedProxyServiceProvider
                                                                                                )
                                                                                        )
                                                                                    [laravel/tinker] => Array(
                                                                                            providers => Array(
                                                                                                    0 => Laravel\Tinker\TinkerServiceProvider
                                                                                                )
                                                                                        )
                                                                                    [nesbot/carbon] => Array(
                                                                                            providers => Array(
                                                                                                    0 => Carbon\Laravel\ServiceProvider
                                                                                                )
                                                                                        )
                                                                                    [nunomaduro/collision] => Array(
                                                                                            providers => Array(
                                                                                                    0 => NunoMaduro\Collision\Adapters\Laravel\CollisionServiceProvider
                                                                                                )
                                                                                        )
                                                                                )
                                                                        )
                                                                    events => Illuminate\Events\Dispatcher Object
 
                                                                    [Illuminate\Contracts\Console\Kernel] => App\Console\Kernel Object(
                                                                            commands => Array()
                                                                            app => Illuminate\Foundation\Application Object
 
                                                                            events => Illuminate\Events\Dispatcher Object
 
                                                                            artisan => 
                                                                            commandsLoaded => 
                                                                            bootstrappers => Array(
                                                                                    0 => Illuminate\Foundation\Bootstrap\LoadEnvironmentVariables
                                                                                    1 => Illuminate\Foundation\Bootstrap\LoadConfiguration
                                                                                    2 => Illuminate\Foundation\Bootstrap\HandleExceptions
                                                                                    3 => Illuminate\Foundation\Bootstrap\RegisterFacades
                                                                                    4 => Illuminate\Foundation\Bootstrap\SetRequestForConsole
                                                                                    5 => Illuminate\Foundation\Bootstrap\RegisterProviders
                                                                                    6 => Illuminate\Foundation\Bootstrap\BootProviders
                                                                                )
                                                                        )
                                                                    config => Illuminate\Config\Repository Object(
                                                                            items => Array(
                                                                                    app => Array(
                                                                                            name => 本地测试
                                                                                            env => local
                                                                                            debug => 1
                                                                                            url => http://localhost
                                                                                            asset_url => 
                                                                                            timezone => UTC
                                                                                            locale => en
                                                                                            fallback_locale => en
                                                                                            faker_locale => en_US
                                                                                            key => base64:gIjju1XIlTNS6j8BuifyrL2QAARYlvdKYd31eAqei7g=
                                                                                            cipher => AES-256-CBC
                                                                                            providers => Array(
                                                                                                    0 => Illuminate\Auth\AuthServiceProvider
                                                                                                    1 => Illuminate\Broadcasting\BroadcastServiceProvider
                                                                                                    2 => Illuminate\Bus\BusServiceProvider
                                                                                                    3 => Illuminate\Cache\CacheServiceProvider
                                                                                                    4 => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    5 => Illuminate\Cookie\CookieServiceProvider
                                                                                                    6 => Illuminate\Database\DatabaseServiceProvider
                                                                                                    7 => Illuminate\Encryption\EncryptionServiceProvider
                                                                                                    8 => Illuminate\Filesystem\FilesystemServiceProvider
                                                                                                    9 => Illuminate\Foundation\Providers\FoundationServiceProvider
                                                                                                    10 => Illuminate\Hashing\HashServiceProvider
                                                                                                    11 => Illuminate\Mail\MailServiceProvider
                                                                                                    12 => Illuminate\Notifications\NotificationServiceProvider
                                                                                                    13 => Illuminate\Pagination\PaginationServiceProvider
                                                                                                    14 => Illuminate\Pipeline\PipelineServiceProvider
                                                                                                    15 => Illuminate\Queue\QueueServiceProvider
                                                                                                    16 => Illuminate\Redis\RedisServiceProvider
                                                                                                    17 => Illuminate\Auth\Passwords\PasswordResetServiceProvider
                                                                                                    18 => Illuminate\Session\SessionServiceProvider
                                                                                                    19 => Illuminate\Translation\TranslationServiceProvider
                                                                                                    20 => Illuminate\Validation\ValidationServiceProvider
                                                                                                    21 => Illuminate\View\ViewServiceProvider
                                                                                                    22 => App\Providers\AppServiceProvider
                                                                                                    23 => App\Providers\AuthServiceProvider
                                                                                                    24 => App\Providers\EventServiceProvider
                                                                                                    25 => App\Providers\RouteServiceProvider
                                                                                                )
                                                                                            aliases => Array(
                                                                                                    App => Illuminate\Support\Facades\App
                                                                                                    Arr => Illuminate\Support\Arr
                                                                                                    Artisan => Illuminate\Support\Facades\Artisan
                                                                                                    Auth => Illuminate\Support\Facades\Auth
                                                                                                    Blade => Illuminate\Support\Facades\Blade
                                                                                                    Broadcast => Illuminate\Support\Facades\Broadcast
                                                                                                    Bus => Illuminate\Support\Facades\Bus
                                                                                                    Cache => Illuminate\Support\Facades\Cache
                                                                                                    Config => Illuminate\Support\Facades\Config
                                                                                                    Cookie => Illuminate\Support\Facades\Cookie
                                                                                                    Crypt => Illuminate\Support\Facades\Crypt
                                                                                                    DB => Illuminate\Support\Facades\DB
                                                                                                    Eloquent => Illuminate\Database\Eloquent\Model
                                                                                                    Event => Illuminate\Support\Facades\Event
                                                                                                    File => Illuminate\Support\Facades\File
                                                                                                    Gate => Illuminate\Support\Facades\Gate
                                                                                                    Hash => Illuminate\Support\Facades\Hash
                                                                                                    Lang => Illuminate\Support\Facades\Lang
                                                                                                    Log => Illuminate\Support\Facades\Log
                                                                                                    Mail => Illuminate\Support\Facades\Mail
                                                                                                    Notification => Illuminate\Support\Facades\Notification
                                                                                                    Password => Illuminate\Support\Facades\Password
                                                                                                    Queue => Illuminate\Support\Facades\Queue
                                                                                                    Redirect => Illuminate\Support\Facades\Redirect
                                                                                                    Redis => Illuminate\Support\Facades\Redis
                                                                                                    Request => Illuminate\Support\Facades\Request
                                                                                                    Response => Illuminate\Support\Facades\Response
                                                                                                    Route => Illuminate\Support\Facades\Route
                                                                                                    Schema => Illuminate\Support\Facades\Schema
                                                                                                    Session => Illuminate\Support\Facades\Session
                                                                                                    Storage => Illuminate\Support\Facades\Storage
                                                                                                    Str => Illuminate\Support\Str
                                                                                                    URL => Illuminate\Support\Facades\URL
                                                                                                    Validator => Illuminate\Support\Facades\Validator
                                                                                                    View => Illuminate\Support\Facades\View
                                                                                                )
                                                                                        )
                                                                                    auth => Array(
                                                                                            defaults => Array(
                                                                                                    guard => web
                                                                                                    passwords => users
                                                                                                )
                                                                                            guards => Array(
                                                                                                    web => Array(
                                                                                                            driver => session
                                                                                                            provider => users
                                                                                                        )
                                                                                                    api => Array(
                                                                                                            driver => token
                                                                                                            provider => users
                                                                                                            hash => 
                                                                                                        )
                                                                                                )
                                                                                            providers => Array(
                                                                                                    users => Array(
                                                                                                            driver => eloquent
                                                                                                            model => App\User
                                                                                                        )
                                                                                                )
                                                                                            passwords => Array(
                                                                                                    users => Array(
                                                                                                            provider => users
                                                                                                            table => password_resets
                                                                                                            expire => 60
                                                                                                            throttle => 60
                                                                                                        )
                                                                                                )
                                                                                            password_timeout => 10800
                                                                                        )
                                                                                    broadcasting => Array(
                                                                                            default => log
                                                                                            connections => Array(
                                                                                                    pusher => Array(
                                                                                                            driver => pusher
                                                                                                            key => 
                                                                                                            secret => 
                                                                                                            app_id => 
                                                                                                            options => Array(
                                                                                                                    cluster => mt1
                                                                                                                    useTLS => 1
                                                                                                                )
                                                                                                        )
                                                                                                    redis => Array(
                                                                                                            driver => redis
                                                                                                            connection => default
                                                                                                        )
                                                                                                    log => Array(
                                                                                                            driver => log
                                                                                                        )
                                                                                                    null => Array(
                                                                                                            driver => null
                                                                                                        )
                                                                                                )
                                                                                        )
                                                                                    cache => Array(
                                                                                            default => file
                                                                                            stores => Array(
                                                                                                    apc => Array(
                                                                                                            driver => apc
                                                                                                        )
                                                                                                    array => Array(
                                                                                                            driver => array
                                                                                                        )
                                                                                                    database => Array(
                                                                                                            driver => database
                                                                                                            table => cache
                                                                                                            connection => 
                                                                                                        )
                                                                                                    file => Array(
                                                                                                            driver => file
                                                                                                            path => /0000/storage/framework/cache/data
                                                                                                        )
                                                                                                    memcached => Array(
                                                                                                            driver => memcached
                                                                                                            persistent_id => 
                                                                                                            sasl => Array(
                                                                                                                    0 => 
                                                                                                                    1 => 
                                                                                                                )
                                                                                                            options => Array()
                                                                                                            servers => Array(
                                                                                                                    0 => Array(
                                                                                                                            host => 127.0.0.1
                                                                                                                            port => 11211
                                                                                                                            weight => 100
                                                                                                                        )
                                                                                                                )
                                                                                                        )
                                                                                                    redis => Array(
                                                                                                            driver => redis
                                                                                                            connection => cache
                                                                                                        )
                                                                                                    dynamodb => Array(
                                                                                                            driver => dynamodb
                                                                                                            key => 
                                                                                                            secret => 
                                                                                                            region => us-east-1
                                                                                                            table => cache
                                                                                                            endpoint => 
                                                                                                        )
                                                                                                )
                                                                                            prefix => _cache
                                                                                        )
                                                                                    database => Array(
                                                                                            default => mysql
                                                                                            connections => Array(
                                                                                                    sqlite => Array(
                                                                                                            driver => sqlite
                                                                                                            url => 
                                                                                                            database => laravel
                                                                                                            prefix => 
                                                                                                            foreign_key_constraints => 1
                                                                                                        )
                                                                                                    mysql => Array(
                                                                                                            driver => mysql
                                                                                                            url => 
                                                                                                            host => 127.0.0.1
                                                                                                            port => 3306
                                                                                                            database => laravel
                                                                                                            username => root
                                                                                                            password => 
                                                                                                            unix_socket => 
                                                                                                            charset => utf8mb4
                                                                                                            collation => utf8mb4_unicode_ci
                                                                                                            prefix => 
                                                                                                            prefix_indexes => 1
                                                                                                            strict => 1
                                                                                                            engine => 
                                                                                                            options => Array()
                                                                                                        )
                                                                                                    pgsql => Array(
                                                                                                            driver => pgsql
                                                                                                            url => 
                                                                                                            host => 127.0.0.1
                                                                                                            port => 3306
                                                                                                            database => laravel
                                                                                                            username => root
                                                                                                            password => 
                                                                                                            charset => utf8
                                                                                                            prefix => 
                                                                                                            prefix_indexes => 1
                                                                                                            schema => public
                                                                                                            sslmode => prefer
                                                                                                        )
                                                                                                    sqlsrv => Array(
                                                                                                            driver => sqlsrv
                                                                                                            url => 
                                                                                                            host => 127.0.0.1
                                                                                                            port => 3306
                                                                                                            database => laravel
                                                                                                            username => root
                                                                                                            password => 
                                                                                                            charset => utf8
                                                                                                            prefix => 
                                                                                                            prefix_indexes => 1
                                                                                                        )
                                                                                                )
                                                                                            migrations => migrations
                                                                                            redis => Array(
                                                                                                    client => phpredis
                                                                                                    options => Array(
                                                                                                            cluster => redis
                                                                                                            prefix => _database_
                                                                                                        )
                                                                                                    default => Array(
                                                                                                            url => 
                                                                                                            host => 127.0.0.1
                                                                                                            password => 
                                                                                                            port => 6379
                                                                                                            database => 0
                                                                                                        )
                                                                                                    cache => Array(
                                                                                                            url => 
                                                                                                            host => 127.0.0.1
                                                                                                            password => 
                                                                                                            port => 6379
                                                                                                            database => 1
                                                                                                        )
                                                                                                )
                                                                                        )
                                                                                    filesystems => Array(
                                                                                            default => local
                                                                                            cloud => s3
                                                                                            disks => Array(
                                                                                                    local => Array(
                                                                                                            driver => local
                                                                                                            root => /0000/storage/app
                                                                                                        )
                                                                                                    public => Array(
                                                                                                            driver => local
                                                                                                            root => /0000/storage/app/public
                                                                                                            url => http://localhost/storage
                                                                                                            visibility => public
                                                                                                        )
                                                                                                    s3 => Array(
                                                                                                            driver => s3
                                                                                                            key => 
                                                                                                            secret => 
                                                                                                            region => us-east-1
                                                                                                            bucket => 
                                                                                                            url => 
                                                                                                        )
                                                                                                )
                                                                                        )
                                                                                    hashing => Array(
                                                                                            driver => bcrypt
                                                                                            bcrypt => Array(
                                                                                                    rounds => 10
                                                                                                )
                                                                                            argon => Array(
                                                                                                    memory => 1024
                                                                                                    threads => 2
                                                                                                    time => 2
                                                                                                )
                                                                                        )
                                                                                    logging => Array(
                                                                                            default => stack
                                                                                            channels => Array(
                                                                                                    stack => Array(
                                                                                                            driver => stack
                                                                                                            channels => Array(
                                                                                                                    0 => single
                                                                                                                )
                                                                                                            ignore_exceptions => 
                                                                                                        )
                                                                                                    single => Array(
                                                                                                            driver => single
                                                                                                            path => /0000/storage/logs/laravel.log
                                                                                                            level => debug
                                                                                                        )
                                                                                                    daily => Array(
                                                                                                            driver => daily
                                                                                                            path => /0000/storage/logs/laravel.log
                                                                                                            level => debug
                                                                                                            days => 14
                                                                                                        )
                                                                                                    slack => Array(
                                                                                                            driver => slack
                                                                                                            url => 
                                                                                                            username => Laravel Log
                                                                                                            emoji => :boom:
                                                                                                            level => critical
                                                                                                        )
                                                                                                    papertrail => Array(
                                                                                                            driver => monolog
                                                                                                            level => debug
                                                                                                            handler => Monolog\Handler\SyslogUdpHandler
                                                                                                            handler_with => Array(
                                                                                                                    host => 
                                                                                                                    port => 
                                                                                                                )
                                                                                                        )
                                                                                                    stderr => Array(
                                                                                                            driver => monolog
                                                                                                            handler => Monolog\Handler\StreamHandler
                                                                                                            formatter => 
                                                                                                            with => Array(
                                                                                                                    stream => php://stderr
                                                                                                                )
                                                                                                        )
                                                                                                    syslog => Array(
                                                                                                            driver => syslog
                                                                                                            level => debug
                                                                                                        )
                                                                                                    errorlog => Array(
                                                                                                            driver => errorlog
                                                                                                            level => debug
                                                                                                        )
                                                                                                    null => Array(
                                                                                                            driver => monolog
                                                                                                            handler => Monolog\Handler\NullHandler
                                                                                                        )
                                                                                                    emergency => Array(
                                                                                                            path => /0000/storage/logs/laravel.log
                                                                                                        )
                                                                                                )
                                                                                        )
                                                                                    mail => Array(
                                                                                            driver => smtp
                                                                                            host => smtp.mailtrap.io
                                                                                            port => 2525
                                                                                            from => Array(
                                                                                                    address => 
                                                                                                    name => 本地测试
                                                                                                )
                                                                                            encryption => 
                                                                                            username => 
                                                                                            password => 
                                                                                            sendmail => /usr/sbin/sendmail -bs
                                                                                            markdown => Array(
                                                                                                    theme => default
                                                                                                    paths => Array(
                                                                                                            0 => /0000/resources/views/vendor/mail
                                                                                                        )
                                                                                                )
                                                                                            log_channel => 
                                                                                        )
                                                                                    queue => Array(
                                                                                            default => sync
                                                                                            connections => Array(
                                                                                                    sync => Array(
                                                                                                            driver => sync
                                                                                                        )
                                                                                                    database => Array(
                                                                                                            driver => database
                                                                                                            table => jobs
                                                                                                            queue => default
                                                                                                            retry_after => 90
                                                                                                        )
                                                                                                    beanstalkd => Array(
                                                                                                            driver => beanstalkd
                                                                                                            host => localhost
                                                                                                            queue => default
                                                                                                            retry_after => 90
                                                                                                            block_for => 0
                                                                                                        )
                                                                                                    sqs => Array(
                                                                                                            driver => sqs
                                                                                                            key => 
                                                                                                            secret => 
                                                                                                            prefix => https://sqs.us-east-1.amazonaws.com/your-account-id
                                                                                                            queue => your-queue-name
                                                                                                            region => us-east-1
                                                                                                        )
                                                                                                    redis => Array(
                                                                                                            driver => redis
                                                                                                            connection => default
                                                                                                            queue => default
                                                                                                            retry_after => 90
                                                                                                            block_for => 
                                                                                                        )
                                                                                                )
                                                                                            failed => Array(
                                                                                                    driver => database
                                                                                                    database => mysql
                                                                                                    table => failed_jobs
                                                                                                )
                                                                                        )
                                                                                    services => Array(
                                                                                            mailgun => Array(
                                                                                                    domain => 
                                                                                                    secret => 
                                                                                                    endpoint => api.mailgun.net
                                                                                                )
                                                                                            postmark => Array(
                                                                                                    token => 
                                                                                                )
                                                                                            ses => Array(
                                                                                                    key => 
                                                                                                    secret => 
                                                                                                    region => us-east-1
                                                                                                )
                                                                                        )
                                                                                    session => Array(
                                                                                            driver => cookie
                                                                                            lifetime => 120
                                                                                            expire_on_close => 
                                                                                            encrypt => 
                                                                                            files => /0000/storage/framework/sessions
                                                                                            connection => 
                                                                                            table => sessions
                                                                                            store => 
                                                                                            lottery => Array(
                                                                                                    0 => 2
                                                                                                    1 => 100
                                                                                                )
                                                                                            cookie => _session
                                                                                            path => /
                                                                                            domain => 
                                                                                            secure => 
                                                                                            http_only => 1
                                                                                            same_site => 
                                                                                        )
                                                                                    view => Array(
                                                                                            paths => Array(
                                                                                                    0 => /0000/resources/views
                                                                                                )
                                                                                            compiled => /0000/storage/framework/views
                                                                                        )
                                                                                    flare => Array(
                                                                                            key => 
                                                                                            reporting => Array(
                                                                                                    anonymize_ips => 1
                                                                                                    collect_git_information => 1
                                                                                                    report_queries => 1
                                                                                                    maximum_number_of_collected_queries => 200
                                                                                                    report_query_bindings => 1
                                                                                                    report_view_data => 1
                                                                                                    grouping_type => 
                                                                                                )
                                                                                            send_logs_as_events => 1
                                                                                        )
                                                                                    ignition => Array(
                                                                                            editor => phpstorm
                                                                                            theme => light
                                                                                            enable_share_button => 1
                                                                                            register_commands => 
                                                                                            ignored_solution_providers => Array()
                                                                                            enable_runnable_solutions => 
                                                                                            remote_sites_path => 
                                                                                            local_sites_path => 
                                                                                            housekeeping_endpoint_prefix => _ignition
                                                                                        )
                                                                                    trustedproxy => Array(
                                                                                            proxies => 
                                                                                            headers => 30
                                                                                        )
                                                                                )
                                                                        )
                                                                    request => Illuminate\Http\Request Object(
                                                                            json => 
                                                                            convertedFiles => 
                                                                            userResolver => 
                                                                            routeResolver => 
                                                                            attributes => Symfony\Component\HttpFoundation\ParameterBag Object(
                                                                                    parameters => Array()
                                                                                )
                                                                            request => Symfony\Component\HttpFoundation\ParameterBag Object(
                                                                                    parameters => Array()
                                                                                )
                                                                            query => Symfony\Component\HttpFoundation\ParameterBag Object(
                                                                                    parameters => Array()
                                                                                )
                                                                            server => Symfony\Component\HttpFoundation\ServerBag Object(
                                                                                    parameters => Array(
                                                                                            SERVER_NAME => localhost
                                                                                            SERVER_PORT => 80
                                                                                            HTTP_HOST => localhost
                                                                                            HTTP_USER_AGENT => Symfony
                                                                                            HTTP_ACCEPT => text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
                                                                                            HTTP_ACCEPT_LANGUAGE => en-us,en;q=0.5
                                                                                            HTTP_ACCEPT_CHARSET => ISO-8859-1,utf-8;q=0.7,*;q=0.7
                                                                                            REMOTE_ADDR => 127.0.0.1
                                                                                            SCRIPT_NAME => artisan
                                                                                            SCRIPT_FILENAME => artisan
                                                                                            SERVER_PROTOCOL => HTTP/1.1
                                                                                            REQUEST_TIME => 1578274558
                                                                                            PHP_EXTRA_CONFIGURE_ARGS => --enable-fpm --with-fpm-user=www-data --with-fpm-group=www-data --disable-cgi
                                                                                            LANGUAGE => C
                                                                                            HOSTNAME => d9d2f135fb85
                                                                                            PHP_INI_DIR => /usr/local/etc/php
                                                                                            GIT_ASKPASS => echo
                                                                                            SHLVL => 2
                                                                                            HOME => /root
                                                                                            OLDPWD => /
                                                                                            PHP_LDFLAGS => -Wl,-O1 -Wl,--hash-style=both -pie
                                                                                            PHP_CFLAGS => -fstack-protector-strong -fpic -fpie -O2
                                                                                            PHP_MD5 => 
                                                                                            PHP_VERSION => 7.2.19
                                                                                            COMPOSER_HOME => /tmp/composer
                                                                                            COMPOSER_BINARY => /usr/bin/composer
                                                                                            GPG_KEYS => 1729F83938DA44E27BA0F4D3DBDB397470D12172 B1B44D8F021E4E2D6021E995DC9FF8D3EE5AF27F
                                                                                            PHP_CPPFLAGS => -fstack-protector-strong -fpic -fpie -O2
                                                                                            PHP_ASC_URL => https://www.php.net/get/php-7.2.19.tar.xz.asc/from/this/mirror
                                                                                            PHP_URL => https://www.php.net/get/php-7.2.19.tar.xz/from/this/mirror
                                                                                            TERM => xterm
                                                                                            PATH => /0000/vendor/bin:/tmp/composer/vendor/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
                                                                                            LD_PRELOAD => /usr/lib/preloadable_libiconv.so php
                                                                                            PHPIZE_DEPS => autoconf 		dpkg-dev dpkg 		file 		g++ 		gcc 		libc-dev 		make 		pkgconf 		re2c
                                                                                            PWD => /0000
                                                                                            PHP_SHA256 => 4ffa2404a88d60e993a9fe69f829ebec3eb1e006de41b6048ce5e91bbeaa9282
                                                                                            PHP_SELF => artisan
                                                                                            PATH_TRANSLATED => artisan
                                                                                            DOCUMENT_ROOT => 
                                                                                            REQUEST_TIME_FLOAT => 1578274558.794
                                                                                            argv => Array(
                                                                                                    0 => artisan
                                                                                                    1 => package:discover
                                                                                                    2 => --ansi
                                                                                                )
                                                                                            argc => 3
                                                                                            APP_NAME => 本地测试
                                                                                            APP_ENV => local
                                                                                            APP_KEY => base64:gIjju1XIlTNS6j8BuifyrL2QAARYlvdKYd31eAqei7g=
                                                                                            APP_DEBUG => true
                                                                                            APP_URL => http://localhost
                                                                                            LOG_CHANNEL => stack
                                                                                            DB_CONNECTION => mysql
                                                                                            DB_HOST => 127.0.0.1
                                                                                            DB_PORT => 3306
                                                                                            DB_DATABASE => laravel
                                                                                            DB_USERNAME => root
                                                                                            DB_PASSWORD => 
                                                                                            BROADCAST_DRIVER => log
                                                                                            CACHE_DRIVER => file
                                                                                            QUEUE_CONNECTION => sync
                                                                                            SESSION_DRIVER => cookie
                                                                                            SESSION_LIFETIME => 120
                                                                                            REDIS_HOST => 127.0.0.1
                                                                                            REDIS_PASSWORD => null
                                                                                            REDIS_PORT => 6379
                                                                                            MAIL_DRIVER => smtp
                                                                                            MAIL_HOST => smtp.mailtrap.io
                                                                                            MAIL_PORT => 2525
                                                                                            MAIL_USERNAME => null
                                                                                            MAIL_PASSWORD => null
                                                                                            MAIL_ENCRYPTION => null
                                                                                            MAIL_FROM_ADDRESS => null
                                                                                            MAIL_FROM_NAME => 本地测试
                                                                                            AWS_ACCESS_KEY_ID => 
                                                                                            AWS_SECRET_ACCESS_KEY => 
                                                                                            AWS_DEFAULT_REGION => us-east-1
                                                                                            AWS_BUCKET => 
                                                                                            PUSHER_APP_ID => 
                                                                                            PUSHER_APP_KEY => 
                                                                                            PUSHER_APP_SECRET => 
                                                                                            PUSHER_APP_CLUSTER => mt1
                                                                                            MIX_PUSHER_APP_KEY => 
                                                                                            MIX_PUSHER_APP_CLUSTER => mt1
                                                                                            PATH_INFO => 
                                                                                            REQUEST_METHOD => GET
                                                                                            REQUEST_URI => /
                                                                                            QUERY_STRING => 
                                                                                        )
                                                                                )
                                                                            files => Symfony\Component\HttpFoundation\FileBag Object(
                                                                                    parameters => Array()
                                                                                )
                                                                            cookies => Symfony\Component\HttpFoundation\ParameterBag Object(
                                                                                    parameters => Array()
                                                                                )
                                                                            headers => Symfony\Component\HttpFoundation\HeaderBag Object(
                                                                                    headers => Array(
                                                                                            host => Array(
                                                                                                    0 => localhost
                                                                                                )
                                                                                            [user-agent] => Array(
                                                                                                    0 => Symfony
                                                                                                )
                                                                                            accept => Array(
                                                                                                    0 => text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
                                                                                                )
                                                                                            [accept-language] => Array(
                                                                                                    0 => en-us,en;q=0.5
                                                                                                )
                                                                                            [accept-charset] => Array(
                                                                                                    0 => ISO-8859-1,utf-8;q=0.7,*;q=0.7
                                                                                                )
                                                                                        )
                                                                                    cacheControl => Array()
                                                                                )
                                                                            content => 
                                                                            languages => 
                                                                            charsets => 
                                                                            encodings => 
                                                                            acceptableContentTypes => 
                                                                            pathInfo => 
                                                                            requestUri => 
                                                                            baseUrl => 
                                                                            basePath => 
                                                                            method => 
                                                                            format => 
                                                                            session => 
                                                                            locale => 
                                                                            defaultLocale => en
                                                                            [preferredFormat:Symfony\Component\HttpFoundation\Request:private] => 
                                                                            [isHostValid:Symfony\Component\HttpFoundation\Request:private] => 1
                                                                            [isForwardedValid:Symfony\Component\HttpFoundation\Request:private] => 1
                                                                        )
                                                                    [Facade\Ignition\LogRecorder\LogRecorder] => Facade\Ignition\LogRecorder\LogRecorder Object(
                                                                            logMessages => Array()
                                                                            app => Illuminate\Foundation\Application Object
 
                                                                        )
                                                                    [Facade\Ignition\DumpRecorder\DumpRecorder] => Facade\Ignition\DumpRecorder\DumpRecorder Object(
                                                                            dumps => Array()
                                                                            app => Illuminate\Foundation\Application Object
 
                                                                        )
                                                                    [Facade\Ignition\QueryRecorder\QueryRecorder] => Facade\Ignition\QueryRecorder\QueryRecorder Object(
                                                                            queries => Array()
                                                                            app => Illuminate\Foundation\Application Object
 
                                                                        )
                                                                    [flare.http] => Facade\FlareClient\Http\Client Object(
                                                                            [apiToken:Facade\FlareClient\Http\Client:private] => 
                                                                            [apiSecret:Facade\FlareClient\Http\Client:private] => 
                                                                            [baseUrl:Facade\FlareClient\Http\Client:private] => https://flareapp.io/api
                                                                            [timeout:Facade\FlareClient\Http\Client:private] => 10
                                                                        )
                                                                    [flare.client] => Facade\FlareClient\Flare Object(
                                                                            [client:Facade\FlareClient\Flare:private] => Facade\FlareClient\Http\Client Object(
                                                                                    [apiToken:Facade\FlareClient\Http\Client:private] => 
                                                                                    [apiSecret:Facade\FlareClient\Http\Client:private] => 
                                                                                    [baseUrl:Facade\FlareClient\Http\Client:private] => https://flareapp.io/api
                                                                                    [timeout:Facade\FlareClient\Http\Client:private] => 10
                                                                                )
                                                                            [api:Facade\FlareClient\Flare:private] => Facade\FlareClient\Api Object(
                                                                                    [client:Facade\FlareClient\Api:private] => Facade\FlareClient\Http\Client Object(
                                                                                            [apiToken:Facade\FlareClient\Http\Client:private] => 
                                                                                            [apiSecret:Facade\FlareClient\Http\Client:private] => 
                                                                                            [baseUrl:Facade\FlareClient\Http\Client:private] => https://flareapp.io/api
                                                                                            [timeout:Facade\FlareClient\Http\Client:private] => 10
                                                                                        )
                                                                                    [queue:Facade\FlareClient\Api:private] => Array()
                                                                                )
                                                                            [middleware:Facade\FlareClient\Flare:private] => Array(
                                                                                    0 => Facade\FlareClient\Middleware\AddGlows Object(
                                                                                            [recorder:Facade\FlareClient\Middleware\AddGlows:private] => Facade\FlareClient\Glows\Recorder Object(
                                                                                                    [glows:Facade\FlareClient\Glows\Recorder:private] => Array()
                                                                                                )
                                                                                        )
                                                                                    1 => Facade\FlareClient\Middleware\AnonymizeIp Object()
                                                                                    2 => Facade\Ignition\Middleware\SetNotifierName Object()
                                                                                    3 => Facade\Ignition\Middleware\AddEnvironmentInformation Object()
                                                                                    4 => Facade\Ignition\Middleware\AddLogs Object(
                                                                                            logRecorder => Facade\Ignition\LogRecorder\LogRecorder Object(
                                                                                                    logMessages => Array()
                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                )
                                                                                        )
                                                                                    5 => Facade\Ignition\Middleware\AddDumps Object(
                                                                                            dumpRecorder => Facade\Ignition\DumpRecorder\DumpRecorder Object(
                                                                                                    dumps => Array()
                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                )
                                                                                        )
                                                                                    6 => Facade\Ignition\Middleware\AddQueries Object(
                                                                                            queryRecorder => Facade\Ignition\QueryRecorder\QueryRecorder Object(
                                                                                                    queries => Array()
                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                )
                                                                                        )
                                                                                    7 => Facade\Ignition\Middleware\AddSolutions Object(
                                                                                            solutionProviderRepository => Facade\Ignition\SolutionProviders\SolutionProviderRepository Object(
                                                                                                    solutionProviders => Illuminate\Support\Collection Object(
                                                                                                            items => Array(
                                                                                                                    0 => Facade\Ignition\SolutionProviders\IncorrectValetDbCredentialsSolutionProvider
                                                                                                                    1 => Facade\Ignition\SolutionProviders\MissingAppKeySolutionProvider
                                                                                                                    2 => Facade\Ignition\SolutionProviders\DefaultDbNameSolutionProvider
                                                                                                                    3 => Facade\Ignition\SolutionProviders\BadMethodCallSolutionProvider
                                                                                                                    4 => Facade\Ignition\SolutionProviders\TableNotFoundSolutionProvider
                                                                                                                    5 => Facade\Ignition\SolutionProviders\MissingImportSolutionProvider
                                                                                                                    6 => Facade\Ignition\SolutionProviders\MissingPackageSolutionProvider
                                                                                                                    7 => Facade\Ignition\SolutionProviders\InvalidRouteActionSolutionProvider
                                                                                                                    8 => Facade\Ignition\SolutionProviders\ViewNotFoundSolutionProvider
                                                                                                                    9 => Facade\Ignition\SolutionProviders\UndefinedVariableSolutionProvider
                                                                                                                    10 => Facade\Ignition\SolutionProviders\MergeConflictSolutionProvider
                                                                                                                    11 => Facade\Ignition\SolutionProviders\RunningLaravelDuskInProductionProvider
                                                                                                                    12 => Facade\Ignition\SolutionProviders\MissingColumnSolutionProvider
                                                                                                                    13 => Facade\Ignition\SolutionProviders\UnknownValidationSolutionProvider
                                                                                                                )
                                                                                                        )
                                                                                                )
                                                                                        )
                                                                                    8 => Facade\Ignition\Middleware\AddGitInformation Object()
                                                                                )
                                                                            [recorder:Facade\FlareClient\Flare:private] => Facade\FlareClient\Glows\Recorder Object(
                                                                                    [glows:Facade\FlareClient\Glows\Recorder:private] => Array()
                                                                                )
                                                                            [applicationPath:Facade\FlareClient\Flare:private] => /0000
                                                                            [container:Facade\FlareClient\Flare:private] => Illuminate\Foundation\Application Object
 
                                                                            [contextDetector:Facade\FlareClient\Flare:private] => Facade\Ignition\Context\LaravelContextDetector Object()
                                                                            [previousExceptionHandler:Facade\FlareClient\Flare:private] => 
                                                                            [previousErrorHandler:Facade\FlareClient\Flare:private] => 
                                                                            [messageLevel:Facade\FlareClient\Flare:private] => 
                                                                            [stage:Facade\FlareClient\Flare:private] => local
                                                                            [userProvidedContext:Facade\FlareClient\Flare:private] => Array()
                                                                        )
                                                                    [Facade\IgnitionContracts\SolutionProviderRepository] => Facade\Ignition\SolutionProviders\SolutionProviderRepository Object(
                                                                            solutionProviders => Illuminate\Support\Collection Object(
                                                                                    items => Array(
                                                                                            0 => Facade\Ignition\SolutionProviders\IncorrectValetDbCredentialsSolutionProvider
                                                                                            1 => Facade\Ignition\SolutionProviders\MissingAppKeySolutionProvider
                                                                                            2 => Facade\Ignition\SolutionProviders\DefaultDbNameSolutionProvider
                                                                                            3 => Facade\Ignition\SolutionProviders\BadMethodCallSolutionProvider
                                                                                            4 => Facade\Ignition\SolutionProviders\TableNotFoundSolutionProvider
                                                                                            5 => Facade\Ignition\SolutionProviders\MissingImportSolutionProvider
                                                                                            6 => Facade\Ignition\SolutionProviders\MissingPackageSolutionProvider
                                                                                            7 => Facade\Ignition\SolutionProviders\InvalidRouteActionSolutionProvider
                                                                                            8 => Facade\Ignition\SolutionProviders\ViewNotFoundSolutionProvider
                                                                                            9 => Facade\Ignition\SolutionProviders\UndefinedVariableSolutionProvider
                                                                                            10 => Facade\Ignition\SolutionProviders\MergeConflictSolutionProvider
                                                                                            11 => Facade\Ignition\SolutionProviders\RunningLaravelDuskInProductionProvider
                                                                                            12 => Facade\Ignition\SolutionProviders\MissingColumnSolutionProvider
                                                                                            13 => Facade\Ignition\SolutionProviders\UnknownValidationSolutionProvider
                                                                                        )
                                                                                )
                                                                        )
                                                                    [Illuminate\Contracts\Debug\ExceptionHandler] => NunoMaduro\Collision\Adapters\Laravel\ExceptionHandler Object(
                                                                            appExceptionHandler => App\Exceptions\Handler Object(
                                                                                    dontReport => Array()
                                                                                    dontFlash => Array(
                                                                                            0 => password
                                                                                            1 => password_confirmation
                                                                                        )
                                                                                    container => Illuminate\Foundation\Application Object
 
                                                                                    internalDontReport => Array(
                                                                                            0 => Illuminate\Auth\AuthenticationException
                                                                                            1 => Illuminate\Auth\Access\AuthorizationException
                                                                                            2 => Symfony\Component\HttpKernel\Exception\HttpException
                                                                                            3 => Illuminate\Http\Exceptions\HttpResponseException
                                                                                            4 => Illuminate\Database\Eloquent\ModelNotFoundException
                                                                                            5 => Symfony\Component\HttpFoundation\Exception\SuspiciousOperationException
                                                                                            6 => Illuminate\Session\TokenMismatchException
                                                                                            7 => Illuminate\Validation\ValidationException
                                                                                        )
                                                                                )
                                                                            container => Illuminate\Foundation\Application Object
 
                                                                        )
                                                                    [db.factory] => Illuminate\Database\Connectors\ConnectionFactory Object(
                                                                            container => Illuminate\Foundation\Application Object
 
                                                                        )
                                                                    db => Illuminate\Database\DatabaseManager Object(
                                                                            app => Illuminate\Foundation\Application Object
 
                                                                            factory => Illuminate\Database\Connectors\ConnectionFactory Object(
                                                                                    container => Illuminate\Foundation\Application Object
 
                                                                                )
                                                                            connections => Array()
                                                                            extensions => Array()
                                                                            reconnector => Closure Object(
                                                                                    this => Illuminate\Database\DatabaseManager Object
 
                                                                                    parameter => Array(
                                                                                            [$connection] => 
                                                                                        )
                                                                                )
                                                                        )
                                                                    [view.engine.resolver] => Illuminate\View\Engines\EngineResolver Object(
                                                                            resolvers => Array(
                                                                                    file => Closure Object(
                                                                                            this => Illuminate\View\ViewServiceProvider Object(
                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                )
                                                                                        )
                                                                                    php => Closure Object(
                                                                                            this => Facade\Ignition\IgnitionServiceProvider Object(
                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                )
                                                                                        )
                                                                                    blade => Closure Object(
                                                                                            this => Facade\Ignition\IgnitionServiceProvider Object(
                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                )
                                                                                        )
                                                                                )
                                                                            resolved => Array()
                                                                        )
                                                                    files => Illuminate\Filesystem\Filesystem Object()
                                                                    [blade.compiler] => Illuminate\View\Compilers\BladeCompiler Object(
                                                                            extensions => Array()
                                                                            customDirectives => Array()
                                                                            conditions => Array()
                                                                            path => 
                                                                            compilers => Array(
                                                                                    0 => Comments
                                                                                    1 => Extensions
                                                                                    2 => Statements
                                                                                    3 => Echos
                                                                                )
                                                                            rawTags => Array(
                                                                                    0 => {!!
                                                                                    1 => !!}
                                                                                )
                                                                            contentTags => Array(
                                                                                    0 => {{
                                                                                    1 => }}
                                                                                )
                                                                            escapedTags => Array(
                                                                                    0 => {{{
                                                                                    1 => }}}
                                                                                )
                                                                            echoFormat => e(%s)
                                                                            footer => Array()
                                                                            rawBlocks => Array()
                                                                            files => Illuminate\Filesystem\Filesystem Object()
                                                                            cachePath => /0000/storage/framework/views
                                                                            firstCaseInSwitch => 1
                                                                            [encodingOptions:Illuminate\View\Compilers\BladeCompiler:private] => 15
                                                                            lastSection => 
                                                                            forElseCounter => 0
                                                                        )
                                                                    log => Illuminate\Log\LogManager Object(
                                                                            app => Illuminate\Foundation\Application Object
 
                                                                            channels => Array()
                                                                            customCreators => Array(
                                                                                    flare => Closure Object(
                                                                                            this => Illuminate\Log\LogManager Object
 
                                                                                            parameter => Array(
                                                                                                    [$app] => 
                                                                                                )
                                                                                        )
                                                                                )
                                                                            dateFormat => Y-m-d H:i:s
                                                                            levels => Array(
                                                                                    debug => 100
                                                                                    info => 200
                                                                                    notice => 250
                                                                                    warning => 300
                                                                                    error => 400
                                                                                    critical => 500
                                                                                    alert => 550
                                                                                    emergency => 600
                                                                                )
                                                                        )
                                                                    queue => Illuminate\Queue\QueueManager Object(
                                                                            app => Illuminate\Foundation\Application Object
 
                                                                            connections => Array()
                                                                            connectors => Array(
                                                                                    null => Closure Object(
                                                                                            this => Illuminate\Queue\QueueServiceProvider Object(
                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                )
                                                                                        )
                                                                                    sync => Closure Object(
                                                                                            this => Illuminate\Queue\QueueServiceProvider Object(
                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                )
                                                                                        )
                                                                                    database => Closure Object(
                                                                                            this => Illuminate\Queue\QueueServiceProvider Object(
                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                )
                                                                                        )
                                                                                    redis => Closure Object(
                                                                                            this => Illuminate\Queue\QueueServiceProvider Object(
                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                )
                                                                                        )
                                                                                    beanstalkd => Closure Object(
                                                                                            this => Illuminate\Queue\QueueServiceProvider Object(
                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                )
                                                                                        )
                                                                                    sqs => Closure Object(
                                                                                            this => Illuminate\Queue\QueueServiceProvider Object(
                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                )
                                                                                        )
                                                                                )
                                                                        )
                                                                    date => Illuminate\Support\DateFactory Object()
                                                                    router => Illuminate\Routing\Router Object
 
                                                                    routes => Illuminate\Routing\RouteCollection Object(
                                                                            routes => Array()
                                                                            allRoutes => Array()
                                                                            nameList => Array()
                                                                            actionList => Array()
                                                                        )
                                                                    url => Illuminate\Routing\UrlGenerator Object(
                                                                            routes => Illuminate\Routing\RouteCollection Object(
                                                                                    routes => Array()
                                                                                    allRoutes => Array()
                                                                                    nameList => Array()
                                                                                    actionList => Array()
                                                                                )
                                                                            request => Illuminate\Http\Request Object(
                                                                                    json => 
                                                                                    convertedFiles => 
                                                                                    userResolver => 
                                                                                    routeResolver => 
                                                                                    attributes => Symfony\Component\HttpFoundation\ParameterBag Object(
                                                                                            parameters => Array()
                                                                                        )
                                                                                    request => Symfony\Component\HttpFoundation\ParameterBag Object(
                                                                                            parameters => Array()
                                                                                        )
                                                                                    query => Symfony\Component\HttpFoundation\ParameterBag Object(
                                                                                            parameters => Array()
                                                                                        )
                                                                                    server => Symfony\Component\HttpFoundation\ServerBag Object(
                                                                                            parameters => Array(
                                                                                                    SERVER_NAME => localhost
                                                                                                    SERVER_PORT => 80
                                                                                                    HTTP_HOST => localhost
                                                                                                    HTTP_USER_AGENT => Symfony
                                                                                                    HTTP_ACCEPT => text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
                                                                                                    HTTP_ACCEPT_LANGUAGE => en-us,en;q=0.5
                                                                                                    HTTP_ACCEPT_CHARSET => ISO-8859-1,utf-8;q=0.7,*;q=0.7
                                                                                                    REMOTE_ADDR => 127.0.0.1
                                                                                                    SCRIPT_NAME => artisan
                                                                                                    SCRIPT_FILENAME => artisan
                                                                                                    SERVER_PROTOCOL => HTTP/1.1
                                                                                                    REQUEST_TIME => 1578274558
                                                                                                    PHP_EXTRA_CONFIGURE_ARGS => --enable-fpm --with-fpm-user=www-data --with-fpm-group=www-data --disable-cgi
                                                                                                    LANGUAGE => C
                                                                                                    HOSTNAME => d9d2f135fb85
                                                                                                    PHP_INI_DIR => /usr/local/etc/php
                                                                                                    GIT_ASKPASS => echo
                                                                                                    SHLVL => 2
                                                                                                    HOME => /root
                                                                                                    OLDPWD => /
                                                                                                    PHP_LDFLAGS => -Wl,-O1 -Wl,--hash-style=both -pie
                                                                                                    PHP_CFLAGS => -fstack-protector-strong -fpic -fpie -O2
                                                                                                    PHP_MD5 => 
                                                                                                    PHP_VERSION => 7.2.19
                                                                                                    COMPOSER_HOME => /tmp/composer
                                                                                                    COMPOSER_BINARY => /usr/bin/composer
                                                                                                    GPG_KEYS => 1729F83938DA44E27BA0F4D3DBDB397470D12172 B1B44D8F021E4E2D6021E995DC9FF8D3EE5AF27F
                                                                                                    PHP_CPPFLAGS => -fstack-protector-strong -fpic -fpie -O2
                                                                                                    PHP_ASC_URL => https://www.php.net/get/php-7.2.19.tar.xz.asc/from/this/mirror
                                                                                                    PHP_URL => https://www.php.net/get/php-7.2.19.tar.xz/from/this/mirror
                                                                                                    TERM => xterm
                                                                                                    PATH => /0000/vendor/bin:/tmp/composer/vendor/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
                                                                                                    LD_PRELOAD => /usr/lib/preloadable_libiconv.so php
                                                                                                    PHPIZE_DEPS => autoconf 		dpkg-dev dpkg 		file 		g++ 		gcc 		libc-dev 		make 		pkgconf 		re2c
                                                                                                    PWD => /0000
                                                                                                    PHP_SHA256 => 4ffa2404a88d60e993a9fe69f829ebec3eb1e006de41b6048ce5e91bbeaa9282
                                                                                                    PHP_SELF => artisan
                                                                                                    PATH_TRANSLATED => artisan
                                                                                                    DOCUMENT_ROOT => 
                                                                                                    REQUEST_TIME_FLOAT => 1578274558.794
                                                                                                    argv => Array(
                                                                                                            0 => artisan
                                                                                                            1 => package:discover
                                                                                                            2 => --ansi
                                                                                                        )
                                                                                                    argc => 3
                                                                                                    APP_NAME => 本地测试
                                                                                                    APP_ENV => local
                                                                                                    APP_KEY => base64:gIjju1XIlTNS6j8BuifyrL2QAARYlvdKYd31eAqei7g=
                                                                                                    APP_DEBUG => true
                                                                                                    APP_URL => http://localhost
                                                                                                    LOG_CHANNEL => stack
                                                                                                    DB_CONNECTION => mysql
                                                                                                    DB_HOST => 127.0.0.1
                                                                                                    DB_PORT => 3306
                                                                                                    DB_DATABASE => laravel
                                                                                                    DB_USERNAME => root
                                                                                                    DB_PASSWORD => 
                                                                                                    BROADCAST_DRIVER => log
                                                                                                    CACHE_DRIVER => file
                                                                                                    QUEUE_CONNECTION => sync
                                                                                                    SESSION_DRIVER => cookie
                                                                                                    SESSION_LIFETIME => 120
                                                                                                    REDIS_HOST => 127.0.0.1
                                                                                                    REDIS_PASSWORD => null
                                                                                                    REDIS_PORT => 6379
                                                                                                    MAIL_DRIVER => smtp
                                                                                                    MAIL_HOST => smtp.mailtrap.io
                                                                                                    MAIL_PORT => 2525
                                                                                                    MAIL_USERNAME => null
                                                                                                    MAIL_PASSWORD => null
                                                                                                    MAIL_ENCRYPTION => null
                                                                                                    MAIL_FROM_ADDRESS => null
                                                                                                    MAIL_FROM_NAME => 本地测试
                                                                                                    AWS_ACCESS_KEY_ID => 
                                                                                                    AWS_SECRET_ACCESS_KEY => 
                                                                                                    AWS_DEFAULT_REGION => us-east-1
                                                                                                    AWS_BUCKET => 
                                                                                                    PUSHER_APP_ID => 
                                                                                                    PUSHER_APP_KEY => 
                                                                                                    PUSHER_APP_SECRET => 
                                                                                                    PUSHER_APP_CLUSTER => mt1
                                                                                                    MIX_PUSHER_APP_KEY => 
                                                                                                    MIX_PUSHER_APP_CLUSTER => mt1
                                                                                                    PATH_INFO => 
                                                                                                    REQUEST_METHOD => GET
                                                                                                    REQUEST_URI => /
                                                                                                    QUERY_STRING => 
                                                                                                )
                                                                                        )
                                                                                    files => Symfony\Component\HttpFoundation\FileBag Object(
                                                                                            parameters => Array()
                                                                                        )
                                                                                    cookies => Symfony\Component\HttpFoundation\ParameterBag Object(
                                                                                            parameters => Array()
                                                                                        )
                                                                                    headers => Symfony\Component\HttpFoundation\HeaderBag Object(
                                                                                            headers => Array(
                                                                                                    host => Array(
                                                                                                            0 => localhost
                                                                                                        )
                                                                                                    [user-agent] => Array(
                                                                                                            0 => Symfony
                                                                                                        )
                                                                                                    accept => Array(
                                                                                                            0 => text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
                                                                                                        )
                                                                                                    [accept-language] => Array(
                                                                                                            0 => en-us,en;q=0.5
                                                                                                        )
                                                                                                    [accept-charset] => Array(
                                                                                                            0 => ISO-8859-1,utf-8;q=0.7,*;q=0.7
                                                                                                        )
                                                                                                )
                                                                                            cacheControl => Array()
                                                                                        )
                                                                                    content => 
                                                                                    languages => 
                                                                                    charsets => 
                                                                                    encodings => 
                                                                                    acceptableContentTypes => 
                                                                                    pathInfo => 
                                                                                    requestUri => 
                                                                                    baseUrl => 
                                                                                    basePath => 
                                                                                    method => 
                                                                                    format => 
                                                                                    session => 
                                                                                    locale => 
                                                                                    defaultLocale => en
                                                                                    [preferredFormat:Symfony\Component\HttpFoundation\Request:private] => 
                                                                                    [isHostValid:Symfony\Component\HttpFoundation\Request:private] => 1
                                                                                    [isForwardedValid:Symfony\Component\HttpFoundation\Request:private] => 1
                                                                                )
                                                                            assetRoot => 
                                                                            forcedRoot => 
                                                                            forceScheme => 
                                                                            cachedRoot => 
                                                                            cachedScheme => 
                                                                            rootNamespace => App\Http\Controllers
                                                                            sessionResolver => Closure Object(
                                                                                    this => Illuminate\Routing\RoutingServiceProvider Object(
                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                        )
                                                                                )
                                                                            keyResolver => Closure Object(
                                                                                    this => Illuminate\Routing\RoutingServiceProvider Object(
                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                        )
                                                                                )
                                                                            formatHostUsing => 
                                                                            formatPathUsing => 
                                                                            routeGenerator => 
                                                                        )
                                                                )
                                                            aliases => Array(
                                                                    [Illuminate\Foundation\Application] => app
                                                                    [Illuminate\Contracts\Container\Container] => app
                                                                    [Illuminate\Contracts\Foundation\Application] => app
                                                                    [Psr\Container\ContainerInterface] => app
                                                                    [Illuminate\Auth\AuthManager] => auth
                                                                    [Illuminate\Contracts\Auth\Factory] => auth
                                                                    [Illuminate\Contracts\Auth\Guard] => auth.driver
                                                                    [Illuminate\View\Compilers\BladeCompiler] => blade.compiler
                                                                    [Illuminate\Cache\CacheManager] => cache
                                                                    [Illuminate\Contracts\Cache\Factory] => cache
                                                                    [Illuminate\Cache\Repository] => cache.store
                                                                    [Illuminate\Contracts\Cache\Repository] => cache.store
                                                                    [Psr\SimpleCache\CacheInterface] => cache.store
                                                                    [Symfony\Component\Cache\Adapter\Psr16Adapter] => cache.psr6
                                                                    [Symfony\Component\Cache\Adapter\AdapterInterface] => cache.psr6
                                                                    [Psr\Cache\CacheItemPoolInterface] => cache.psr6
                                                                    [Illuminate\Config\Repository] => config
                                                                    [Illuminate\Contracts\Config\Repository] => config
                                                                    [Illuminate\Cookie\CookieJar] => cookie
                                                                    [Illuminate\Contracts\Cookie\Factory] => cookie
                                                                    [Illuminate\Contracts\Cookie\QueueingFactory] => cookie
                                                                    [Illuminate\Encryption\Encrypter] => encrypter
                                                                    [Illuminate\Contracts\Encryption\Encrypter] => encrypter
                                                                    [Illuminate\Database\DatabaseManager] => db
                                                                    [Illuminate\Database\ConnectionResolverInterface] => db
                                                                    [Illuminate\Database\Connection] => db.connection
                                                                    [Illuminate\Database\ConnectionInterface] => db.connection
                                                                    [Illuminate\Events\Dispatcher] => events
                                                                    [Illuminate\Contracts\Events\Dispatcher] => events
                                                                    [Illuminate\Filesystem\Filesystem] => files
                                                                    [Illuminate\Filesystem\FilesystemManager] => filesystem
                                                                    [Illuminate\Contracts\Filesystem\Factory] => filesystem
                                                                    [Illuminate\Contracts\Filesystem\Filesystem] => filesystem.disk
                                                                    [Illuminate\Contracts\Filesystem\Cloud] => filesystem.cloud
                                                                    [Illuminate\Hashing\HashManager] => hash
                                                                    [Illuminate\Contracts\Hashing\Hasher] => hash.driver
                                                                    [Illuminate\Translation\Translator] => translator
                                                                    [Illuminate\Contracts\Translation\Translator] => translator
                                                                    [Illuminate\Log\LogManager] => log
                                                                    [Psr\Log\LoggerInterface] => log
                                                                    [Illuminate\Mail\Mailer] => mailer
                                                                    [Illuminate\Contracts\Mail\Mailer] => mailer
                                                                    [Illuminate\Contracts\Mail\MailQueue] => mailer
                                                                    [Illuminate\Auth\Passwords\PasswordBrokerManager] => auth.password
                                                                    [Illuminate\Contracts\Auth\PasswordBrokerFactory] => auth.password
                                                                    [Illuminate\Auth\Passwords\PasswordBroker] => auth.password.broker
                                                                    [Illuminate\Contracts\Auth\PasswordBroker] => auth.password.broker
                                                                    [Illuminate\Queue\QueueManager] => queue
                                                                    [Illuminate\Contracts\Queue\Factory] => queue
                                                                    [Illuminate\Contracts\Queue\Monitor] => queue
                                                                    [Illuminate\Contracts\Queue\Queue] => queue.connection
                                                                    [Illuminate\Queue\Failed\FailedJobProviderInterface] => queue.failer
                                                                    [Illuminate\Routing\Redirector] => redirect
                                                                    [Illuminate\Redis\RedisManager] => redis
                                                                    [Illuminate\Contracts\Redis\Factory] => redis
                                                                    [Illuminate\Http\Request] => request
                                                                    [Symfony\Component\HttpFoundation\Request] => request
                                                                    [Illuminate\Routing\Router] => router
                                                                    [Illuminate\Contracts\Routing\Registrar] => router
                                                                    [Illuminate\Contracts\Routing\BindingRegistrar] => router
                                                                    [Illuminate\Session\SessionManager] => session
                                                                    [Illuminate\Session\Store] => session.store
                                                                    [Illuminate\Contracts\Session\Session] => session.store
                                                                    [Illuminate\Routing\UrlGenerator] => url
                                                                    [Illuminate\Contracts\Routing\UrlGenerator] => url
                                                                    [Illuminate\Validation\Factory] => validator
                                                                    [Illuminate\Contracts\Validation\Factory] => validator
                                                                    [Illuminate\View\Factory] => view
                                                                    [Illuminate\Contracts\View\Factory] => view
                                                                    [Illuminate\Contracts\Notifications\Dispatcher] => Illuminate\Notifications\ChannelManager
                                                                    [Illuminate\Contracts\Notifications\Factory] => Illuminate\Notifications\ChannelManager
                                                                    [Facade\FlareClient\Http\Client] => flare.http
                                                                    [Facade\FlareClient\Flare] => flare.client
                                                                )
                                                            abstractAliases => Array(
                                                                    app => Array(
                                                                            0 => Illuminate\Foundation\Application
                                                                            1 => Illuminate\Contracts\Container\Container
                                                                            2 => Illuminate\Contracts\Foundation\Application
                                                                            3 => Psr\Container\ContainerInterface
                                                                        )
                                                                    auth => Array(
                                                                            0 => Illuminate\Auth\AuthManager
                                                                            1 => Illuminate\Contracts\Auth\Factory
                                                                        )
                                                                    [auth.driver] => Array(
                                                                            0 => Illuminate\Contracts\Auth\Guard
                                                                        )
                                                                    [blade.compiler] => Array(
                                                                            0 => Illuminate\View\Compilers\BladeCompiler
                                                                        )
                                                                    cache => Array(
                                                                            0 => Illuminate\Cache\CacheManager
                                                                            1 => Illuminate\Contracts\Cache\Factory
                                                                        )
                                                                    [cache.store] => Array(
                                                                            0 => Illuminate\Cache\Repository
                                                                            1 => Illuminate\Contracts\Cache\Repository
                                                                            2 => Psr\SimpleCache\CacheInterface
                                                                        )
                                                                    [cache.psr6] => Array(
                                                                            0 => Symfony\Component\Cache\Adapter\Psr16Adapter
                                                                            1 => Symfony\Component\Cache\Adapter\AdapterInterface
                                                                            2 => Psr\Cache\CacheItemPoolInterface
                                                                        )
                                                                    config => Array(
                                                                            0 => Illuminate\Config\Repository
                                                                            1 => Illuminate\Contracts\Config\Repository
                                                                        )
                                                                    cookie => Array(
                                                                            0 => Illuminate\Cookie\CookieJar
                                                                            1 => Illuminate\Contracts\Cookie\Factory
                                                                            2 => Illuminate\Contracts\Cookie\QueueingFactory
                                                                        )
                                                                    encrypter => Array(
                                                                            0 => Illuminate\Encryption\Encrypter
                                                                            1 => Illuminate\Contracts\Encryption\Encrypter
                                                                        )
                                                                    db => Array(
                                                                            0 => Illuminate\Database\DatabaseManager
                                                                            1 => Illuminate\Database\ConnectionResolverInterface
                                                                        )
                                                                    [db.connection] => Array(
                                                                            0 => Illuminate\Database\Connection
                                                                            1 => Illuminate\Database\ConnectionInterface
                                                                        )
                                                                    events => Array(
                                                                            0 => Illuminate\Events\Dispatcher
                                                                            1 => Illuminate\Contracts\Events\Dispatcher
                                                                        )
                                                                    files => Array(
                                                                            0 => Illuminate\Filesystem\Filesystem
                                                                        )
                                                                    filesystem => Array(
                                                                            0 => Illuminate\Filesystem\FilesystemManager
                                                                            1 => Illuminate\Contracts\Filesystem\Factory
                                                                        )
                                                                    [filesystem.disk] => Array(
                                                                            0 => Illuminate\Contracts\Filesystem\Filesystem
                                                                        )
                                                                    [filesystem.cloud] => Array(
                                                                            0 => Illuminate\Contracts\Filesystem\Cloud
                                                                        )
                                                                    hash => Array(
                                                                            0 => Illuminate\Hashing\HashManager
                                                                        )
                                                                    [hash.driver] => Array(
                                                                            0 => Illuminate\Contracts\Hashing\Hasher
                                                                        )
                                                                    translator => Array(
                                                                            0 => Illuminate\Translation\Translator
                                                                            1 => Illuminate\Contracts\Translation\Translator
                                                                        )
                                                                    log => Array(
                                                                            0 => Illuminate\Log\LogManager
                                                                            1 => Psr\Log\LoggerInterface
                                                                        )
                                                                    mailer => Array(
                                                                            0 => Illuminate\Mail\Mailer
                                                                            1 => Illuminate\Contracts\Mail\Mailer
                                                                            2 => Illuminate\Contracts\Mail\MailQueue
                                                                        )
                                                                    [auth.password] => Array(
                                                                            0 => Illuminate\Auth\Passwords\PasswordBrokerManager
                                                                            1 => Illuminate\Contracts\Auth\PasswordBrokerFactory
                                                                        )
                                                                    [auth.password.broker] => Array(
                                                                            0 => Illuminate\Auth\Passwords\PasswordBroker
                                                                            1 => Illuminate\Contracts\Auth\PasswordBroker
                                                                        )
                                                                    queue => Array(
                                                                            0 => Illuminate\Queue\QueueManager
                                                                            1 => Illuminate\Contracts\Queue\Factory
                                                                            2 => Illuminate\Contracts\Queue\Monitor
                                                                        )
                                                                    [queue.connection] => Array(
                                                                            0 => Illuminate\Contracts\Queue\Queue
                                                                        )
                                                                    [queue.failer] => Array(
                                                                            0 => Illuminate\Queue\Failed\FailedJobProviderInterface
                                                                        )
                                                                    redirect => Array(
                                                                            0 => Illuminate\Routing\Redirector
                                                                        )
                                                                    redis => Array(
                                                                            0 => Illuminate\Redis\RedisManager
                                                                            1 => Illuminate\Contracts\Redis\Factory
                                                                        )
                                                                    request => Array(
                                                                            0 => Illuminate\Http\Request
                                                                            1 => Symfony\Component\HttpFoundation\Request
                                                                        )
                                                                    router => Array(
                                                                            0 => Illuminate\Routing\Router
                                                                            1 => Illuminate\Contracts\Routing\Registrar
                                                                            2 => Illuminate\Contracts\Routing\BindingRegistrar
                                                                        )
                                                                    session => Array(
                                                                            0 => Illuminate\Session\SessionManager
                                                                        )
                                                                    [session.store] => Array(
                                                                            0 => Illuminate\Session\Store
                                                                            1 => Illuminate\Contracts\Session\Session
                                                                        )
                                                                    url => Array(
                                                                            0 => Illuminate\Routing\UrlGenerator
                                                                            1 => Illuminate\Contracts\Routing\UrlGenerator
                                                                        )
                                                                    validator => Array(
                                                                            0 => Illuminate\Validation\Factory
                                                                            1 => Illuminate\Contracts\Validation\Factory
                                                                        )
                                                                    view => Array(
                                                                            0 => Illuminate\View\Factory
                                                                            1 => Illuminate\Contracts\View\Factory
                                                                        )
                                                                    [Illuminate\Notifications\ChannelManager] => Array(
                                                                            0 => Illuminate\Contracts\Notifications\Dispatcher
                                                                            1 => Illuminate\Contracts\Notifications\Factory
                                                                        )
                                                                    [flare.http] => Array(
                                                                            0 => Facade\FlareClient\Http\Client
                                                                        )
                                                                    [flare.client] => Array(
                                                                            0 => Facade\FlareClient\Flare
                                                                        )
                                                                )
                                                            extenders => Array(
                                                                    url => Array(
                                                                            0 => Closure Object(
                                                                                    this => Illuminate\Routing\RoutingServiceProvider Object(
                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                        )
                                                                                    parameter => Array(
                                                                                            [$url] => 
                                                                                            [$app] => 
                                                                                        )
                                                                                )
                                                                        )
                                                                )
                                                            tags => Array()
                                                            buildStack => Array()
                                                            with => Array()
                                                            contextual => Array()
                                                            reboundCallbacks => Array(
                                                                    request => Array(
                                                                            0 => Closure Object(
                                                                                    this => Illuminate\Auth\AuthServiceProvider Object(
                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                        )
                                                                                    parameter => Array(
                                                                                            [$app] => 
                                                                                            [$request] => 
                                                                                        )
                                                                                )
                                                                            1 => Closure Object(
                                                                                    this => Illuminate\Routing\RoutingServiceProvider Object(
                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                        )
                                                                                    parameter => Array(
                                                                                            [$app] => 
                                                                                            [$request] => 
                                                                                        )
                                                                                )
                                                                        )
                                                                    events => Array(
                                                                            0 => Closure Object(
                                                                                    this => Illuminate\Auth\AuthServiceProvider Object(
                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                        )
                                                                                    parameter => Array(
                                                                                            [$app] => 
                                                                                            [$dispatcher] => 
                                                                                        )
                                                                                )
                                                                        )
                                                                    routes => Array(
                                                                            0 => Closure Object(
                                                                                    this => Illuminate\Routing\RoutingServiceProvider Object(
                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                        )
                                                                                    parameter => Array(
                                                                                            [$app] => 
                                                                                            [$routes] => 
                                                                                        )
                                                                                )
                                                                        )
                                                                )
                                                            globalResolvingCallbacks => Array()
                                                            globalAfterResolvingCallbacks => Array()
                                                            resolvingCallbacks => Array(
                                                                    [Illuminate\Foundation\Http\FormRequest] => Array(
                                                                            0 => Closure Object(
                                                                                    this => Illuminate\Foundation\Providers\FormRequestServiceProvider Object(
                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                        )
                                                                                    parameter => Array(
                                                                                            [$request] => 
                                                                                            [$app] => 
                                                                                        )
                                                                                )
                                                                        )
                                                                )
                                                            afterResolvingCallbacks => Array(
                                                                    [Illuminate\Contracts\Validation\ValidatesWhenResolved] => Array(
                                                                            0 => Closure Object(
                                                                                    this => Illuminate\Foundation\Providers\FormRequestServiceProvider Object(
                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                        )
                                                                                    parameter => Array(
                                                                                            [$resolved] => 
                                                                                        )
                                                                                )
                                                                        )
                                                                    view => Array(
                                                                            0 => Closure Object(
                                                                                    static => Array(
                                                                                            path => /tutorials/vendor2/laravel/framework-6.x/src/Illuminate/Notifications/resources/views
                                                                                            namespace => notifications
                                                                                        )
                                                                                    this => Illuminate\Notifications\NotificationServiceProvider Object(
                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                        )
                                                                                    parameter => Array(
                                                                                            [$view] => 
                                                                                        )
                                                                                )
                                                                            1 => Closure Object(
                                                                                    static => Array(
                                                                                            path => /tutorials/vendor2/laravel/framework-6.x/src/Illuminate/Pagination/resources/views
                                                                                            namespace => pagination
                                                                                        )
                                                                                    this => Illuminate\Pagination\PaginationServiceProvider Object(
                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                        )
                                                                                    parameter => Array(
                                                                                            [$view] => 
                                                                                        )
                                                                                )
                                                                        )
                                                                )
                                                        )
                                                )
                                            this => Illuminate\Events\EventServiceProvider Object(
                                                    app => Illuminate\Foundation\Application Object(
                                                            basePath => /0000
                                                            hasBeenBootstrapped => 1
                                                            booted => 
                                                            bootingCallbacks => Array(
                                                                    0 => Closure Object(
                                                                            static => Array(
                                                                                    instance => Illuminate\Queue\QueueServiceProvider Object(
                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                        )
                                                                                )
                                                                            this => Illuminate\Foundation\Application Object
 
                                                                        )
                                                                )
                                                            bootedCallbacks => Array(
                                                                    0 => Closure Object(
                                                                            this => App\Console\Kernel Object(
                                                                                    commands => Array()
                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                    events => Illuminate\Events\Dispatcher Object
 
                                                                                    artisan => 
                                                                                    commandsLoaded => 
                                                                                    bootstrappers => Array(
                                                                                            0 => Illuminate\Foundation\Bootstrap\LoadEnvironmentVariables
                                                                                            1 => Illuminate\Foundation\Bootstrap\LoadConfiguration
                                                                                            2 => Illuminate\Foundation\Bootstrap\HandleExceptions
                                                                                            3 => Illuminate\Foundation\Bootstrap\RegisterFacades
                                                                                            4 => Illuminate\Foundation\Bootstrap\SetRequestForConsole
                                                                                            5 => Illuminate\Foundation\Bootstrap\RegisterProviders
                                                                                            6 => Illuminate\Foundation\Bootstrap\BootProviders
                                                                                        )
                                                                                )
                                                                        )
                                                                )
                                                            terminatingCallbacks => Array()
                                                            serviceProviders => Array(
                                                                    0 => Illuminate\Events\EventServiceProvider Object
 
                                                                    1 => Illuminate\Log\LogServiceProvider Object(
                                                                            app => Illuminate\Foundation\Application Object
 
                                                                        )
                                                                    2 => Illuminate\Routing\RoutingServiceProvider Object(
                                                                            app => Illuminate\Foundation\Application Object
 
                                                                        )
                                                                    3 => Illuminate\Auth\AuthServiceProvider Object(
                                                                            app => Illuminate\Foundation\Application Object
 
                                                                        )
                                                                    4 => Illuminate\Cookie\CookieServiceProvider Object(
                                                                            app => Illuminate\Foundation\Application Object
 
                                                                        )
                                                                    5 => Illuminate\Database\DatabaseServiceProvider Object(
                                                                            app => Illuminate\Foundation\Application Object
 
                                                                        )
                                                                    6 => Illuminate\Encryption\EncryptionServiceProvider Object(
                                                                            app => Illuminate\Foundation\Application Object
 
                                                                        )
                                                                    7 => Illuminate\Filesystem\FilesystemServiceProvider Object(
                                                                            app => Illuminate\Foundation\Application Object
 
                                                                        )
                                                                    8 => Illuminate\Foundation\Providers\FormRequestServiceProvider Object(
                                                                            app => Illuminate\Foundation\Application Object
 
                                                                        )
                                                                    9 => Illuminate\Foundation\Providers\FoundationServiceProvider Object(
                                                                            providers => Array(
                                                                                    0 => Illuminate\Foundation\Providers\FormRequestServiceProvider
                                                                                )
                                                                            instances => Array(
                                                                                    0 => Illuminate\Foundation\Providers\FormRequestServiceProvider Object(
                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                        )
                                                                                )
                                                                            app => Illuminate\Foundation\Application Object
 
                                                                        )
                                                                    10 => Illuminate\Notifications\NotificationServiceProvider Object(
                                                                            app => Illuminate\Foundation\Application Object
 
                                                                        )
                                                                    11 => Illuminate\Pagination\PaginationServiceProvider Object(
                                                                            app => Illuminate\Foundation\Application Object
 
                                                                        )
                                                                    12 => Illuminate\Session\SessionServiceProvider Object(
                                                                            app => Illuminate\Foundation\Application Object
 
                                                                        )
                                                                    13 => Illuminate\View\ViewServiceProvider Object(
                                                                            app => Illuminate\Foundation\Application Object
 
                                                                        )
                                                                    14 => Facade\Ignition\IgnitionServiceProvider Object(
                                                                            app => Illuminate\Foundation\Application Object
 
                                                                        )
                                                                    15 => Fideloper\Proxy\TrustedProxyServiceProvider Object(
                                                                            app => Illuminate\Foundation\Application Object
 
                                                                        )
                                                                    16 => Carbon\Laravel\ServiceProvider Object(
                                                                            app => Illuminate\Foundation\Application Object
 
                                                                        )
                                                                    17 => NunoMaduro\Collision\Adapters\Laravel\CollisionServiceProvider Object(
                                                                            defer => 1
                                                                            app => Illuminate\Foundation\Application Object
 
                                                                        )
                                                                    18 => App\Providers\AppServiceProvider Object(
                                                                            app => Illuminate\Foundation\Application Object
 
                                                                        )
                                                                    19 => App\Providers\AuthServiceProvider Object(
                                                                            policies => Array()
                                                                            app => Illuminate\Foundation\Application Object
 
                                                                        )
                                                                    20 => App\Providers\EventServiceProvider Object(
                                                                            listen => Array(
                                                                                    [Illuminate\Auth\Events\Registered] => Array(
                                                                                            0 => Illuminate\Auth\Listeners\SendEmailVerificationNotification
                                                                                        )
                                                                                )
                                                                            subscribe => Array()
                                                                            app => Illuminate\Foundation\Application Object
 
                                                                        )
                                                                    21 => App\Providers\RouteServiceProvider Object(
                                                                            namespace => App\Http\Controllers
                                                                            app => Illuminate\Foundation\Application Object
 
                                                                        )
                                                                    22 => Illuminate\Queue\QueueServiceProvider Object(
                                                                            app => Illuminate\Foundation\Application Object
 
                                                                        )
                                                                )
                                                            loadedProviders => Array(
                                                                    [Illuminate\Events\EventServiceProvider] => 1
                                                                    [Illuminate\Log\LogServiceProvider] => 1
                                                                    [Illuminate\Routing\RoutingServiceProvider] => 1
                                                                    [Illuminate\Auth\AuthServiceProvider] => 1
                                                                    [Illuminate\Cookie\CookieServiceProvider] => 1
                                                                    [Illuminate\Database\DatabaseServiceProvider] => 1
                                                                    [Illuminate\Encryption\EncryptionServiceProvider] => 1
                                                                    [Illuminate\Filesystem\FilesystemServiceProvider] => 1
                                                                    [Illuminate\Foundation\Providers\FormRequestServiceProvider] => 1
                                                                    [Illuminate\Foundation\Providers\FoundationServiceProvider] => 1
                                                                    [Illuminate\Notifications\NotificationServiceProvider] => 1
                                                                    [Illuminate\Pagination\PaginationServiceProvider] => 1
                                                                    [Illuminate\Session\SessionServiceProvider] => 1
                                                                    [Illuminate\View\ViewServiceProvider] => 1
                                                                    [Facade\Ignition\IgnitionServiceProvider] => 1
                                                                    [Fideloper\Proxy\TrustedProxyServiceProvider] => 1
                                                                    [Carbon\Laravel\ServiceProvider] => 1
                                                                    [NunoMaduro\Collision\Adapters\Laravel\CollisionServiceProvider] => 1
                                                                    [App\Providers\AppServiceProvider] => 1
                                                                    [App\Providers\AuthServiceProvider] => 1
                                                                    [App\Providers\EventServiceProvider] => 1
                                                                    [App\Providers\RouteServiceProvider] => 1
                                                                    [Illuminate\Queue\QueueServiceProvider] => 1
                                                                )
                                                            deferredServices => Array(
                                                                    [Illuminate\Broadcasting\BroadcastManager] => Illuminate\Broadcasting\BroadcastServiceProvider
                                                                    [Illuminate\Contracts\Broadcasting\Factory] => Illuminate\Broadcasting\BroadcastServiceProvider
                                                                    [Illuminate\Contracts\Broadcasting\Broadcaster] => Illuminate\Broadcasting\BroadcastServiceProvider
                                                                    [Illuminate\Bus\Dispatcher] => Illuminate\Bus\BusServiceProvider
                                                                    [Illuminate\Contracts\Bus\Dispatcher] => Illuminate\Bus\BusServiceProvider
                                                                    [Illuminate\Contracts\Bus\QueueingDispatcher] => Illuminate\Bus\BusServiceProvider
                                                                    cache => Illuminate\Cache\CacheServiceProvider
                                                                    [cache.store] => Illuminate\Cache\CacheServiceProvider
                                                                    [cache.psr6] => Illuminate\Cache\CacheServiceProvider
                                                                    [memcached.connector] => Illuminate\Cache\CacheServiceProvider
                                                                    [command.cache.clear] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                    [command.cache.forget] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                    [command.clear-compiled] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                    [command.auth.resets.clear] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                    [command.config.cache] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                    [command.config.clear] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                    [command.db.wipe] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                    [command.down] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                    [command.environment] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                    [command.event.cache] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                    [command.event.clear] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                    [command.event.list] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                    [command.key.generate] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                    [command.optimize] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                    [command.optimize.clear] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                    [command.package.discover] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                    [command.preset] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                    [command.queue.failed] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                    [command.queue.flush] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                    [command.queue.forget] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                    [command.queue.listen] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                    [command.queue.restart] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                    [command.queue.retry] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                    [command.queue.work] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                    [command.route.cache] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                    [command.route.clear] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                    [command.route.list] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                    [command.seed] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                    [Illuminate\Console\Scheduling\ScheduleFinishCommand] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                    [Illuminate\Console\Scheduling\ScheduleRunCommand] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                    [command.storage.link] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                    [command.up] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                    [command.view.cache] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                    [command.view.clear] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                    [command.cache.table] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                    [command.channel.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                    [command.console.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                    [command.controller.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                    [command.event.generate] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                    [command.event.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                    [command.exception.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                    [command.factory.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                    [command.job.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                    [command.listener.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                    [command.mail.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                    [command.middleware.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                    [command.model.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                    [command.notification.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                    [command.notification.table] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                    [command.observer.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                    [command.policy.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                    [command.provider.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                    [command.queue.failed-table] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                    [command.queue.table] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                    [command.request.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                    [command.resource.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                    [command.rule.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                    [command.seeder.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                    [command.session.table] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                    [command.serve] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                    [command.test.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                    [command.vendor.publish] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                    migrator => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                    [migration.repository] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                    [migration.creator] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                    [command.migrate] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                    [command.migrate.fresh] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                    [command.migrate.install] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                    [command.migrate.refresh] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                    [command.migrate.reset] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                    [command.migrate.rollback] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                    [command.migrate.status] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                    [command.migrate.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                    composer => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                    hash => Illuminate\Hashing\HashServiceProvider
                                                                    [hash.driver] => Illuminate\Hashing\HashServiceProvider
                                                                    mailer => Illuminate\Mail\MailServiceProvider
                                                                    [swift.mailer] => Illuminate\Mail\MailServiceProvider
                                                                    [swift.transport] => Illuminate\Mail\MailServiceProvider
                                                                    [Illuminate\Mail\Markdown] => Illuminate\Mail\MailServiceProvider
                                                                    [Illuminate\Contracts\Pipeline\Hub] => Illuminate\Pipeline\PipelineServiceProvider
                                                                    [queue.worker] => Illuminate\Queue\QueueServiceProvider
                                                                    [queue.listener] => Illuminate\Queue\QueueServiceProvider
                                                                    [queue.failer] => Illuminate\Queue\QueueServiceProvider
                                                                    [queue.connection] => Illuminate\Queue\QueueServiceProvider
                                                                    redis => Illuminate\Redis\RedisServiceProvider
                                                                    [redis.connection] => Illuminate\Redis\RedisServiceProvider
                                                                    [auth.password] => Illuminate\Auth\Passwords\PasswordResetServiceProvider
                                                                    [auth.password.broker] => Illuminate\Auth\Passwords\PasswordResetServiceProvider
                                                                    translator => Illuminate\Translation\TranslationServiceProvider
                                                                    [translation.loader] => Illuminate\Translation\TranslationServiceProvider
                                                                    validator => Illuminate\Validation\ValidationServiceProvider
                                                                    [validation.presence] => Illuminate\Validation\ValidationServiceProvider
                                                                    [command.tinker] => Laravel\Tinker\TinkerServiceProvider
                                                                )
                                                            appPath => 
                                                            databasePath => 
                                                            storagePath => 
                                                            environmentPath => 
                                                            environmentFile => .env
                                                            isRunningInConsole => 1
                                                            namespace => 
                                                            resolved => Array(
                                                                    events => 1
                                                                    [App\Console\Kernel] => 1
                                                                    [Illuminate\Contracts\Console\Kernel] => 1
                                                                    [Illuminate\Foundation\Bootstrap\LoadEnvironmentVariables] => 1
                                                                    [Illuminate\Foundation\Bootstrap\LoadConfiguration] => 1
                                                                    [Illuminate\Foundation\Bootstrap\HandleExceptions] => 1
                                                                    env => 1
                                                                    [Illuminate\Foundation\Bootstrap\RegisterFacades] => 1
                                                                    [Illuminate\Foundation\Bootstrap\SetRequestForConsole] => 1
                                                                    [Illuminate\Foundation\Bootstrap\RegisterProviders] => 1
                                                                    [Facade\Ignition\LogRecorder\LogRecorder] => 1
                                                                    [Facade\Ignition\DumpRecorder\DumpRecorder] => 1
                                                                    [Facade\Ignition\QueryRecorder\QueryRecorder] => 1
                                                                    [flare.http] => 1
                                                                    [flare.client] => 1
                                                                    [Facade\Ignition\Middleware\SetNotifierName] => 1
                                                                    [Facade\Ignition\Middleware\AddEnvironmentInformation] => 1
                                                                    [Facade\Ignition\Middleware\AddLogs] => 1
                                                                    [Facade\Ignition\Middleware\AddDumps] => 1
                                                                    [Facade\Ignition\Middleware\AddQueries] => 1
                                                                    [Facade\IgnitionContracts\SolutionProviderRepository] => 1
                                                                    [Facade\Ignition\Middleware\AddSolutions] => 1
                                                                    [App\Exceptions\Handler] => 1
                                                                    [Illuminate\Contracts\Debug\ExceptionHandler] => 1
                                                                    [Illuminate\Foundation\Bootstrap\BootProviders] => 1
                                                                    [db.factory] => 1
                                                                    db => 1
                                                                    [view.engine.resolver] => 1
                                                                    files => 1
                                                                    [blade.compiler] => 1
                                                                    log => 1
                                                                    queue => 1
                                                                    router => 1
                                                                    url => 1
                                                                )
                                                            bindings => Array(
                                                                    [Illuminate\Foundation\Mix] => Array(
                                                                            concrete => Closure Object(
                                                                                    static => Array(
                                                                                            abstract => Illuminate\Foundation\Mix
                                                                                            concrete => Illuminate\Foundation\Mix
                                                                                        )
                                                                                    this => Illuminate\Foundation\Application Object
 
                                                                                    parameter => Array(
                                                                                            [$container] => 
                                                                                            [$parameters] => 
                                                                                        )
                                                                                )
                                                                            shared => 1
                                                                        )
                                                                    events => Array(
                                                                            concrete => Closure Object(
                                                                                    this => Illuminate\Events\EventServiceProvider Object
 
                                                                                    parameter => Array(
                                                                                            [$app] => 
                                                                                        )
                                                                                )
                                                                            shared => 1
                                                                        )
                                                                    log => Array(
                                                                            concrete => Closure Object(
                                                                                    this => Illuminate\Log\LogServiceProvider Object(
                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                        )
                                                                                )
                                                                            shared => 1
                                                                        )
                                                                    router => Array(
                                                                            concrete => Closure Object(
                                                                                    this => Illuminate\Routing\RoutingServiceProvider Object(
                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                        )
                                                                                    parameter => Array(
                                                                                            [$app] => 
                                                                                        )
                                                                                )
                                                                            shared => 1
                                                                        )
                                                                    url => Array(
                                                                            concrete => Closure Object(
                                                                                    this => Illuminate\Routing\RoutingServiceProvider Object(
                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                        )
                                                                                    parameter => Array(
                                                                                            [$app] => 
                                                                                        )
                                                                                )
                                                                            shared => 1
                                                                        )
                                                                    redirect => Array(
                                                                            concrete => Closure Object(
                                                                                    this => Illuminate\Routing\RoutingServiceProvider Object(
                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                        )
                                                                                    parameter => Array(
                                                                                            [$app] => 
                                                                                        )
                                                                                )
                                                                            shared => 1
                                                                        )
                                                                    [Psr\Http\Message\ServerRequestInterface] => Array(
                                                                            concrete => Closure Object(
                                                                                    this => Illuminate\Routing\RoutingServiceProvider Object(
                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                        )
                                                                                    parameter => Array(
                                                                                            [$app] => 
                                                                                        )
                                                                                )
                                                                            shared => 
                                                                        )
                                                                    [Psr\Http\Message\ResponseInterface] => Array(
                                                                            concrete => Closure Object(
                                                                                    this => Illuminate\Routing\RoutingServiceProvider Object(
                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                        )
                                                                                )
                                                                            shared => 
                                                                        )
                                                                    [Illuminate\Contracts\Routing\ResponseFactory] => Array(
                                                                            concrete => Closure Object(
                                                                                    this => Illuminate\Routing\RoutingServiceProvider Object(
                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                        )
                                                                                    parameter => Array(
                                                                                            [$app] => 
                                                                                        )
                                                                                )
                                                                            shared => 1
                                                                        )
                                                                    [Illuminate\Routing\Contracts\ControllerDispatcher] => Array(
                                                                            concrete => Closure Object(
                                                                                    this => Illuminate\Routing\RoutingServiceProvider Object(
                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                        )
                                                                                    parameter => Array(
                                                                                            [$app] => 
                                                                                        )
                                                                                )
                                                                            shared => 1
                                                                        )
                                                                    [Illuminate\Contracts\Http\Kernel] => Array(
                                                                            concrete => Closure Object(
                                                                                    static => Array(
                                                                                            abstract => Illuminate\Contracts\Http\Kernel
                                                                                            concrete => App\Http\Kernel
                                                                                        )
                                                                                    this => Illuminate\Foundation\Application Object
 
                                                                                    parameter => Array(
                                                                                            [$container] => 
                                                                                            [$parameters] => 
                                                                                        )
                                                                                )
                                                                            shared => 1
                                                                        )
                                                                    [Illuminate\Contracts\Console\Kernel] => Array(
                                                                            concrete => Closure Object(
                                                                                    static => Array(
                                                                                            abstract => Illuminate\Contracts\Console\Kernel
                                                                                            concrete => App\Console\Kernel
                                                                                        )
                                                                                    this => Illuminate\Foundation\Application Object
 
                                                                                    parameter => Array(
                                                                                            [$container] => 
                                                                                            [$parameters] => 
                                                                                        )
                                                                                )
                                                                            shared => 1
                                                                        )
                                                                    [Illuminate\Contracts\Debug\ExceptionHandler] => Array(
                                                                            concrete => Closure Object(
                                                                                    static => Array(
                                                                                            appExceptionHandler => App\Exceptions\Handler Object(
                                                                                                    dontReport => Array()
                                                                                                    dontFlash => Array(
                                                                                                            0 => password
                                                                                                            1 => password_confirmation
                                                                                                        )
                                                                                                    container => Illuminate\Foundation\Application Object
 
                                                                                                    internalDontReport => Array(
                                                                                                            0 => Illuminate\Auth\AuthenticationException
                                                                                                            1 => Illuminate\Auth\Access\AuthorizationException
                                                                                                            2 => Symfony\Component\HttpKernel\Exception\HttpException
                                                                                                            3 => Illuminate\Http\Exceptions\HttpResponseException
                                                                                                            4 => Illuminate\Database\Eloquent\ModelNotFoundException
                                                                                                            5 => Symfony\Component\HttpFoundation\Exception\SuspiciousOperationException
                                                                                                            6 => Illuminate\Session\TokenMismatchException
                                                                                                            7 => Illuminate\Validation\ValidationException
                                                                                                        )
                                                                                                )
                                                                                        )
                                                                                    this => NunoMaduro\Collision\Adapters\Laravel\CollisionServiceProvider Object(
                                                                                            defer => 1
                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                        )
                                                                                    parameter => Array(
                                                                                            [$app] => 
                                                                                        )
                                                                                )
                                                                            shared => 1
                                                                        )
                                                                    env => Array(
                                                                            concrete => Closure Object(
                                                                                    static => Array(
                                                                                            value => local
                                                                                        )
                                                                                    this => Illuminate\Foundation\Application Object
 
                                                                                )
                                                                            shared => 
                                                                        )
                                                                    auth => Array(
                                                                            concrete => Closure Object(
                                                                                    this => Illuminate\Auth\AuthServiceProvider Object(
                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                        )
                                                                                    parameter => Array(
                                                                                            [$app] => 
                                                                                        )
                                                                                )
                                                                            shared => 1
                                                                        )
                                                                    [auth.driver] => Array(
                                                                            concrete => Closure Object(
                                                                                    this => Illuminate\Auth\AuthServiceProvider Object(
                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                        )
                                                                                    parameter => Array(
                                                                                            [$app] => 
                                                                                        )
                                                                                )
                                                                            shared => 1
                                                                        )
                                                                    [Illuminate\Contracts\Auth\Authenticatable] => Array(
                                                                            concrete => Closure Object(
                                                                                    this => Illuminate\Auth\AuthServiceProvider Object(
                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                        )
                                                                                    parameter => Array(
                                                                                            [$app] => 
                                                                                        )
                                                                                )
                                                                            shared => 
                                                                        )
                                                                    [Illuminate\Contracts\Auth\Access\Gate] => Array(
                                                                            concrete => Closure Object(
                                                                                    this => Illuminate\Auth\AuthServiceProvider Object(
                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                        )
                                                                                    parameter => Array(
                                                                                            [$app] => 
                                                                                        )
                                                                                )
                                                                            shared => 1
                                                                        )
                                                                    cookie => Array(
                                                                            concrete => Closure Object(
                                                                                    this => Illuminate\Cookie\CookieServiceProvider Object(
                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                        )
                                                                                    parameter => Array(
                                                                                            [$app] => 
                                                                                        )
                                                                                )
                                                                            shared => 1
                                                                        )
                                                                    [db.factory] => Array(
                                                                            concrete => Closure Object(
                                                                                    this => Illuminate\Database\DatabaseServiceProvider Object(
                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                        )
                                                                                    parameter => Array(
                                                                                            [$app] => 
                                                                                        )
                                                                                )
                                                                            shared => 1
                                                                        )
                                                                    db => Array(
                                                                            concrete => Closure Object(
                                                                                    this => Illuminate\Database\DatabaseServiceProvider Object(
                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                        )
                                                                                    parameter => Array(
                                                                                            [$app] => 
                                                                                        )
                                                                                )
                                                                            shared => 1
                                                                        )
                                                                    [db.connection] => Array(
                                                                            concrete => Closure Object(
                                                                                    this => Illuminate\Database\DatabaseServiceProvider Object(
                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                        )
                                                                                    parameter => Array(
                                                                                            [$app] => 
                                                                                        )
                                                                                )
                                                                            shared => 
                                                                        )
                                                                    [Faker\Generator] => Array(
                                                                            concrete => Closure Object(
                                                                                    this => Illuminate\Database\DatabaseServiceProvider Object(
                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                        )
                                                                                    parameter => Array(
                                                                                            [$app] => 
                                                                                        )
                                                                                )
                                                                            shared => 1
                                                                        )
                                                                    [Illuminate\Database\Eloquent\Factory] => Array(
                                                                            concrete => Closure Object(
                                                                                    this => Illuminate\Database\DatabaseServiceProvider Object(
                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                        )
                                                                                    parameter => Array(
                                                                                            [$app] => 
                                                                                        )
                                                                                )
                                                                            shared => 1
                                                                        )
                                                                    [Illuminate\Contracts\Queue\EntityResolver] => Array(
                                                                            concrete => Closure Object(
                                                                                    this => Illuminate\Database\DatabaseServiceProvider Object(
                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                        )
                                                                                )
                                                                            shared => 1
                                                                        )
                                                                    encrypter => Array(
                                                                            concrete => Closure Object(
                                                                                    this => Illuminate\Encryption\EncryptionServiceProvider Object(
                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                        )
                                                                                    parameter => Array(
                                                                                            [$app] => 
                                                                                        )
                                                                                )
                                                                            shared => 1
                                                                        )
                                                                    files => Array(
                                                                            concrete => Closure Object(
                                                                                    this => Illuminate\Filesystem\FilesystemServiceProvider Object(
                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                        )
                                                                                )
                                                                            shared => 1
                                                                        )
                                                                    filesystem => Array(
                                                                            concrete => Closure Object(
                                                                                    this => Illuminate\Filesystem\FilesystemServiceProvider Object(
                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                        )
                                                                                )
                                                                            shared => 1
                                                                        )
                                                                    [filesystem.disk] => Array(
                                                                            concrete => Closure Object(
                                                                                    this => Illuminate\Filesystem\FilesystemServiceProvider Object(
                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                        )
                                                                                )
                                                                            shared => 1
                                                                        )
                                                                    [filesystem.cloud] => Array(
                                                                            concrete => Closure Object(
                                                                                    this => Illuminate\Filesystem\FilesystemServiceProvider Object(
                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                        )
                                                                                )
                                                                            shared => 1
                                                                        )
                                                                    [Illuminate\Notifications\ChannelManager] => Array(
                                                                            concrete => Closure Object(
                                                                                    this => Illuminate\Notifications\NotificationServiceProvider Object(
                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                        )
                                                                                    parameter => Array(
                                                                                            [$app] => 
                                                                                        )
                                                                                )
                                                                            shared => 1
                                                                        )
                                                                    session => Array(
                                                                            concrete => Closure Object(
                                                                                    this => Illuminate\Session\SessionServiceProvider Object(
                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                        )
                                                                                    parameter => Array(
                                                                                            [$app] => 
                                                                                        )
                                                                                )
                                                                            shared => 1
                                                                        )
                                                                    [session.store] => Array(
                                                                            concrete => Closure Object(
                                                                                    this => Illuminate\Session\SessionServiceProvider Object(
                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                        )
                                                                                    parameter => Array(
                                                                                            [$app] => 
                                                                                        )
                                                                                )
                                                                            shared => 1
                                                                        )
                                                                    [Illuminate\Session\Middleware\StartSession] => Array(
                                                                            concrete => Closure Object(
                                                                                    static => Array(
                                                                                            abstract => Illuminate\Session\Middleware\StartSession
                                                                                            concrete => Illuminate\Session\Middleware\StartSession
                                                                                        )
                                                                                    this => Illuminate\Foundation\Application Object
 
                                                                                    parameter => Array(
                                                                                            [$container] => 
                                                                                            [$parameters] => 
                                                                                        )
                                                                                )
                                                                            shared => 1
                                                                        )
                                                                    view => Array(
                                                                            concrete => Closure Object(
                                                                                    this => Illuminate\View\ViewServiceProvider Object(
                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                        )
                                                                                    parameter => Array(
                                                                                            [$app] => 
                                                                                        )
                                                                                )
                                                                            shared => 1
                                                                        )
                                                                    [view.finder] => Array(
                                                                            concrete => Closure Object(
                                                                                    this => Illuminate\View\ViewServiceProvider Object(
                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                        )
                                                                                    parameter => Array(
                                                                                            [$app] => 
                                                                                        )
                                                                                )
                                                                            shared => 
                                                                        )
                                                                    [view.engine.resolver] => Array(
                                                                            concrete => Closure Object(
                                                                                    this => Illuminate\View\ViewServiceProvider Object(
                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                        )
                                                                                )
                                                                            shared => 1
                                                                        )
                                                                    [Facade\IgnitionContracts\SolutionProviderRepository] => Array(
                                                                            concrete => Closure Object(
                                                                                    this => Facade\Ignition\IgnitionServiceProvider Object(
                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                        )
                                                                                )
                                                                            shared => 1
                                                                        )
                                                                    [Facade\Ignition\ErrorPage\Renderer] => Array(
                                                                            concrete => Closure Object(
                                                                                    this => Facade\Ignition\IgnitionServiceProvider Object(
                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                        )
                                                                                )
                                                                            shared => 
                                                                        )
                                                                    [Whoops\Handler\HandlerInterface] => Array(
                                                                            concrete => Closure Object(
                                                                                    this => Facade\Ignition\IgnitionServiceProvider Object(
                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                        )
                                                                                    parameter => Array(
                                                                                            [$app] => 
                                                                                        )
                                                                                )
                                                                            shared => 
                                                                        )
                                                                    [Facade\Ignition\IgnitionConfig] => Array(
                                                                            concrete => Closure Object(
                                                                                    this => Facade\Ignition\IgnitionServiceProvider Object(
                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                        )
                                                                                )
                                                                            shared => 1
                                                                        )
                                                                    [flare.http] => Array(
                                                                            concrete => Closure Object(
                                                                                    this => Facade\Ignition\IgnitionServiceProvider Object(
                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                        )
                                                                                )
                                                                            shared => 1
                                                                        )
                                                                    [flare.client] => Array(
                                                                            concrete => Closure Object(
                                                                                    this => Facade\Ignition\IgnitionServiceProvider Object(
                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                        )
                                                                                )
                                                                            shared => 1
                                                                        )
                                                                    [Facade\Ignition\LogRecorder\LogRecorder] => Array(
                                                                            concrete => Closure Object(
                                                                                    static => Array(
                                                                                            abstract => Facade\Ignition\LogRecorder\LogRecorder
                                                                                            concrete => Facade\Ignition\LogRecorder\LogRecorder
                                                                                        )
                                                                                    this => Illuminate\Foundation\Application Object
 
                                                                                    parameter => Array(
                                                                                            [$container] => 
                                                                                            [$parameters] => 
                                                                                        )
                                                                                )
                                                                            shared => 1
                                                                        )
                                                                    [Facade\Ignition\DumpRecorder\DumpRecorder] => Array(
                                                                            concrete => Closure Object(
                                                                                    static => Array(
                                                                                            abstract => Facade\Ignition\DumpRecorder\DumpRecorder
                                                                                            concrete => Facade\Ignition\DumpRecorder\DumpRecorder
                                                                                        )
                                                                                    this => Illuminate\Foundation\Application Object
 
                                                                                    parameter => Array(
                                                                                            [$container] => 
                                                                                            [$parameters] => 
                                                                                        )
                                                                                )
                                                                            shared => 1
                                                                        )
                                                                    [Facade\Ignition\QueryRecorder\QueryRecorder] => Array(
                                                                            concrete => Closure Object(
                                                                                    static => Array(
                                                                                            abstract => Facade\Ignition\QueryRecorder\QueryRecorder
                                                                                            concrete => Facade\Ignition\QueryRecorder\QueryRecorder
                                                                                        )
                                                                                    this => Illuminate\Foundation\Application Object
 
                                                                                    parameter => Array(
                                                                                            [$container] => 
                                                                                            [$parameters] => 
                                                                                        )
                                                                                )
                                                                            shared => 1
                                                                        )
                                                                    [NunoMaduro\Collision\Contracts\Adapters\Phpunit\Listener] => Array(
                                                                            concrete => Closure Object(
                                                                                    static => Array(
                                                                                            abstract => NunoMaduro\Collision\Contracts\Adapters\Phpunit\Listener
                                                                                            concrete => NunoMaduro\Collision\Adapters\Phpunit\Listener
                                                                                        )
                                                                                    this => Illuminate\Foundation\Application Object
 
                                                                                    parameter => Array(
                                                                                            [$container] => 
                                                                                            [$parameters] => 
                                                                                        )
                                                                                )
                                                                            shared => 1
                                                                        )
                                                                    [NunoMaduro\Collision\Contracts\Provider] => Array(
                                                                            concrete => Closure Object(
                                                                                    static => Array(
                                                                                            abstract => NunoMaduro\Collision\Contracts\Provider
                                                                                            concrete => NunoMaduro\Collision\Provider
                                                                                        )
                                                                                    this => Illuminate\Foundation\Application Object
 
                                                                                    parameter => Array(
                                                                                            [$container] => 
                                                                                            [$parameters] => 
                                                                                        )
                                                                                )
                                                                            shared => 
                                                                        )
                                                                    [blade.compiler] => Array(
                                                                            concrete => Closure Object(
                                                                                    this => Illuminate\View\ViewServiceProvider Object(
                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                        )
                                                                                )
                                                                            shared => 1
                                                                        )
                                                                    [flare.logger] => Array(
                                                                            concrete => Closure Object(
                                                                                    this => Facade\Ignition\IgnitionServiceProvider Object(
                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                        )
                                                                                    parameter => Array(
                                                                                            [$app] => 
                                                                                        )
                                                                                )
                                                                            shared => 1
                                                                        )
                                                                    [command.flare:test] => Array(
                                                                            concrete => Closure Object(
                                                                                    static => Array(
                                                                                            abstract => command.flare:test
                                                                                            concrete => Facade\Ignition\Commands\TestCommand
                                                                                        )
                                                                                    this => Illuminate\Foundation\Application Object
 
                                                                                    parameter => Array(
                                                                                            [$container] => 
                                                                                            [$parameters] => 
                                                                                        )
                                                                                )
                                                                            shared => 
                                                                        )
                                                                    [command.make:solution] => Array(
                                                                            concrete => Closure Object(
                                                                                    static => Array(
                                                                                            abstract => command.make:solution
                                                                                            concrete => Facade\Ignition\Commands\SolutionMakeCommand
                                                                                        )
                                                                                    this => Illuminate\Foundation\Application Object
 
                                                                                    parameter => Array(
                                                                                            [$container] => 
                                                                                            [$parameters] => 
                                                                                        )
                                                                                )
                                                                            shared => 
                                                                        )
                                                                    queue => Array(
                                                                            concrete => Closure Object(
                                                                                    this => Illuminate\Queue\QueueServiceProvider Object(
                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                        )
                                                                                    parameter => Array(
                                                                                            [$app] => 
                                                                                        )
                                                                                )
                                                                            shared => 1
                                                                        )
                                                                    [queue.connection] => Array(
                                                                            concrete => Closure Object(
                                                                                    this => Illuminate\Queue\QueueServiceProvider Object(
                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                        )
                                                                                    parameter => Array(
                                                                                            [$app] => 
                                                                                        )
                                                                                )
                                                                            shared => 1
                                                                        )
                                                                    [queue.worker] => Array(
                                                                            concrete => Closure Object(
                                                                                    this => Illuminate\Queue\QueueServiceProvider Object(
                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                        )
                                                                                )
                                                                            shared => 1
                                                                        )
                                                                    [queue.listener] => Array(
                                                                            concrete => Closure Object(
                                                                                    this => Illuminate\Queue\QueueServiceProvider Object(
                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                        )
                                                                                )
                                                                            shared => 1
                                                                        )
                                                                    [queue.failer] => Array(
                                                                            concrete => Closure Object(
                                                                                    this => Illuminate\Queue\QueueServiceProvider Object(
                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                        )
                                                                                )
                                                                            shared => 1
                                                                        )
                                                                    [Facade\Ignition\DumpRecorder\MultiDumpHandler] => Array(
                                                                            concrete => Closure Object(
                                                                                    static => Array(
                                                                                            abstract => Facade\Ignition\DumpRecorder\MultiDumpHandler
                                                                                            concrete => Facade\Ignition\DumpRecorder\MultiDumpHandler Object(
                                                                                                    handlers => Array(
                                                                                                            0 => Closure Object(
                                                                                                                    this => Facade\Ignition\DumpRecorder\DumpRecorder Object(
                                                                                                                            dumps => Array()
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                    parameter => Array(
                                                                                                                            [$value] => 
                                                                                                                        )
                                                                                                                )
                                                                                                            1 => Closure Object(
                                                                                                                    this => Facade\Ignition\DumpRecorder\DumpRecorder Object(
                                                                                                                            dumps => Array()
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                    parameter => Array(
                                                                                                                            [$var] => 
                                                                                                                        )
                                                                                                                )
                                                                                                        )
                                                                                                )
                                                                                        )
                                                                                    this => Illuminate\Foundation\Application Object
 
                                                                                    parameter => Array(
                                                                                            [$container] => 
                                                                                            [$parameters] => 
                                                                                        )
                                                                                )
                                                                            shared => 1
                                                                        )
                                                                )
                                                            methodBindings => Array()
                                                            instances => Array(
                                                                    path => /0000/app
                                                                    [path.base] => /0000
                                                                    [path.lang] => /0000/resources/lang
                                                                    [path.config] => /0000/config
                                                                    [path.public] => /0000/public
                                                                    [path.storage] => /0000/storage
                                                                    [path.database] => /0000/database
                                                                    [path.resources] => /0000/resources
                                                                    [path.bootstrap] => /0000/bootstrap
                                                                    app => Illuminate\Foundation\Application Object
 
                                                                    [Illuminate\Container\Container] => Illuminate\Foundation\Application Object
 
                                                                    [Illuminate\Foundation\PackageManifest] => Illuminate\Foundation\PackageManifest Object(
                                                                            files => Illuminate\Filesystem\Filesystem Object()
                                                                            basePath => /0000
                                                                            vendorPath => /0000/vendor
                                                                            manifestPath => /0000/bootstrap/cache/packages.php
                                                                            manifest => Array(
                                                                                    [facade/ignition] => Array(
                                                                                            providers => Array(
                                                                                                    0 => Facade\Ignition\IgnitionServiceProvider
                                                                                                )
                                                                                            aliases => Array(
                                                                                                    Flare => Facade\Ignition\Facades\Flare
                                                                                                )
                                                                                        )
                                                                                    [fideloper/proxy] => Array(
                                                                                            providers => Array(
                                                                                                    0 => Fideloper\Proxy\TrustedProxyServiceProvider
                                                                                                )
                                                                                        )
                                                                                    [laravel/tinker] => Array(
                                                                                            providers => Array(
                                                                                                    0 => Laravel\Tinker\TinkerServiceProvider
                                                                                                )
                                                                                        )
                                                                                    [nesbot/carbon] => Array(
                                                                                            providers => Array(
                                                                                                    0 => Carbon\Laravel\ServiceProvider
                                                                                                )
                                                                                        )
                                                                                    [nunomaduro/collision] => Array(
                                                                                            providers => Array(
                                                                                                    0 => NunoMaduro\Collision\Adapters\Laravel\CollisionServiceProvider
                                                                                                )
                                                                                        )
                                                                                )
                                                                        )
                                                                    events => Illuminate\Events\Dispatcher Object
 
                                                                    [Illuminate\Contracts\Console\Kernel] => App\Console\Kernel Object(
                                                                            commands => Array()
                                                                            app => Illuminate\Foundation\Application Object
 
                                                                            events => Illuminate\Events\Dispatcher Object
 
                                                                            artisan => 
                                                                            commandsLoaded => 
                                                                            bootstrappers => Array(
                                                                                    0 => Illuminate\Foundation\Bootstrap\LoadEnvironmentVariables
                                                                                    1 => Illuminate\Foundation\Bootstrap\LoadConfiguration
                                                                                    2 => Illuminate\Foundation\Bootstrap\HandleExceptions
                                                                                    3 => Illuminate\Foundation\Bootstrap\RegisterFacades
                                                                                    4 => Illuminate\Foundation\Bootstrap\SetRequestForConsole
                                                                                    5 => Illuminate\Foundation\Bootstrap\RegisterProviders
                                                                                    6 => Illuminate\Foundation\Bootstrap\BootProviders
                                                                                )
                                                                        )
                                                                    config => Illuminate\Config\Repository Object(
                                                                            items => Array(
                                                                                    app => Array(
                                                                                            name => 本地测试
                                                                                            env => local
                                                                                            debug => 1
                                                                                            url => http://localhost
                                                                                            asset_url => 
                                                                                            timezone => UTC
                                                                                            locale => en
                                                                                            fallback_locale => en
                                                                                            faker_locale => en_US
                                                                                            key => base64:gIjju1XIlTNS6j8BuifyrL2QAARYlvdKYd31eAqei7g=
                                                                                            cipher => AES-256-CBC
                                                                                            providers => Array(
                                                                                                    0 => Illuminate\Auth\AuthServiceProvider
                                                                                                    1 => Illuminate\Broadcasting\BroadcastServiceProvider
                                                                                                    2 => Illuminate\Bus\BusServiceProvider
                                                                                                    3 => Illuminate\Cache\CacheServiceProvider
                                                                                                    4 => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                                                    5 => Illuminate\Cookie\CookieServiceProvider
                                                                                                    6 => Illuminate\Database\DatabaseServiceProvider
                                                                                                    7 => Illuminate\Encryption\EncryptionServiceProvider
                                                                                                    8 => Illuminate\Filesystem\FilesystemServiceProvider
                                                                                                    9 => Illuminate\Foundation\Providers\FoundationServiceProvider
                                                                                                    10 => Illuminate\Hashing\HashServiceProvider
                                                                                                    11 => Illuminate\Mail\MailServiceProvider
                                                                                                    12 => Illuminate\Notifications\NotificationServiceProvider
                                                                                                    13 => Illuminate\Pagination\PaginationServiceProvider
                                                                                                    14 => Illuminate\Pipeline\PipelineServiceProvider
                                                                                                    15 => Illuminate\Queue\QueueServiceProvider
                                                                                                    16 => Illuminate\Redis\RedisServiceProvider
                                                                                                    17 => Illuminate\Auth\Passwords\PasswordResetServiceProvider
                                                                                                    18 => Illuminate\Session\SessionServiceProvider
                                                                                                    19 => Illuminate\Translation\TranslationServiceProvider
                                                                                                    20 => Illuminate\Validation\ValidationServiceProvider
                                                                                                    21 => Illuminate\View\ViewServiceProvider
                                                                                                    22 => App\Providers\AppServiceProvider
                                                                                                    23 => App\Providers\AuthServiceProvider
                                                                                                    24 => App\Providers\EventServiceProvider
                                                                                                    25 => App\Providers\RouteServiceProvider
                                                                                                )
                                                                                            aliases => Array(
                                                                                                    App => Illuminate\Support\Facades\App
                                                                                                    Arr => Illuminate\Support\Arr
                                                                                                    Artisan => Illuminate\Support\Facades\Artisan
                                                                                                    Auth => Illuminate\Support\Facades\Auth
                                                                                                    Blade => Illuminate\Support\Facades\Blade
                                                                                                    Broadcast => Illuminate\Support\Facades\Broadcast
                                                                                                    Bus => Illuminate\Support\Facades\Bus
                                                                                                    Cache => Illuminate\Support\Facades\Cache
                                                                                                    Config => Illuminate\Support\Facades\Config
                                                                                                    Cookie => Illuminate\Support\Facades\Cookie
                                                                                                    Crypt => Illuminate\Support\Facades\Crypt
                                                                                                    DB => Illuminate\Support\Facades\DB
                                                                                                    Eloquent => Illuminate\Database\Eloquent\Model
                                                                                                    Event => Illuminate\Support\Facades\Event
                                                                                                    File => Illuminate\Support\Facades\File
                                                                                                    Gate => Illuminate\Support\Facades\Gate
                                                                                                    Hash => Illuminate\Support\Facades\Hash
                                                                                                    Lang => Illuminate\Support\Facades\Lang
                                                                                                    Log => Illuminate\Support\Facades\Log
                                                                                                    Mail => Illuminate\Support\Facades\Mail
                                                                                                    Notification => Illuminate\Support\Facades\Notification
                                                                                                    Password => Illuminate\Support\Facades\Password
                                                                                                    Queue => Illuminate\Support\Facades\Queue
                                                                                                    Redirect => Illuminate\Support\Facades\Redirect
                                                                                                    Redis => Illuminate\Support\Facades\Redis
                                                                                                    Request => Illuminate\Support\Facades\Request
                                                                                                    Response => Illuminate\Support\Facades\Response
                                                                                                    Route => Illuminate\Support\Facades\Route
                                                                                                    Schema => Illuminate\Support\Facades\Schema
                                                                                                    Session => Illuminate\Support\Facades\Session
                                                                                                    Storage => Illuminate\Support\Facades\Storage
                                                                                                    Str => Illuminate\Support\Str
                                                                                                    URL => Illuminate\Support\Facades\URL
                                                                                                    Validator => Illuminate\Support\Facades\Validator
                                                                                                    View => Illuminate\Support\Facades\View
                                                                                                )
                                                                                        )
                                                                                    auth => Array(
                                                                                            defaults => Array(
                                                                                                    guard => web
                                                                                                    passwords => users
                                                                                                )
                                                                                            guards => Array(
                                                                                                    web => Array(
                                                                                                            driver => session
                                                                                                            provider => users
                                                                                                        )
                                                                                                    api => Array(
                                                                                                            driver => token
                                                                                                            provider => users
                                                                                                            hash => 
                                                                                                        )
                                                                                                )
                                                                                            providers => Array(
                                                                                                    users => Array(
                                                                                                            driver => eloquent
                                                                                                            model => App\User
                                                                                                        )
                                                                                                )
                                                                                            passwords => Array(
                                                                                                    users => Array(
                                                                                                            provider => users
                                                                                                            table => password_resets
                                                                                                            expire => 60
                                                                                                            throttle => 60
                                                                                                        )
                                                                                                )
                                                                                            password_timeout => 10800
                                                                                        )
                                                                                    broadcasting => Array(
                                                                                            default => log
                                                                                            connections => Array(
                                                                                                    pusher => Array(
                                                                                                            driver => pusher
                                                                                                            key => 
                                                                                                            secret => 
                                                                                                            app_id => 
                                                                                                            options => Array(
                                                                                                                    cluster => mt1
                                                                                                                    useTLS => 1
                                                                                                                )
                                                                                                        )
                                                                                                    redis => Array(
                                                                                                            driver => redis
                                                                                                            connection => default
                                                                                                        )
                                                                                                    log => Array(
                                                                                                            driver => log
                                                                                                        )
                                                                                                    null => Array(
                                                                                                            driver => null
                                                                                                        )
                                                                                                )
                                                                                        )
                                                                                    cache => Array(
                                                                                            default => file
                                                                                            stores => Array(
                                                                                                    apc => Array(
                                                                                                            driver => apc
                                                                                                        )
                                                                                                    array => Array(
                                                                                                            driver => array
                                                                                                        )
                                                                                                    database => Array(
                                                                                                            driver => database
                                                                                                            table => cache
                                                                                                            connection => 
                                                                                                        )
                                                                                                    file => Array(
                                                                                                            driver => file
                                                                                                            path => /0000/storage/framework/cache/data
                                                                                                        )
                                                                                                    memcached => Array(
                                                                                                            driver => memcached
                                                                                                            persistent_id => 
                                                                                                            sasl => Array(
                                                                                                                    0 => 
                                                                                                                    1 => 
                                                                                                                )
                                                                                                            options => Array()
                                                                                                            servers => Array(
                                                                                                                    0 => Array(
                                                                                                                            host => 127.0.0.1
                                                                                                                            port => 11211
                                                                                                                            weight => 100
                                                                                                                        )
                                                                                                                )
                                                                                                        )
                                                                                                    redis => Array(
                                                                                                            driver => redis
                                                                                                            connection => cache
                                                                                                        )
                                                                                                    dynamodb => Array(
                                                                                                            driver => dynamodb
                                                                                                            key => 
                                                                                                            secret => 
                                                                                                            region => us-east-1
                                                                                                            table => cache
                                                                                                            endpoint => 
                                                                                                        )
                                                                                                )
                                                                                            prefix => _cache
                                                                                        )
                                                                                    database => Array(
                                                                                            default => mysql
                                                                                            connections => Array(
                                                                                                    sqlite => Array(
                                                                                                            driver => sqlite
                                                                                                            url => 
                                                                                                            database => laravel
                                                                                                            prefix => 
                                                                                                            foreign_key_constraints => 1
                                                                                                        )
                                                                                                    mysql => Array(
                                                                                                            driver => mysql
                                                                                                            url => 
                                                                                                            host => 127.0.0.1
                                                                                                            port => 3306
                                                                                                            database => laravel
                                                                                                            username => root
                                                                                                            password => 
                                                                                                            unix_socket => 
                                                                                                            charset => utf8mb4
                                                                                                            collation => utf8mb4_unicode_ci
                                                                                                            prefix => 
                                                                                                            prefix_indexes => 1
                                                                                                            strict => 1
                                                                                                            engine => 
                                                                                                            options => Array()
                                                                                                        )
                                                                                                    pgsql => Array(
                                                                                                            driver => pgsql
                                                                                                            url => 
                                                                                                            host => 127.0.0.1
                                                                                                            port => 3306
                                                                                                            database => laravel
                                                                                                            username => root
                                                                                                            password => 
                                                                                                            charset => utf8
                                                                                                            prefix => 
                                                                                                            prefix_indexes => 1
                                                                                                            schema => public
                                                                                                            sslmode => prefer
                                                                                                        )
                                                                                                    sqlsrv => Array(
                                                                                                            driver => sqlsrv
                                                                                                            url => 
                                                                                                            host => 127.0.0.1
                                                                                                            port => 3306
                                                                                                            database => laravel
                                                                                                            username => root
                                                                                                            password => 
                                                                                                            charset => utf8
                                                                                                            prefix => 
                                                                                                            prefix_indexes => 1
                                                                                                        )
                                                                                                )
                                                                                            migrations => migrations
                                                                                            redis => Array(
                                                                                                    client => phpredis
                                                                                                    options => Array(
                                                                                                            cluster => redis
                                                                                                            prefix => _database_
                                                                                                        )
                                                                                                    default => Array(
                                                                                                            url => 
                                                                                                            host => 127.0.0.1
                                                                                                            password => 
                                                                                                            port => 6379
                                                                                                            database => 0
                                                                                                        )
                                                                                                    cache => Array(
                                                                                                            url => 
                                                                                                            host => 127.0.0.1
                                                                                                            password => 
                                                                                                            port => 6379
                                                                                                            database => 1
                                                                                                        )
                                                                                                )
                                                                                        )
                                                                                    filesystems => Array(
                                                                                            default => local
                                                                                            cloud => s3
                                                                                            disks => Array(
                                                                                                    local => Array(
                                                                                                            driver => local
                                                                                                            root => /0000/storage/app
                                                                                                        )
                                                                                                    public => Array(
                                                                                                            driver => local
                                                                                                            root => /0000/storage/app/public
                                                                                                            url => http://localhost/storage
                                                                                                            visibility => public
                                                                                                        )
                                                                                                    s3 => Array(
                                                                                                            driver => s3
                                                                                                            key => 
                                                                                                            secret => 
                                                                                                            region => us-east-1
                                                                                                            bucket => 
                                                                                                            url => 
                                                                                                        )
                                                                                                )
                                                                                        )
                                                                                    hashing => Array(
                                                                                            driver => bcrypt
                                                                                            bcrypt => Array(
                                                                                                    rounds => 10
                                                                                                )
                                                                                            argon => Array(
                                                                                                    memory => 1024
                                                                                                    threads => 2
                                                                                                    time => 2
                                                                                                )
                                                                                        )
                                                                                    logging => Array(
                                                                                            default => stack
                                                                                            channels => Array(
                                                                                                    stack => Array(
                                                                                                            driver => stack
                                                                                                            channels => Array(
                                                                                                                    0 => single
                                                                                                                )
                                                                                                            ignore_exceptions => 
                                                                                                        )
                                                                                                    single => Array(
                                                                                                            driver => single
                                                                                                            path => /0000/storage/logs/laravel.log
                                                                                                            level => debug
                                                                                                        )
                                                                                                    daily => Array(
                                                                                                            driver => daily
                                                                                                            path => /0000/storage/logs/laravel.log
                                                                                                            level => debug
                                                                                                            days => 14
                                                                                                        )
                                                                                                    slack => Array(
                                                                                                            driver => slack
                                                                                                            url => 
                                                                                                            username => Laravel Log
                                                                                                            emoji => :boom:
                                                                                                            level => critical
                                                                                                        )
                                                                                                    papertrail => Array(
                                                                                                            driver => monolog
                                                                                                            level => debug
                                                                                                            handler => Monolog\Handler\SyslogUdpHandler
                                                                                                            handler_with => Array(
                                                                                                                    host => 
                                                                                                                    port => 
                                                                                                                )
                                                                                                        )
                                                                                                    stderr => Array(
                                                                                                            driver => monolog
                                                                                                            handler => Monolog\Handler\StreamHandler
                                                                                                            formatter => 
                                                                                                            with => Array(
                                                                                                                    stream => php://stderr
                                                                                                                )
                                                                                                        )
                                                                                                    syslog => Array(
                                                                                                            driver => syslog
                                                                                                            level => debug
                                                                                                        )
                                                                                                    errorlog => Array(
                                                                                                            driver => errorlog
                                                                                                            level => debug
                                                                                                        )
                                                                                                    null => Array(
                                                                                                            driver => monolog
                                                                                                            handler => Monolog\Handler\NullHandler
                                                                                                        )
                                                                                                    emergency => Array(
                                                                                                            path => /0000/storage/logs/laravel.log
                                                                                                        )
                                                                                                )
                                                                                        )
                                                                                    mail => Array(
                                                                                            driver => smtp
                                                                                            host => smtp.mailtrap.io
                                                                                            port => 2525
                                                                                            from => Array(
                                                                                                    address => 
                                                                                                    name => 本地测试
                                                                                                )
                                                                                            encryption => 
                                                                                            username => 
                                                                                            password => 
                                                                                            sendmail => /usr/sbin/sendmail -bs
                                                                                            markdown => Array(
                                                                                                    theme => default
                                                                                                    paths => Array(
                                                                                                            0 => /0000/resources/views/vendor/mail
                                                                                                        )
                                                                                                )
                                                                                            log_channel => 
                                                                                        )
                                                                                    queue => Array(
                                                                                            default => sync
                                                                                            connections => Array(
                                                                                                    sync => Array(
                                                                                                            driver => sync
                                                                                                        )
                                                                                                    database => Array(
                                                                                                            driver => database
                                                                                                            table => jobs
                                                                                                            queue => default
                                                                                                            retry_after => 90
                                                                                                        )
                                                                                                    beanstalkd => Array(
                                                                                                            driver => beanstalkd
                                                                                                            host => localhost
                                                                                                            queue => default
                                                                                                            retry_after => 90
                                                                                                            block_for => 0
                                                                                                        )
                                                                                                    sqs => Array(
                                                                                                            driver => sqs
                                                                                                            key => 
                                                                                                            secret => 
                                                                                                            prefix => https://sqs.us-east-1.amazonaws.com/your-account-id
                                                                                                            queue => your-queue-name
                                                                                                            region => us-east-1
                                                                                                        )
                                                                                                    redis => Array(
                                                                                                            driver => redis
                                                                                                            connection => default
                                                                                                            queue => default
                                                                                                            retry_after => 90
                                                                                                            block_for => 
                                                                                                        )
                                                                                                )
                                                                                            failed => Array(
                                                                                                    driver => database
                                                                                                    database => mysql
                                                                                                    table => failed_jobs
                                                                                                )
                                                                                        )
                                                                                    services => Array(
                                                                                            mailgun => Array(
                                                                                                    domain => 
                                                                                                    secret => 
                                                                                                    endpoint => api.mailgun.net
                                                                                                )
                                                                                            postmark => Array(
                                                                                                    token => 
                                                                                                )
                                                                                            ses => Array(
                                                                                                    key => 
                                                                                                    secret => 
                                                                                                    region => us-east-1
                                                                                                )
                                                                                        )
                                                                                    session => Array(
                                                                                            driver => cookie
                                                                                            lifetime => 120
                                                                                            expire_on_close => 
                                                                                            encrypt => 
                                                                                            files => /0000/storage/framework/sessions
                                                                                            connection => 
                                                                                            table => sessions
                                                                                            store => 
                                                                                            lottery => Array(
                                                                                                    0 => 2
                                                                                                    1 => 100
                                                                                                )
                                                                                            cookie => _session
                                                                                            path => /
                                                                                            domain => 
                                                                                            secure => 
                                                                                            http_only => 1
                                                                                            same_site => 
                                                                                        )
                                                                                    view => Array(
                                                                                            paths => Array(
                                                                                                    0 => /0000/resources/views
                                                                                                )
                                                                                            compiled => /0000/storage/framework/views
                                                                                        )
                                                                                    flare => Array(
                                                                                            key => 
                                                                                            reporting => Array(
                                                                                                    anonymize_ips => 1
                                                                                                    collect_git_information => 1
                                                                                                    report_queries => 1
                                                                                                    maximum_number_of_collected_queries => 200
                                                                                                    report_query_bindings => 1
                                                                                                    report_view_data => 1
                                                                                                    grouping_type => 
                                                                                                )
                                                                                            send_logs_as_events => 1
                                                                                        )
                                                                                    ignition => Array(
                                                                                            editor => phpstorm
                                                                                            theme => light
                                                                                            enable_share_button => 1
                                                                                            register_commands => 
                                                                                            ignored_solution_providers => Array()
                                                                                            enable_runnable_solutions => 
                                                                                            remote_sites_path => 
                                                                                            local_sites_path => 
                                                                                            housekeeping_endpoint_prefix => _ignition
                                                                                        )
                                                                                    trustedproxy => Array(
                                                                                            proxies => 
                                                                                            headers => 30
                                                                                        )
                                                                                )
                                                                        )
                                                                    request => Illuminate\Http\Request Object(
                                                                            json => 
                                                                            convertedFiles => 
                                                                            userResolver => 
                                                                            routeResolver => 
                                                                            attributes => Symfony\Component\HttpFoundation\ParameterBag Object(
                                                                                    parameters => Array()
                                                                                )
                                                                            request => Symfony\Component\HttpFoundation\ParameterBag Object(
                                                                                    parameters => Array()
                                                                                )
                                                                            query => Symfony\Component\HttpFoundation\ParameterBag Object(
                                                                                    parameters => Array()
                                                                                )
                                                                            server => Symfony\Component\HttpFoundation\ServerBag Object(
                                                                                    parameters => Array(
                                                                                            SERVER_NAME => localhost
                                                                                            SERVER_PORT => 80
                                                                                            HTTP_HOST => localhost
                                                                                            HTTP_USER_AGENT => Symfony
                                                                                            HTTP_ACCEPT => text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
                                                                                            HTTP_ACCEPT_LANGUAGE => en-us,en;q=0.5
                                                                                            HTTP_ACCEPT_CHARSET => ISO-8859-1,utf-8;q=0.7,*;q=0.7
                                                                                            REMOTE_ADDR => 127.0.0.1
                                                                                            SCRIPT_NAME => artisan
                                                                                            SCRIPT_FILENAME => artisan
                                                                                            SERVER_PROTOCOL => HTTP/1.1
                                                                                            REQUEST_TIME => 1578274558
                                                                                            PHP_EXTRA_CONFIGURE_ARGS => --enable-fpm --with-fpm-user=www-data --with-fpm-group=www-data --disable-cgi
                                                                                            LANGUAGE => C
                                                                                            HOSTNAME => d9d2f135fb85
                                                                                            PHP_INI_DIR => /usr/local/etc/php
                                                                                            GIT_ASKPASS => echo
                                                                                            SHLVL => 2
                                                                                            HOME => /root
                                                                                            OLDPWD => /
                                                                                            PHP_LDFLAGS => -Wl,-O1 -Wl,--hash-style=both -pie
                                                                                            PHP_CFLAGS => -fstack-protector-strong -fpic -fpie -O2
                                                                                            PHP_MD5 => 
                                                                                            PHP_VERSION => 7.2.19
                                                                                            COMPOSER_HOME => /tmp/composer
                                                                                            COMPOSER_BINARY => /usr/bin/composer
                                                                                            GPG_KEYS => 1729F83938DA44E27BA0F4D3DBDB397470D12172 B1B44D8F021E4E2D6021E995DC9FF8D3EE5AF27F
                                                                                            PHP_CPPFLAGS => -fstack-protector-strong -fpic -fpie -O2
                                                                                            PHP_ASC_URL => https://www.php.net/get/php-7.2.19.tar.xz.asc/from/this/mirror
                                                                                            PHP_URL => https://www.php.net/get/php-7.2.19.tar.xz/from/this/mirror
                                                                                            TERM => xterm
                                                                                            PATH => /0000/vendor/bin:/tmp/composer/vendor/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
                                                                                            LD_PRELOAD => /usr/lib/preloadable_libiconv.so php
                                                                                            PHPIZE_DEPS => autoconf 		dpkg-dev dpkg 		file 		g++ 		gcc 		libc-dev 		make 		pkgconf 		re2c
                                                                                            PWD => /0000
                                                                                            PHP_SHA256 => 4ffa2404a88d60e993a9fe69f829ebec3eb1e006de41b6048ce5e91bbeaa9282
                                                                                            PHP_SELF => artisan
                                                                                            PATH_TRANSLATED => artisan
                                                                                            DOCUMENT_ROOT => 
                                                                                            REQUEST_TIME_FLOAT => 1578274558.794
                                                                                            argv => Array(
                                                                                                    0 => artisan
                                                                                                    1 => package:discover
                                                                                                    2 => --ansi
                                                                                                )
                                                                                            argc => 3
                                                                                            APP_NAME => 本地测试
                                                                                            APP_ENV => local
                                                                                            APP_KEY => base64:gIjju1XIlTNS6j8BuifyrL2QAARYlvdKYd31eAqei7g=
                                                                                            APP_DEBUG => true
                                                                                            APP_URL => http://localhost
                                                                                            LOG_CHANNEL => stack
                                                                                            DB_CONNECTION => mysql
                                                                                            DB_HOST => 127.0.0.1
                                                                                            DB_PORT => 3306
                                                                                            DB_DATABASE => laravel
                                                                                            DB_USERNAME => root
                                                                                            DB_PASSWORD => 
                                                                                            BROADCAST_DRIVER => log
                                                                                            CACHE_DRIVER => file
                                                                                            QUEUE_CONNECTION => sync
                                                                                            SESSION_DRIVER => cookie
                                                                                            SESSION_LIFETIME => 120
                                                                                            REDIS_HOST => 127.0.0.1
                                                                                            REDIS_PASSWORD => null
                                                                                            REDIS_PORT => 6379
                                                                                            MAIL_DRIVER => smtp
                                                                                            MAIL_HOST => smtp.mailtrap.io
                                                                                            MAIL_PORT => 2525
                                                                                            MAIL_USERNAME => null
                                                                                            MAIL_PASSWORD => null
                                                                                            MAIL_ENCRYPTION => null
                                                                                            MAIL_FROM_ADDRESS => null
                                                                                            MAIL_FROM_NAME => 本地测试
                                                                                            AWS_ACCESS_KEY_ID => 
                                                                                            AWS_SECRET_ACCESS_KEY => 
                                                                                            AWS_DEFAULT_REGION => us-east-1
                                                                                            AWS_BUCKET => 
                                                                                            PUSHER_APP_ID => 
                                                                                            PUSHER_APP_KEY => 
                                                                                            PUSHER_APP_SECRET => 
                                                                                            PUSHER_APP_CLUSTER => mt1
                                                                                            MIX_PUSHER_APP_KEY => 
                                                                                            MIX_PUSHER_APP_CLUSTER => mt1
                                                                                            PATH_INFO => 
                                                                                            REQUEST_METHOD => GET
                                                                                            REQUEST_URI => /
                                                                                            QUERY_STRING => 
                                                                                        )
                                                                                )
                                                                            files => Symfony\Component\HttpFoundation\FileBag Object(
                                                                                    parameters => Array()
                                                                                )
                                                                            cookies => Symfony\Component\HttpFoundation\ParameterBag Object(
                                                                                    parameters => Array()
                                                                                )
                                                                            headers => Symfony\Component\HttpFoundation\HeaderBag Object(
                                                                                    headers => Array(
                                                                                            host => Array(
                                                                                                    0 => localhost
                                                                                                )
                                                                                            [user-agent] => Array(
                                                                                                    0 => Symfony
                                                                                                )
                                                                                            accept => Array(
                                                                                                    0 => text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
                                                                                                )
                                                                                            [accept-language] => Array(
                                                                                                    0 => en-us,en;q=0.5
                                                                                                )
                                                                                            [accept-charset] => Array(
                                                                                                    0 => ISO-8859-1,utf-8;q=0.7,*;q=0.7
                                                                                                )
                                                                                        )
                                                                                    cacheControl => Array()
                                                                                )
                                                                            content => 
                                                                            languages => 
                                                                            charsets => 
                                                                            encodings => 
                                                                            acceptableContentTypes => 
                                                                            pathInfo => 
                                                                            requestUri => 
                                                                            baseUrl => 
                                                                            basePath => 
                                                                            method => 
                                                                            format => 
                                                                            session => 
                                                                            locale => 
                                                                            defaultLocale => en
                                                                            [preferredFormat:Symfony\Component\HttpFoundation\Request:private] => 
                                                                            [isHostValid:Symfony\Component\HttpFoundation\Request:private] => 1
                                                                            [isForwardedValid:Symfony\Component\HttpFoundation\Request:private] => 1
                                                                        )
                                                                    [Facade\Ignition\LogRecorder\LogRecorder] => Facade\Ignition\LogRecorder\LogRecorder Object(
                                                                            logMessages => Array()
                                                                            app => Illuminate\Foundation\Application Object
 
                                                                        )
                                                                    [Facade\Ignition\DumpRecorder\DumpRecorder] => Facade\Ignition\DumpRecorder\DumpRecorder Object(
                                                                            dumps => Array()
                                                                            app => Illuminate\Foundation\Application Object
 
                                                                        )
                                                                    [Facade\Ignition\QueryRecorder\QueryRecorder] => Facade\Ignition\QueryRecorder\QueryRecorder Object(
                                                                            queries => Array()
                                                                            app => Illuminate\Foundation\Application Object
 
                                                                        )
                                                                    [flare.http] => Facade\FlareClient\Http\Client Object(
                                                                            [apiToken:Facade\FlareClient\Http\Client:private] => 
                                                                            [apiSecret:Facade\FlareClient\Http\Client:private] => 
                                                                            [baseUrl:Facade\FlareClient\Http\Client:private] => https://flareapp.io/api
                                                                            [timeout:Facade\FlareClient\Http\Client:private] => 10
                                                                        )
                                                                    [flare.client] => Facade\FlareClient\Flare Object(
                                                                            [client:Facade\FlareClient\Flare:private] => Facade\FlareClient\Http\Client Object(
                                                                                    [apiToken:Facade\FlareClient\Http\Client:private] => 
                                                                                    [apiSecret:Facade\FlareClient\Http\Client:private] => 
                                                                                    [baseUrl:Facade\FlareClient\Http\Client:private] => https://flareapp.io/api
                                                                                    [timeout:Facade\FlareClient\Http\Client:private] => 10
                                                                                )
                                                                            [api:Facade\FlareClient\Flare:private] => Facade\FlareClient\Api Object(
                                                                                    [client:Facade\FlareClient\Api:private] => Facade\FlareClient\Http\Client Object(
                                                                                            [apiToken:Facade\FlareClient\Http\Client:private] => 
                                                                                            [apiSecret:Facade\FlareClient\Http\Client:private] => 
                                                                                            [baseUrl:Facade\FlareClient\Http\Client:private] => https://flareapp.io/api
                                                                                            [timeout:Facade\FlareClient\Http\Client:private] => 10
                                                                                        )
                                                                                    [queue:Facade\FlareClient\Api:private] => Array()
                                                                                )
                                                                            [middleware:Facade\FlareClient\Flare:private] => Array(
                                                                                    0 => Facade\FlareClient\Middleware\AddGlows Object(
                                                                                            [recorder:Facade\FlareClient\Middleware\AddGlows:private] => Facade\FlareClient\Glows\Recorder Object(
                                                                                                    [glows:Facade\FlareClient\Glows\Recorder:private] => Array()
                                                                                                )
                                                                                        )
                                                                                    1 => Facade\FlareClient\Middleware\AnonymizeIp Object()
                                                                                    2 => Facade\Ignition\Middleware\SetNotifierName Object()
                                                                                    3 => Facade\Ignition\Middleware\AddEnvironmentInformation Object()
                                                                                    4 => Facade\Ignition\Middleware\AddLogs Object(
                                                                                            logRecorder => Facade\Ignition\LogRecorder\LogRecorder Object(
                                                                                                    logMessages => Array()
                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                )
                                                                                        )
                                                                                    5 => Facade\Ignition\Middleware\AddDumps Object(
                                                                                            dumpRecorder => Facade\Ignition\DumpRecorder\DumpRecorder Object(
                                                                                                    dumps => Array()
                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                )
                                                                                        )
                                                                                    6 => Facade\Ignition\Middleware\AddQueries Object(
                                                                                            queryRecorder => Facade\Ignition\QueryRecorder\QueryRecorder Object(
                                                                                                    queries => Array()
                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                )
                                                                                        )
                                                                                    7 => Facade\Ignition\Middleware\AddSolutions Object(
                                                                                            solutionProviderRepository => Facade\Ignition\SolutionProviders\SolutionProviderRepository Object(
                                                                                                    solutionProviders => Illuminate\Support\Collection Object(
                                                                                                            items => Array(
                                                                                                                    0 => Facade\Ignition\SolutionProviders\IncorrectValetDbCredentialsSolutionProvider
                                                                                                                    1 => Facade\Ignition\SolutionProviders\MissingAppKeySolutionProvider
                                                                                                                    2 => Facade\Ignition\SolutionProviders\DefaultDbNameSolutionProvider
                                                                                                                    3 => Facade\Ignition\SolutionProviders\BadMethodCallSolutionProvider
                                                                                                                    4 => Facade\Ignition\SolutionProviders\TableNotFoundSolutionProvider
                                                                                                                    5 => Facade\Ignition\SolutionProviders\MissingImportSolutionProvider
                                                                                                                    6 => Facade\Ignition\SolutionProviders\MissingPackageSolutionProvider
                                                                                                                    7 => Facade\Ignition\SolutionProviders\InvalidRouteActionSolutionProvider
                                                                                                                    8 => Facade\Ignition\SolutionProviders\ViewNotFoundSolutionProvider
                                                                                                                    9 => Facade\Ignition\SolutionProviders\UndefinedVariableSolutionProvider
                                                                                                                    10 => Facade\Ignition\SolutionProviders\MergeConflictSolutionProvider
                                                                                                                    11 => Facade\Ignition\SolutionProviders\RunningLaravelDuskInProductionProvider
                                                                                                                    12 => Facade\Ignition\SolutionProviders\MissingColumnSolutionProvider
                                                                                                                    13 => Facade\Ignition\SolutionProviders\UnknownValidationSolutionProvider
                                                                                                                )
                                                                                                        )
                                                                                                )
                                                                                        )
                                                                                    8 => Facade\Ignition\Middleware\AddGitInformation Object()
                                                                                )
                                                                            [recorder:Facade\FlareClient\Flare:private] => Facade\FlareClient\Glows\Recorder Object(
                                                                                    [glows:Facade\FlareClient\Glows\Recorder:private] => Array()
                                                                                )
                                                                            [applicationPath:Facade\FlareClient\Flare:private] => /0000
                                                                            [container:Facade\FlareClient\Flare:private] => Illuminate\Foundation\Application Object
 
                                                                            [contextDetector:Facade\FlareClient\Flare:private] => Facade\Ignition\Context\LaravelContextDetector Object()
                                                                            [previousExceptionHandler:Facade\FlareClient\Flare:private] => 
                                                                            [previousErrorHandler:Facade\FlareClient\Flare:private] => 
                                                                            [messageLevel:Facade\FlareClient\Flare:private] => 
                                                                            [stage:Facade\FlareClient\Flare:private] => local
                                                                            [userProvidedContext:Facade\FlareClient\Flare:private] => Array()
                                                                        )
                                                                    [Facade\IgnitionContracts\SolutionProviderRepository] => Facade\Ignition\SolutionProviders\SolutionProviderRepository Object(
                                                                            solutionProviders => Illuminate\Support\Collection Object(
                                                                                    items => Array(
                                                                                            0 => Facade\Ignition\SolutionProviders\IncorrectValetDbCredentialsSolutionProvider
                                                                                            1 => Facade\Ignition\SolutionProviders\MissingAppKeySolutionProvider
                                                                                            2 => Facade\Ignition\SolutionProviders\DefaultDbNameSolutionProvider
                                                                                            3 => Facade\Ignition\SolutionProviders\BadMethodCallSolutionProvider
                                                                                            4 => Facade\Ignition\SolutionProviders\TableNotFoundSolutionProvider
                                                                                            5 => Facade\Ignition\SolutionProviders\MissingImportSolutionProvider
                                                                                            6 => Facade\Ignition\SolutionProviders\MissingPackageSolutionProvider
                                                                                            7 => Facade\Ignition\SolutionProviders\InvalidRouteActionSolutionProvider
                                                                                            8 => Facade\Ignition\SolutionProviders\ViewNotFoundSolutionProvider
                                                                                            9 => Facade\Ignition\SolutionProviders\UndefinedVariableSolutionProvider
                                                                                            10 => Facade\Ignition\SolutionProviders\MergeConflictSolutionProvider
                                                                                            11 => Facade\Ignition\SolutionProviders\RunningLaravelDuskInProductionProvider
                                                                                            12 => Facade\Ignition\SolutionProviders\MissingColumnSolutionProvider
                                                                                            13 => Facade\Ignition\SolutionProviders\UnknownValidationSolutionProvider
                                                                                        )
                                                                                )
                                                                        )
                                                                    [Illuminate\Contracts\Debug\ExceptionHandler] => NunoMaduro\Collision\Adapters\Laravel\ExceptionHandler Object(
                                                                            appExceptionHandler => App\Exceptions\Handler Object(
                                                                                    dontReport => Array()
                                                                                    dontFlash => Array(
                                                                                            0 => password
                                                                                            1 => password_confirmation
                                                                                        )
                                                                                    container => Illuminate\Foundation\Application Object
 
                                                                                    internalDontReport => Array(
                                                                                            0 => Illuminate\Auth\AuthenticationException
                                                                                            1 => Illuminate\Auth\Access\AuthorizationException
                                                                                            2 => Symfony\Component\HttpKernel\Exception\HttpException
                                                                                            3 => Illuminate\Http\Exceptions\HttpResponseException
                                                                                            4 => Illuminate\Database\Eloquent\ModelNotFoundException
                                                                                            5 => Symfony\Component\HttpFoundation\Exception\SuspiciousOperationException
                                                                                            6 => Illuminate\Session\TokenMismatchException
                                                                                            7 => Illuminate\Validation\ValidationException
                                                                                        )
                                                                                )
                                                                            container => Illuminate\Foundation\Application Object
 
                                                                        )
                                                                    [db.factory] => Illuminate\Database\Connectors\ConnectionFactory Object(
                                                                            container => Illuminate\Foundation\Application Object
 
                                                                        )
                                                                    db => Illuminate\Database\DatabaseManager Object(
                                                                            app => Illuminate\Foundation\Application Object
 
                                                                            factory => Illuminate\Database\Connectors\ConnectionFactory Object(
                                                                                    container => Illuminate\Foundation\Application Object
 
                                                                                )
                                                                            connections => Array()
                                                                            extensions => Array()
                                                                            reconnector => Closure Object(
                                                                                    this => Illuminate\Database\DatabaseManager Object
 
                                                                                    parameter => Array(
                                                                                            [$connection] => 
                                                                                        )
                                                                                )
                                                                        )
                                                                    [view.engine.resolver] => Illuminate\View\Engines\EngineResolver Object(
                                                                            resolvers => Array(
                                                                                    file => Closure Object(
                                                                                            this => Illuminate\View\ViewServiceProvider Object(
                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                )
                                                                                        )
                                                                                    php => Closure Object(
                                                                                            this => Facade\Ignition\IgnitionServiceProvider Object(
                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                )
                                                                                        )
                                                                                    blade => Closure Object(
                                                                                            this => Facade\Ignition\IgnitionServiceProvider Object(
                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                )
                                                                                        )
                                                                                )
                                                                            resolved => Array()
                                                                        )
                                                                    files => Illuminate\Filesystem\Filesystem Object()
                                                                    [blade.compiler] => Illuminate\View\Compilers\BladeCompiler Object(
                                                                            extensions => Array()
                                                                            customDirectives => Array()
                                                                            conditions => Array()
                                                                            path => 
                                                                            compilers => Array(
                                                                                    0 => Comments
                                                                                    1 => Extensions
                                                                                    2 => Statements
                                                                                    3 => Echos
                                                                                )
                                                                            rawTags => Array(
                                                                                    0 => {!!
                                                                                    1 => !!}
                                                                                )
                                                                            contentTags => Array(
                                                                                    0 => {{
                                                                                    1 => }}
                                                                                )
                                                                            escapedTags => Array(
                                                                                    0 => {{{
                                                                                    1 => }}}
                                                                                )
                                                                            echoFormat => e(%s)
                                                                            footer => Array()
                                                                            rawBlocks => Array()
                                                                            files => Illuminate\Filesystem\Filesystem Object()
                                                                            cachePath => /0000/storage/framework/views
                                                                            firstCaseInSwitch => 1
                                                                            [encodingOptions:Illuminate\View\Compilers\BladeCompiler:private] => 15
                                                                            lastSection => 
                                                                            forElseCounter => 0
                                                                        )
                                                                    log => Illuminate\Log\LogManager Object(
                                                                            app => Illuminate\Foundation\Application Object
 
                                                                            channels => Array()
                                                                            customCreators => Array(
                                                                                    flare => Closure Object(
                                                                                            this => Illuminate\Log\LogManager Object
 
                                                                                            parameter => Array(
                                                                                                    [$app] => 
                                                                                                )
                                                                                        )
                                                                                )
                                                                            dateFormat => Y-m-d H:i:s
                                                                            levels => Array(
                                                                                    debug => 100
                                                                                    info => 200
                                                                                    notice => 250
                                                                                    warning => 300
                                                                                    error => 400
                                                                                    critical => 500
                                                                                    alert => 550
                                                                                    emergency => 600
                                                                                )
                                                                        )
                                                                    queue => Illuminate\Queue\QueueManager Object(
                                                                            app => Illuminate\Foundation\Application Object
 
                                                                            connections => Array()
                                                                            connectors => Array(
                                                                                    null => Closure Object(
                                                                                            this => Illuminate\Queue\QueueServiceProvider Object(
                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                )
                                                                                        )
                                                                                    sync => Closure Object(
                                                                                            this => Illuminate\Queue\QueueServiceProvider Object(
                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                )
                                                                                        )
                                                                                    database => Closure Object(
                                                                                            this => Illuminate\Queue\QueueServiceProvider Object(
                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                )
                                                                                        )
                                                                                    redis => Closure Object(
                                                                                            this => Illuminate\Queue\QueueServiceProvider Object(
                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                )
                                                                                        )
                                                                                    beanstalkd => Closure Object(
                                                                                            this => Illuminate\Queue\QueueServiceProvider Object(
                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                )
                                                                                        )
                                                                                    sqs => Closure Object(
                                                                                            this => Illuminate\Queue\QueueServiceProvider Object(
                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                )
                                                                                        )
                                                                                )
                                                                        )
                                                                    date => Illuminate\Support\DateFactory Object()
                                                                    router => Illuminate\Routing\Router Object
 
                                                                    routes => Illuminate\Routing\RouteCollection Object(
                                                                            routes => Array()
                                                                            allRoutes => Array()
                                                                            nameList => Array()
                                                                            actionList => Array()
                                                                        )
                                                                    url => Illuminate\Routing\UrlGenerator Object(
                                                                            routes => Illuminate\Routing\RouteCollection Object(
                                                                                    routes => Array()
                                                                                    allRoutes => Array()
                                                                                    nameList => Array()
                                                                                    actionList => Array()
                                                                                )
                                                                            request => Illuminate\Http\Request Object(
                                                                                    json => 
                                                                                    convertedFiles => 
                                                                                    userResolver => 
                                                                                    routeResolver => 
                                                                                    attributes => Symfony\Component\HttpFoundation\ParameterBag Object(
                                                                                            parameters => Array()
                                                                                        )
                                                                                    request => Symfony\Component\HttpFoundation\ParameterBag Object(
                                                                                            parameters => Array()
                                                                                        )
                                                                                    query => Symfony\Component\HttpFoundation\ParameterBag Object(
                                                                                            parameters => Array()
                                                                                        )
                                                                                    server => Symfony\Component\HttpFoundation\ServerBag Object(
                                                                                            parameters => Array(
                                                                                                    SERVER_NAME => localhost
                                                                                                    SERVER_PORT => 80
                                                                                                    HTTP_HOST => localhost
                                                                                                    HTTP_USER_AGENT => Symfony
                                                                                                    HTTP_ACCEPT => text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
                                                                                                    HTTP_ACCEPT_LANGUAGE => en-us,en;q=0.5
                                                                                                    HTTP_ACCEPT_CHARSET => ISO-8859-1,utf-8;q=0.7,*;q=0.7
                                                                                                    REMOTE_ADDR => 127.0.0.1
                                                                                                    SCRIPT_NAME => artisan
                                                                                                    SCRIPT_FILENAME => artisan
                                                                                                    SERVER_PROTOCOL => HTTP/1.1
                                                                                                    REQUEST_TIME => 1578274558
                                                                                                    PHP_EXTRA_CONFIGURE_ARGS => --enable-fpm --with-fpm-user=www-data --with-fpm-group=www-data --disable-cgi
                                                                                                    LANGUAGE => C
                                                                                                    HOSTNAME => d9d2f135fb85
                                                                                                    PHP_INI_DIR => /usr/local/etc/php
                                                                                                    GIT_ASKPASS => echo
                                                                                                    SHLVL => 2
                                                                                                    HOME => /root
                                                                                                    OLDPWD => /
                                                                                                    PHP_LDFLAGS => -Wl,-O1 -Wl,--hash-style=both -pie
                                                                                                    PHP_CFLAGS => -fstack-protector-strong -fpic -fpie -O2
                                                                                                    PHP_MD5 => 
                                                                                                    PHP_VERSION => 7.2.19
                                                                                                    COMPOSER_HOME => /tmp/composer
                                                                                                    COMPOSER_BINARY => /usr/bin/composer
                                                                                                    GPG_KEYS => 1729F83938DA44E27BA0F4D3DBDB397470D12172 B1B44D8F021E4E2D6021E995DC9FF8D3EE5AF27F
                                                                                                    PHP_CPPFLAGS => -fstack-protector-strong -fpic -fpie -O2
                                                                                                    PHP_ASC_URL => https://www.php.net/get/php-7.2.19.tar.xz.asc/from/this/mirror
                                                                                                    PHP_URL => https://www.php.net/get/php-7.2.19.tar.xz/from/this/mirror
                                                                                                    TERM => xterm
                                                                                                    PATH => /0000/vendor/bin:/tmp/composer/vendor/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
                                                                                                    LD_PRELOAD => /usr/lib/preloadable_libiconv.so php
                                                                                                    PHPIZE_DEPS => autoconf 		dpkg-dev dpkg 		file 		g++ 		gcc 		libc-dev 		make 		pkgconf 		re2c
                                                                                                    PWD => /0000
                                                                                                    PHP_SHA256 => 4ffa2404a88d60e993a9fe69f829ebec3eb1e006de41b6048ce5e91bbeaa9282
                                                                                                    PHP_SELF => artisan
                                                                                                    PATH_TRANSLATED => artisan
                                                                                                    DOCUMENT_ROOT => 
                                                                                                    REQUEST_TIME_FLOAT => 1578274558.794
                                                                                                    argv => Array(
                                                                                                            0 => artisan
                                                                                                            1 => package:discover
                                                                                                            2 => --ansi
                                                                                                        )
                                                                                                    argc => 3
                                                                                                    APP_NAME => 本地测试
                                                                                                    APP_ENV => local
                                                                                                    APP_KEY => base64:gIjju1XIlTNS6j8BuifyrL2QAARYlvdKYd31eAqei7g=
                                                                                                    APP_DEBUG => true
                                                                                                    APP_URL => http://localhost
                                                                                                    LOG_CHANNEL => stack
                                                                                                    DB_CONNECTION => mysql
                                                                                                    DB_HOST => 127.0.0.1
                                                                                                    DB_PORT => 3306
                                                                                                    DB_DATABASE => laravel
                                                                                                    DB_USERNAME => root
                                                                                                    DB_PASSWORD => 
                                                                                                    BROADCAST_DRIVER => log
                                                                                                    CACHE_DRIVER => file
                                                                                                    QUEUE_CONNECTION => sync
                                                                                                    SESSION_DRIVER => cookie
                                                                                                    SESSION_LIFETIME => 120
                                                                                                    REDIS_HOST => 127.0.0.1
                                                                                                    REDIS_PASSWORD => null
                                                                                                    REDIS_PORT => 6379
                                                                                                    MAIL_DRIVER => smtp
                                                                                                    MAIL_HOST => smtp.mailtrap.io
                                                                                                    MAIL_PORT => 2525
                                                                                                    MAIL_USERNAME => null
                                                                                                    MAIL_PASSWORD => null
                                                                                                    MAIL_ENCRYPTION => null
                                                                                                    MAIL_FROM_ADDRESS => null
                                                                                                    MAIL_FROM_NAME => 本地测试
                                                                                                    AWS_ACCESS_KEY_ID => 
                                                                                                    AWS_SECRET_ACCESS_KEY => 
                                                                                                    AWS_DEFAULT_REGION => us-east-1
                                                                                                    AWS_BUCKET => 
                                                                                                    PUSHER_APP_ID => 
                                                                                                    PUSHER_APP_KEY => 
                                                                                                    PUSHER_APP_SECRET => 
                                                                                                    PUSHER_APP_CLUSTER => mt1
                                                                                                    MIX_PUSHER_APP_KEY => 
                                                                                                    MIX_PUSHER_APP_CLUSTER => mt1
                                                                                                    PATH_INFO => 
                                                                                                    REQUEST_METHOD => GET
                                                                                                    REQUEST_URI => /
                                                                                                    QUERY_STRING => 
                                                                                                )
                                                                                        )
                                                                                    files => Symfony\Component\HttpFoundation\FileBag Object(
                                                                                            parameters => Array()
                                                                                        )
                                                                                    cookies => Symfony\Component\HttpFoundation\ParameterBag Object(
                                                                                            parameters => Array()
                                                                                        )
                                                                                    headers => Symfony\Component\HttpFoundation\HeaderBag Object(
                                                                                            headers => Array(
                                                                                                    host => Array(
                                                                                                            0 => localhost
                                                                                                        )
                                                                                                    [user-agent] => Array(
                                                                                                            0 => Symfony
                                                                                                        )
                                                                                                    accept => Array(
                                                                                                            0 => text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
                                                                                                        )
                                                                                                    [accept-language] => Array(
                                                                                                            0 => en-us,en;q=0.5
                                                                                                        )
                                                                                                    [accept-charset] => Array(
                                                                                                            0 => ISO-8859-1,utf-8;q=0.7,*;q=0.7
                                                                                                        )
                                                                                                )
                                                                                            cacheControl => Array()
                                                                                        )
                                                                                    content => 
                                                                                    languages => 
                                                                                    charsets => 
                                                                                    encodings => 
                                                                                    acceptableContentTypes => 
                                                                                    pathInfo => 
                                                                                    requestUri => 
                                                                                    baseUrl => 
                                                                                    basePath => 
                                                                                    method => 
                                                                                    format => 
                                                                                    session => 
                                                                                    locale => 
                                                                                    defaultLocale => en
                                                                                    [preferredFormat:Symfony\Component\HttpFoundation\Request:private] => 
                                                                                    [isHostValid:Symfony\Component\HttpFoundation\Request:private] => 1
                                                                                    [isForwardedValid:Symfony\Component\HttpFoundation\Request:private] => 1
                                                                                )
                                                                            assetRoot => 
                                                                            forcedRoot => 
                                                                            forceScheme => 
                                                                            cachedRoot => 
                                                                            cachedScheme => 
                                                                            rootNamespace => App\Http\Controllers
                                                                            sessionResolver => Closure Object(
                                                                                    this => Illuminate\Routing\RoutingServiceProvider Object(
                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                        )
                                                                                )
                                                                            keyResolver => Closure Object(
                                                                                    this => Illuminate\Routing\RoutingServiceProvider Object(
                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                        )
                                                                                )
                                                                            formatHostUsing => 
                                                                            formatPathUsing => 
                                                                            routeGenerator => 
                                                                        )
                                                                )
                                                            aliases => Array(
                                                                    [Illuminate\Foundation\Application] => app
                                                                    [Illuminate\Contracts\Container\Container] => app
                                                                    [Illuminate\Contracts\Foundation\Application] => app
                                                                    [Psr\Container\ContainerInterface] => app
                                                                    [Illuminate\Auth\AuthManager] => auth
                                                                    [Illuminate\Contracts\Auth\Factory] => auth
                                                                    [Illuminate\Contracts\Auth\Guard] => auth.driver
                                                                    [Illuminate\View\Compilers\BladeCompiler] => blade.compiler
                                                                    [Illuminate\Cache\CacheManager] => cache
                                                                    [Illuminate\Contracts\Cache\Factory] => cache
                                                                    [Illuminate\Cache\Repository] => cache.store
                                                                    [Illuminate\Contracts\Cache\Repository] => cache.store
                                                                    [Psr\SimpleCache\CacheInterface] => cache.store
                                                                    [Symfony\Component\Cache\Adapter\Psr16Adapter] => cache.psr6
                                                                    [Symfony\Component\Cache\Adapter\AdapterInterface] => cache.psr6
                                                                    [Psr\Cache\CacheItemPoolInterface] => cache.psr6
                                                                    [Illuminate\Config\Repository] => config
                                                                    [Illuminate\Contracts\Config\Repository] => config
                                                                    [Illuminate\Cookie\CookieJar] => cookie
                                                                    [Illuminate\Contracts\Cookie\Factory] => cookie
                                                                    [Illuminate\Contracts\Cookie\QueueingFactory] => cookie
                                                                    [Illuminate\Encryption\Encrypter] => encrypter
                                                                    [Illuminate\Contracts\Encryption\Encrypter] => encrypter
                                                                    [Illuminate\Database\DatabaseManager] => db
                                                                    [Illuminate\Database\ConnectionResolverInterface] => db
                                                                    [Illuminate\Database\Connection] => db.connection
                                                                    [Illuminate\Database\ConnectionInterface] => db.connection
                                                                    [Illuminate\Events\Dispatcher] => events
                                                                    [Illuminate\Contracts\Events\Dispatcher] => events
                                                                    [Illuminate\Filesystem\Filesystem] => files
                                                                    [Illuminate\Filesystem\FilesystemManager] => filesystem
                                                                    [Illuminate\Contracts\Filesystem\Factory] => filesystem
                                                                    [Illuminate\Contracts\Filesystem\Filesystem] => filesystem.disk
                                                                    [Illuminate\Contracts\Filesystem\Cloud] => filesystem.cloud
                                                                    [Illuminate\Hashing\HashManager] => hash
                                                                    [Illuminate\Contracts\Hashing\Hasher] => hash.driver
                                                                    [Illuminate\Translation\Translator] => translator
                                                                    [Illuminate\Contracts\Translation\Translator] => translator
                                                                    [Illuminate\Log\LogManager] => log
                                                                    [Psr\Log\LoggerInterface] => log
                                                                    [Illuminate\Mail\Mailer] => mailer
                                                                    [Illuminate\Contracts\Mail\Mailer] => mailer
                                                                    [Illuminate\Contracts\Mail\MailQueue] => mailer
                                                                    [Illuminate\Auth\Passwords\PasswordBrokerManager] => auth.password
                                                                    [Illuminate\Contracts\Auth\PasswordBrokerFactory] => auth.password
                                                                    [Illuminate\Auth\Passwords\PasswordBroker] => auth.password.broker
                                                                    [Illuminate\Contracts\Auth\PasswordBroker] => auth.password.broker
                                                                    [Illuminate\Queue\QueueManager] => queue
                                                                    [Illuminate\Contracts\Queue\Factory] => queue
                                                                    [Illuminate\Contracts\Queue\Monitor] => queue
                                                                    [Illuminate\Contracts\Queue\Queue] => queue.connection
                                                                    [Illuminate\Queue\Failed\FailedJobProviderInterface] => queue.failer
                                                                    [Illuminate\Routing\Redirector] => redirect
                                                                    [Illuminate\Redis\RedisManager] => redis
                                                                    [Illuminate\Contracts\Redis\Factory] => redis
                                                                    [Illuminate\Http\Request] => request
                                                                    [Symfony\Component\HttpFoundation\Request] => request
                                                                    [Illuminate\Routing\Router] => router
                                                                    [Illuminate\Contracts\Routing\Registrar] => router
                                                                    [Illuminate\Contracts\Routing\BindingRegistrar] => router
                                                                    [Illuminate\Session\SessionManager] => session
                                                                    [Illuminate\Session\Store] => session.store
                                                                    [Illuminate\Contracts\Session\Session] => session.store
                                                                    [Illuminate\Routing\UrlGenerator] => url
                                                                    [Illuminate\Contracts\Routing\UrlGenerator] => url
                                                                    [Illuminate\Validation\Factory] => validator
                                                                    [Illuminate\Contracts\Validation\Factory] => validator
                                                                    [Illuminate\View\Factory] => view
                                                                    [Illuminate\Contracts\View\Factory] => view
                                                                    [Illuminate\Contracts\Notifications\Dispatcher] => Illuminate\Notifications\ChannelManager
                                                                    [Illuminate\Contracts\Notifications\Factory] => Illuminate\Notifications\ChannelManager
                                                                    [Facade\FlareClient\Http\Client] => flare.http
                                                                    [Facade\FlareClient\Flare] => flare.client
                                                                )
                                                            abstractAliases => Array(
                                                                    app => Array(
                                                                            0 => Illuminate\Foundation\Application
                                                                            1 => Illuminate\Contracts\Container\Container
                                                                            2 => Illuminate\Contracts\Foundation\Application
                                                                            3 => Psr\Container\ContainerInterface
                                                                        )
                                                                    auth => Array(
                                                                            0 => Illuminate\Auth\AuthManager
                                                                            1 => Illuminate\Contracts\Auth\Factory
                                                                        )
                                                                    [auth.driver] => Array(
                                                                            0 => Illuminate\Contracts\Auth\Guard
                                                                        )
                                                                    [blade.compiler] => Array(
                                                                            0 => Illuminate\View\Compilers\BladeCompiler
                                                                        )
                                                                    cache => Array(
                                                                            0 => Illuminate\Cache\CacheManager
                                                                            1 => Illuminate\Contracts\Cache\Factory
                                                                        )
                                                                    [cache.store] => Array(
                                                                            0 => Illuminate\Cache\Repository
                                                                            1 => Illuminate\Contracts\Cache\Repository
                                                                            2 => Psr\SimpleCache\CacheInterface
                                                                        )
                                                                    [cache.psr6] => Array(
                                                                            0 => Symfony\Component\Cache\Adapter\Psr16Adapter
                                                                            1 => Symfony\Component\Cache\Adapter\AdapterInterface
                                                                            2 => Psr\Cache\CacheItemPoolInterface
                                                                        )
                                                                    config => Array(
                                                                            0 => Illuminate\Config\Repository
                                                                            1 => Illuminate\Contracts\Config\Repository
                                                                        )
                                                                    cookie => Array(
                                                                            0 => Illuminate\Cookie\CookieJar
                                                                            1 => Illuminate\Contracts\Cookie\Factory
                                                                            2 => Illuminate\Contracts\Cookie\QueueingFactory
                                                                        )
                                                                    encrypter => Array(
                                                                            0 => Illuminate\Encryption\Encrypter
                                                                            1 => Illuminate\Contracts\Encryption\Encrypter
                                                                        )
                                                                    db => Array(
                                                                            0 => Illuminate\Database\DatabaseManager
                                                                            1 => Illuminate\Database\ConnectionResolverInterface
                                                                        )
                                                                    [db.connection] => Array(
                                                                            0 => Illuminate\Database\Connection
                                                                            1 => Illuminate\Database\ConnectionInterface
                                                                        )
                                                                    events => Array(
                                                                            0 => Illuminate\Events\Dispatcher
                                                                            1 => Illuminate\Contracts\Events\Dispatcher
                                                                        )
                                                                    files => Array(
                                                                            0 => Illuminate\Filesystem\Filesystem
                                                                        )
                                                                    filesystem => Array(
                                                                            0 => Illuminate\Filesystem\FilesystemManager
                                                                            1 => Illuminate\Contracts\Filesystem\Factory
                                                                        )
                                                                    [filesystem.disk] => Array(
                                                                            0 => Illuminate\Contracts\Filesystem\Filesystem
                                                                        )
                                                                    [filesystem.cloud] => Array(
                                                                            0 => Illuminate\Contracts\Filesystem\Cloud
                                                                        )
                                                                    hash => Array(
                                                                            0 => Illuminate\Hashing\HashManager
                                                                        )
                                                                    [hash.driver] => Array(
                                                                            0 => Illuminate\Contracts\Hashing\Hasher
                                                                        )
                                                                    translator => Array(
                                                                            0 => Illuminate\Translation\Translator
                                                                            1 => Illuminate\Contracts\Translation\Translator
                                                                        )
                                                                    log => Array(
                                                                            0 => Illuminate\Log\LogManager
                                                                            1 => Psr\Log\LoggerInterface
                                                                        )
                                                                    mailer => Array(
                                                                            0 => Illuminate\Mail\Mailer
                                                                            1 => Illuminate\Contracts\Mail\Mailer
                                                                            2 => Illuminate\Contracts\Mail\MailQueue
                                                                        )
                                                                    [auth.password] => Array(
                                                                            0 => Illuminate\Auth\Passwords\PasswordBrokerManager
                                                                            1 => Illuminate\Contracts\Auth\PasswordBrokerFactory
                                                                        )
                                                                    [auth.password.broker] => Array(
                                                                            0 => Illuminate\Auth\Passwords\PasswordBroker
                                                                            1 => Illuminate\Contracts\Auth\PasswordBroker
                                                                        )
                                                                    queue => Array(
                                                                            0 => Illuminate\Queue\QueueManager
                                                                            1 => Illuminate\Contracts\Queue\Factory
                                                                            2 => Illuminate\Contracts\Queue\Monitor
                                                                        )
                                                                    [queue.connection] => Array(
                                                                            0 => Illuminate\Contracts\Queue\Queue
                                                                        )
                                                                    [queue.failer] => Array(
                                                                            0 => Illuminate\Queue\Failed\FailedJobProviderInterface
                                                                        )
                                                                    redirect => Array(
                                                                            0 => Illuminate\Routing\Redirector
                                                                        )
                                                                    redis => Array(
                                                                            0 => Illuminate\Redis\RedisManager
                                                                            1 => Illuminate\Contracts\Redis\Factory
                                                                        )
                                                                    request => Array(
                                                                            0 => Illuminate\Http\Request
                                                                            1 => Symfony\Component\HttpFoundation\Request
                                                                        )
                                                                    router => Array(
                                                                            0 => Illuminate\Routing\Router
                                                                            1 => Illuminate\Contracts\Routing\Registrar
                                                                            2 => Illuminate\Contracts\Routing\BindingRegistrar
                                                                        )
                                                                    session => Array(
                                                                            0 => Illuminate\Session\SessionManager
                                                                        )
                                                                    [session.store] => Array(
                                                                            0 => Illuminate\Session\Store
                                                                            1 => Illuminate\Contracts\Session\Session
                                                                        )
                                                                    url => Array(
                                                                            0 => Illuminate\Routing\UrlGenerator
                                                                            1 => Illuminate\Contracts\Routing\UrlGenerator
                                                                        )
                                                                    validator => Array(
                                                                            0 => Illuminate\Validation\Factory
                                                                            1 => Illuminate\Contracts\Validation\Factory
                                                                        )
                                                                    view => Array(
                                                                            0 => Illuminate\View\Factory
                                                                            1 => Illuminate\Contracts\View\Factory
                                                                        )
                                                                    [Illuminate\Notifications\ChannelManager] => Array(
                                                                            0 => Illuminate\Contracts\Notifications\Dispatcher
                                                                            1 => Illuminate\Contracts\Notifications\Factory
                                                                        )
                                                                    [flare.http] => Array(
                                                                            0 => Facade\FlareClient\Http\Client
                                                                        )
                                                                    [flare.client] => Array(
                                                                            0 => Facade\FlareClient\Flare
                                                                        )
                                                                )
                                                            extenders => Array(
                                                                    url => Array(
                                                                            0 => Closure Object(
                                                                                    this => Illuminate\Routing\RoutingServiceProvider Object(
                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                        )
                                                                                    parameter => Array(
                                                                                            [$url] => 
                                                                                            [$app] => 
                                                                                        )
                                                                                )
                                                                        )
                                                                )
                                                            tags => Array()
                                                            buildStack => Array()
                                                            with => Array()
                                                            contextual => Array()
                                                            reboundCallbacks => Array(
                                                                    request => Array(
                                                                            0 => Closure Object(
                                                                                    this => Illuminate\Auth\AuthServiceProvider Object(
                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                        )
                                                                                    parameter => Array(
                                                                                            [$app] => 
                                                                                            [$request] => 
                                                                                        )
                                                                                )
                                                                            1 => Closure Object(
                                                                                    this => Illuminate\Routing\RoutingServiceProvider Object(
                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                        )
                                                                                    parameter => Array(
                                                                                            [$app] => 
                                                                                            [$request] => 
                                                                                        )
                                                                                )
                                                                        )
                                                                    events => Array(
                                                                            0 => Closure Object(
                                                                                    this => Illuminate\Auth\AuthServiceProvider Object(
                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                        )
                                                                                    parameter => Array(
                                                                                            [$app] => 
                                                                                            [$dispatcher] => 
                                                                                        )
                                                                                )
                                                                        )
                                                                    routes => Array(
                                                                            0 => Closure Object(
                                                                                    this => Illuminate\Routing\RoutingServiceProvider Object(
                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                        )
                                                                                    parameter => Array(
                                                                                            [$app] => 
                                                                                            [$routes] => 
                                                                                        )
                                                                                )
                                                                        )
                                                                )
                                                            globalResolvingCallbacks => Array()
                                                            globalAfterResolvingCallbacks => Array()
                                                            resolvingCallbacks => Array(
                                                                    [Illuminate\Foundation\Http\FormRequest] => Array(
                                                                            0 => Closure Object(
                                                                                    this => Illuminate\Foundation\Providers\FormRequestServiceProvider Object(
                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                        )
                                                                                    parameter => Array(
                                                                                            [$request] => 
                                                                                            [$app] => 
                                                                                        )
                                                                                )
                                                                        )
                                                                )
                                                            afterResolvingCallbacks => Array(
                                                                    [Illuminate\Contracts\Validation\ValidatesWhenResolved] => Array(
                                                                            0 => Closure Object(
                                                                                    this => Illuminate\Foundation\Providers\FormRequestServiceProvider Object(
                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                        )
                                                                                    parameter => Array(
                                                                                            [$resolved] => 
                                                                                        )
                                                                                )
                                                                        )
                                                                    view => Array(
                                                                            0 => Closure Object(
                                                                                    static => Array(
                                                                                            path => /tutorials/vendor2/laravel/framework-6.x/src/Illuminate/Notifications/resources/views
                                                                                            namespace => notifications
                                                                                        )
                                                                                    this => Illuminate\Notifications\NotificationServiceProvider Object(
                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                        )
                                                                                    parameter => Array(
                                                                                            [$view] => 
                                                                                        )
                                                                                )
                                                                            1 => Closure Object(
                                                                                    static => Array(
                                                                                            path => /tutorials/vendor2/laravel/framework-6.x/src/Illuminate/Pagination/resources/views
                                                                                            namespace => pagination
                                                                                        )
                                                                                    this => Illuminate\Pagination\PaginationServiceProvider Object(
                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                        )
                                                                                    parameter => Array(
                                                                                            [$view] => 
                                                                                        )
                                                                                )
                                                                        )
                                                                )
                                                        )
                                                )
                                        )
                                )
                            container => Illuminate\Foundation\Application Object(
                                    basePath => /0000
                                    hasBeenBootstrapped => 1
                                    booted => 
                                    bootingCallbacks => Array(
                                            0 => Closure Object(
                                                    static => Array(
                                                            instance => Illuminate\Queue\QueueServiceProvider Object(
                                                                    app => Illuminate\Foundation\Application Object
 
                                                                )
                                                        )
                                                    this => Illuminate\Foundation\Application Object
 
                                                )
                                        )
                                    bootedCallbacks => Array(
                                            0 => Closure Object(
                                                    this => App\Console\Kernel Object(
                                                            commands => Array()
                                                            app => Illuminate\Foundation\Application Object
 
                                                            events => Illuminate\Events\Dispatcher Object(
                                                                    container => Illuminate\Foundation\Application Object
 
                                                                    listeners => Array(
                                                                            [Illuminate\Queue\Events\Looping] => Array(
                                                                                    0 => Closure Object(
                                                                                            static => Array(
                                                                                                    listener => Closure Object(
                                                                                                            this => Facade\Ignition\IgnitionServiceProvider Object(
                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                )
                                                                                                        )
                                                                                                    wildcard => 
                                                                                                )
                                                                                            this => Illuminate\Events\Dispatcher Object
 
                                                                                            parameter => Array(
                                                                                                    [$event] => 
                                                                                                    [$payload] => 
                                                                                                )
                                                                                        )
                                                                                )
                                                                            [Illuminate\Database\Events\QueryExecuted] => Array(
                                                                                    0 => Closure Object(
                                                                                            static => Array(
                                                                                                    listener => Array(
                                                                                                            0 => Facade\Ignition\QueryRecorder\QueryRecorder Object(
                                                                                                                    queries => Array()
                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                )
                                                                                                            1 => record
                                                                                                        )
                                                                                                    wildcard => 
                                                                                                )
                                                                                            this => Illuminate\Events\Dispatcher Object
 
                                                                                            parameter => Array(
                                                                                                    [$event] => 
                                                                                                    [$payload] => 
                                                                                                )
                                                                                        )
                                                                                )
                                                                            [Illuminate\Log\Events\MessageLogged] => Array(
                                                                                    0 => Closure Object(
                                                                                            static => Array(
                                                                                                    listener => Array(
                                                                                                            0 => Facade\Ignition\LogRecorder\LogRecorder Object(
                                                                                                                    logMessages => Array()
                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                )
                                                                                                            1 => record
                                                                                                        )
                                                                                                    wildcard => 
                                                                                                )
                                                                                            this => Illuminate\Events\Dispatcher Object
 
                                                                                            parameter => Array(
                                                                                                    [$event] => 
                                                                                                    [$payload] => 
                                                                                                )
                                                                                        )
                                                                                )
                                                                            [Illuminate\Foundation\Events\LocaleUpdated] => Array(
                                                                                    0 => Closure Object(
                                                                                            static => Array(
                                                                                                    listener => Closure Object(
                                                                                                            static => Array(
                                                                                                                    service => Carbon\Laravel\ServiceProvider Object(
                                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                                        )
                                                                                                                )
                                                                                                            this => Carbon\Laravel\ServiceProvider Object(
                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                )
                                                                                                        )
                                                                                                    wildcard => 
                                                                                                )
                                                                                            this => Illuminate\Events\Dispatcher Object
 
                                                                                            parameter => Array(
                                                                                                    [$event] => 
                                                                                                    [$payload] => 
                                                                                                )
                                                                                        )
                                                                                )
                                                                            [Illuminate\Auth\Events\Registered] => Array(
                                                                                    0 => Closure Object(
                                                                                            static => Array(
                                                                                                    listener => Illuminate\Auth\Listeners\SendEmailVerificationNotification
                                                                                                    wildcard => 
                                                                                                )
                                                                                            this => Illuminate\Events\Dispatcher Object
 
                                                                                            parameter => Array(
                                                                                                    [$event] => 
                                                                                                    [$payload] => 
                                                                                                )
                                                                                        )
                                                                                )
                                                                        )
                                                                    wildcards => Array()
                                                                    wildcardsCache => Array(
                                                                            [bootstrapping: Illuminate\Foundation\Bootstrap\LoadEnvironmentVariables] => Array()
                                                                            [bootstrapped: Illuminate\Foundation\Bootstrap\LoadEnvironmentVariables] => Array()
                                                                            [bootstrapping: Illuminate\Foundation\Bootstrap\LoadConfiguration] => Array()
                                                                            [bootstrapped: Illuminate\Foundation\Bootstrap\LoadConfiguration] => Array()
                                                                            [bootstrapping: Illuminate\Foundation\Bootstrap\HandleExceptions] => Array()
                                                                            [bootstrapped: Illuminate\Foundation\Bootstrap\HandleExceptions] => Array()
                                                                            [bootstrapping: Illuminate\Foundation\Bootstrap\RegisterFacades] => Array()
                                                                            [bootstrapped: Illuminate\Foundation\Bootstrap\RegisterFacades] => Array()
                                                                            [bootstrapping: Illuminate\Foundation\Bootstrap\SetRequestForConsole] => Array()
                                                                            [bootstrapped: Illuminate\Foundation\Bootstrap\SetRequestForConsole] => Array()
                                                                            [bootstrapping: Illuminate\Foundation\Bootstrap\RegisterProviders] => Array()
                                                                            [bootstrapped: Illuminate\Foundation\Bootstrap\RegisterProviders] => Array()
                                                                            [bootstrapping: Illuminate\Foundation\Bootstrap\BootProviders] => Array()
                                                                        )
                                                                    queueResolver => Closure Object(
                                                                            static => Array(
                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                )
                                                                            this => Illuminate\Events\EventServiceProvider Object(
                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                )
                                                                        )
                                                                )
                                                            artisan => 
                                                            commandsLoaded => 
                                                            bootstrappers => Array(
                                                                    0 => Illuminate\Foundation\Bootstrap\LoadEnvironmentVariables
                                                                    1 => Illuminate\Foundation\Bootstrap\LoadConfiguration
                                                                    2 => Illuminate\Foundation\Bootstrap\HandleExceptions
                                                                    3 => Illuminate\Foundation\Bootstrap\RegisterFacades
                                                                    4 => Illuminate\Foundation\Bootstrap\SetRequestForConsole
                                                                    5 => Illuminate\Foundation\Bootstrap\RegisterProviders
                                                                    6 => Illuminate\Foundation\Bootstrap\BootProviders
                                                                )
                                                        )
                                                )
                                        )
                                    terminatingCallbacks => Array()
                                    serviceProviders => Array(
                                            0 => Illuminate\Events\EventServiceProvider Object(
                                                    app => Illuminate\Foundation\Application Object
 
                                                )
                                            1 => Illuminate\Log\LogServiceProvider Object(
                                                    app => Illuminate\Foundation\Application Object
 
                                                )
                                            2 => Illuminate\Routing\RoutingServiceProvider Object(
                                                    app => Illuminate\Foundation\Application Object
 
                                                )
                                            3 => Illuminate\Auth\AuthServiceProvider Object(
                                                    app => Illuminate\Foundation\Application Object
 
                                                )
                                            4 => Illuminate\Cookie\CookieServiceProvider Object(
                                                    app => Illuminate\Foundation\Application Object
 
                                                )
                                            5 => Illuminate\Database\DatabaseServiceProvider Object(
                                                    app => Illuminate\Foundation\Application Object
 
                                                )
                                            6 => Illuminate\Encryption\EncryptionServiceProvider Object(
                                                    app => Illuminate\Foundation\Application Object
 
                                                )
                                            7 => Illuminate\Filesystem\FilesystemServiceProvider Object(
                                                    app => Illuminate\Foundation\Application Object
 
                                                )
                                            8 => Illuminate\Foundation\Providers\FormRequestServiceProvider Object(
                                                    app => Illuminate\Foundation\Application Object
 
                                                )
                                            9 => Illuminate\Foundation\Providers\FoundationServiceProvider Object(
                                                    providers => Array(
                                                            0 => Illuminate\Foundation\Providers\FormRequestServiceProvider
                                                        )
                                                    instances => Array(
                                                            0 => Illuminate\Foundation\Providers\FormRequestServiceProvider Object(
                                                                    app => Illuminate\Foundation\Application Object
 
                                                                )
                                                        )
                                                    app => Illuminate\Foundation\Application Object
 
                                                )
                                            10 => Illuminate\Notifications\NotificationServiceProvider Object(
                                                    app => Illuminate\Foundation\Application Object
 
                                                )
                                            11 => Illuminate\Pagination\PaginationServiceProvider Object(
                                                    app => Illuminate\Foundation\Application Object
 
                                                )
                                            12 => Illuminate\Session\SessionServiceProvider Object(
                                                    app => Illuminate\Foundation\Application Object
 
                                                )
                                            13 => Illuminate\View\ViewServiceProvider Object(
                                                    app => Illuminate\Foundation\Application Object
 
                                                )
                                            14 => Facade\Ignition\IgnitionServiceProvider Object(
                                                    app => Illuminate\Foundation\Application Object
 
                                                )
                                            15 => Fideloper\Proxy\TrustedProxyServiceProvider Object(
                                                    app => Illuminate\Foundation\Application Object
 
                                                )
                                            16 => Carbon\Laravel\ServiceProvider Object(
                                                    app => Illuminate\Foundation\Application Object
 
                                                )
                                            17 => NunoMaduro\Collision\Adapters\Laravel\CollisionServiceProvider Object(
                                                    defer => 1
                                                    app => Illuminate\Foundation\Application Object
 
                                                )
                                            18 => App\Providers\AppServiceProvider Object(
                                                    app => Illuminate\Foundation\Application Object
 
                                                )
                                            19 => App\Providers\AuthServiceProvider Object(
                                                    policies => Array()
                                                    app => Illuminate\Foundation\Application Object
 
                                                )
                                            20 => App\Providers\EventServiceProvider Object(
                                                    listen => Array(
                                                            [Illuminate\Auth\Events\Registered] => Array(
                                                                    0 => Illuminate\Auth\Listeners\SendEmailVerificationNotification
                                                                )
                                                        )
                                                    subscribe => Array()
                                                    app => Illuminate\Foundation\Application Object
 
                                                )
                                            21 => App\Providers\RouteServiceProvider Object(
                                                    namespace => App\Http\Controllers
                                                    app => Illuminate\Foundation\Application Object
 
                                                )
                                            22 => Illuminate\Queue\QueueServiceProvider Object(
                                                    app => Illuminate\Foundation\Application Object
 
                                                )
                                        )
                                    loadedProviders => Array(
                                            [Illuminate\Events\EventServiceProvider] => 1
                                            [Illuminate\Log\LogServiceProvider] => 1
                                            [Illuminate\Routing\RoutingServiceProvider] => 1
                                            [Illuminate\Auth\AuthServiceProvider] => 1
                                            [Illuminate\Cookie\CookieServiceProvider] => 1
                                            [Illuminate\Database\DatabaseServiceProvider] => 1
                                            [Illuminate\Encryption\EncryptionServiceProvider] => 1
                                            [Illuminate\Filesystem\FilesystemServiceProvider] => 1
                                            [Illuminate\Foundation\Providers\FormRequestServiceProvider] => 1
                                            [Illuminate\Foundation\Providers\FoundationServiceProvider] => 1
                                            [Illuminate\Notifications\NotificationServiceProvider] => 1
                                            [Illuminate\Pagination\PaginationServiceProvider] => 1
                                            [Illuminate\Session\SessionServiceProvider] => 1
                                            [Illuminate\View\ViewServiceProvider] => 1
                                            [Facade\Ignition\IgnitionServiceProvider] => 1
                                            [Fideloper\Proxy\TrustedProxyServiceProvider] => 1
                                            [Carbon\Laravel\ServiceProvider] => 1
                                            [NunoMaduro\Collision\Adapters\Laravel\CollisionServiceProvider] => 1
                                            [App\Providers\AppServiceProvider] => 1
                                            [App\Providers\AuthServiceProvider] => 1
                                            [App\Providers\EventServiceProvider] => 1
                                            [App\Providers\RouteServiceProvider] => 1
                                            [Illuminate\Queue\QueueServiceProvider] => 1
                                        )
                                    deferredServices => Array(
                                            [Illuminate\Broadcasting\BroadcastManager] => Illuminate\Broadcasting\BroadcastServiceProvider
                                            [Illuminate\Contracts\Broadcasting\Factory] => Illuminate\Broadcasting\BroadcastServiceProvider
                                            [Illuminate\Contracts\Broadcasting\Broadcaster] => Illuminate\Broadcasting\BroadcastServiceProvider
                                            [Illuminate\Bus\Dispatcher] => Illuminate\Bus\BusServiceProvider
                                            [Illuminate\Contracts\Bus\Dispatcher] => Illuminate\Bus\BusServiceProvider
                                            [Illuminate\Contracts\Bus\QueueingDispatcher] => Illuminate\Bus\BusServiceProvider
                                            cache => Illuminate\Cache\CacheServiceProvider
                                            [cache.store] => Illuminate\Cache\CacheServiceProvider
                                            [cache.psr6] => Illuminate\Cache\CacheServiceProvider
                                            [memcached.connector] => Illuminate\Cache\CacheServiceProvider
                                            [command.cache.clear] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                            [command.cache.forget] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                            [command.clear-compiled] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                            [command.auth.resets.clear] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                            [command.config.cache] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                            [command.config.clear] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                            [command.db.wipe] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                            [command.down] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                            [command.environment] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                            [command.event.cache] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                            [command.event.clear] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                            [command.event.list] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                            [command.key.generate] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                            [command.optimize] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                            [command.optimize.clear] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                            [command.package.discover] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                            [command.preset] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                            [command.queue.failed] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                            [command.queue.flush] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                            [command.queue.forget] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                            [command.queue.listen] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                            [command.queue.restart] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                            [command.queue.retry] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                            [command.queue.work] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                            [command.route.cache] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                            [command.route.clear] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                            [command.route.list] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                            [command.seed] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                            [Illuminate\Console\Scheduling\ScheduleFinishCommand] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                            [Illuminate\Console\Scheduling\ScheduleRunCommand] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                            [command.storage.link] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                            [command.up] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                            [command.view.cache] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                            [command.view.clear] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                            [command.cache.table] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                            [command.channel.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                            [command.console.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                            [command.controller.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                            [command.event.generate] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                            [command.event.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                            [command.exception.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                            [command.factory.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                            [command.job.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                            [command.listener.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                            [command.mail.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                            [command.middleware.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                            [command.model.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                            [command.notification.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                            [command.notification.table] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                            [command.observer.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                            [command.policy.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                            [command.provider.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                            [command.queue.failed-table] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                            [command.queue.table] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                            [command.request.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                            [command.resource.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                            [command.rule.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                            [command.seeder.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                            [command.session.table] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                            [command.serve] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                            [command.test.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                            [command.vendor.publish] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                            migrator => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                            [migration.repository] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                            [migration.creator] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                            [command.migrate] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                            [command.migrate.fresh] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                            [command.migrate.install] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                            [command.migrate.refresh] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                            [command.migrate.reset] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                            [command.migrate.rollback] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                            [command.migrate.status] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                            [command.migrate.make] => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                            composer => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                            hash => Illuminate\Hashing\HashServiceProvider
                                            [hash.driver] => Illuminate\Hashing\HashServiceProvider
                                            mailer => Illuminate\Mail\MailServiceProvider
                                            [swift.mailer] => Illuminate\Mail\MailServiceProvider
                                            [swift.transport] => Illuminate\Mail\MailServiceProvider
                                            [Illuminate\Mail\Markdown] => Illuminate\Mail\MailServiceProvider
                                            [Illuminate\Contracts\Pipeline\Hub] => Illuminate\Pipeline\PipelineServiceProvider
                                            [queue.worker] => Illuminate\Queue\QueueServiceProvider
                                            [queue.listener] => Illuminate\Queue\QueueServiceProvider
                                            [queue.failer] => Illuminate\Queue\QueueServiceProvider
                                            [queue.connection] => Illuminate\Queue\QueueServiceProvider
                                            redis => Illuminate\Redis\RedisServiceProvider
                                            [redis.connection] => Illuminate\Redis\RedisServiceProvider
                                            [auth.password] => Illuminate\Auth\Passwords\PasswordResetServiceProvider
                                            [auth.password.broker] => Illuminate\Auth\Passwords\PasswordResetServiceProvider
                                            translator => Illuminate\Translation\TranslationServiceProvider
                                            [translation.loader] => Illuminate\Translation\TranslationServiceProvider
                                            validator => Illuminate\Validation\ValidationServiceProvider
                                            [validation.presence] => Illuminate\Validation\ValidationServiceProvider
                                            [command.tinker] => Laravel\Tinker\TinkerServiceProvider
                                        )
                                    appPath => 
                                    databasePath => 
                                    storagePath => 
                                    environmentPath => 
                                    environmentFile => .env
                                    isRunningInConsole => 1
                                    namespace => 
                                    resolved => Array(
                                            events => 1
                                            [App\Console\Kernel] => 1
                                            [Illuminate\Contracts\Console\Kernel] => 1
                                            [Illuminate\Foundation\Bootstrap\LoadEnvironmentVariables] => 1
                                            [Illuminate\Foundation\Bootstrap\LoadConfiguration] => 1
                                            [Illuminate\Foundation\Bootstrap\HandleExceptions] => 1
                                            env => 1
                                            [Illuminate\Foundation\Bootstrap\RegisterFacades] => 1
                                            [Illuminate\Foundation\Bootstrap\SetRequestForConsole] => 1
                                            [Illuminate\Foundation\Bootstrap\RegisterProviders] => 1
                                            [Facade\Ignition\LogRecorder\LogRecorder] => 1
                                            [Facade\Ignition\DumpRecorder\DumpRecorder] => 1
                                            [Facade\Ignition\QueryRecorder\QueryRecorder] => 1
                                            [flare.http] => 1
                                            [flare.client] => 1
                                            [Facade\Ignition\Middleware\SetNotifierName] => 1
                                            [Facade\Ignition\Middleware\AddEnvironmentInformation] => 1
                                            [Facade\Ignition\Middleware\AddLogs] => 1
                                            [Facade\Ignition\Middleware\AddDumps] => 1
                                            [Facade\Ignition\Middleware\AddQueries] => 1
                                            [Facade\IgnitionContracts\SolutionProviderRepository] => 1
                                            [Facade\Ignition\Middleware\AddSolutions] => 1
                                            [App\Exceptions\Handler] => 1
                                            [Illuminate\Contracts\Debug\ExceptionHandler] => 1
                                            [Illuminate\Foundation\Bootstrap\BootProviders] => 1
                                            [db.factory] => 1
                                            db => 1
                                            [view.engine.resolver] => 1
                                            files => 1
                                            [blade.compiler] => 1
                                            log => 1
                                            queue => 1
                                            router => 1
                                            url => 1
                                        )
                                    bindings => Array(
                                            [Illuminate\Foundation\Mix] => Array(
                                                    concrete => Closure Object(
                                                            static => Array(
                                                                    abstract => Illuminate\Foundation\Mix
                                                                    concrete => Illuminate\Foundation\Mix
                                                                )
                                                            this => Illuminate\Foundation\Application Object
 
                                                            parameter => Array(
                                                                    [$container] => 
                                                                    [$parameters] => 
                                                                )
                                                        )
                                                    shared => 1
                                                )
                                            events => Array(
                                                    concrete => Closure Object(
                                                            this => Illuminate\Events\EventServiceProvider Object(
                                                                    app => Illuminate\Foundation\Application Object
 
                                                                )
                                                            parameter => Array(
                                                                    [$app] => 
                                                                )
                                                        )
                                                    shared => 1
                                                )
                                            log => Array(
                                                    concrete => Closure Object(
                                                            this => Illuminate\Log\LogServiceProvider Object(
                                                                    app => Illuminate\Foundation\Application Object
 
                                                                )
                                                        )
                                                    shared => 1
                                                )
                                            router => Array(
                                                    concrete => Closure Object(
                                                            this => Illuminate\Routing\RoutingServiceProvider Object(
                                                                    app => Illuminate\Foundation\Application Object
 
                                                                )
                                                            parameter => Array(
                                                                    [$app] => 
                                                                )
                                                        )
                                                    shared => 1
                                                )
                                            url => Array(
                                                    concrete => Closure Object(
                                                            this => Illuminate\Routing\RoutingServiceProvider Object(
                                                                    app => Illuminate\Foundation\Application Object
 
                                                                )
                                                            parameter => Array(
                                                                    [$app] => 
                                                                )
                                                        )
                                                    shared => 1
                                                )
                                            redirect => Array(
                                                    concrete => Closure Object(
                                                            this => Illuminate\Routing\RoutingServiceProvider Object(
                                                                    app => Illuminate\Foundation\Application Object
 
                                                                )
                                                            parameter => Array(
                                                                    [$app] => 
                                                                )
                                                        )
                                                    shared => 1
                                                )
                                            [Psr\Http\Message\ServerRequestInterface] => Array(
                                                    concrete => Closure Object(
                                                            this => Illuminate\Routing\RoutingServiceProvider Object(
                                                                    app => Illuminate\Foundation\Application Object
 
                                                                )
                                                            parameter => Array(
                                                                    [$app] => 
                                                                )
                                                        )
                                                    shared => 
                                                )
                                            [Psr\Http\Message\ResponseInterface] => Array(
                                                    concrete => Closure Object(
                                                            this => Illuminate\Routing\RoutingServiceProvider Object(
                                                                    app => Illuminate\Foundation\Application Object
 
                                                                )
                                                        )
                                                    shared => 
                                                )
                                            [Illuminate\Contracts\Routing\ResponseFactory] => Array(
                                                    concrete => Closure Object(
                                                            this => Illuminate\Routing\RoutingServiceProvider Object(
                                                                    app => Illuminate\Foundation\Application Object
 
                                                                )
                                                            parameter => Array(
                                                                    [$app] => 
                                                                )
                                                        )
                                                    shared => 1
                                                )
                                            [Illuminate\Routing\Contracts\ControllerDispatcher] => Array(
                                                    concrete => Closure Object(
                                                            this => Illuminate\Routing\RoutingServiceProvider Object(
                                                                    app => Illuminate\Foundation\Application Object
 
                                                                )
                                                            parameter => Array(
                                                                    [$app] => 
                                                                )
                                                        )
                                                    shared => 1
                                                )
                                            [Illuminate\Contracts\Http\Kernel] => Array(
                                                    concrete => Closure Object(
                                                            static => Array(
                                                                    abstract => Illuminate\Contracts\Http\Kernel
                                                                    concrete => App\Http\Kernel
                                                                )
                                                            this => Illuminate\Foundation\Application Object
 
                                                            parameter => Array(
                                                                    [$container] => 
                                                                    [$parameters] => 
                                                                )
                                                        )
                                                    shared => 1
                                                )
                                            [Illuminate\Contracts\Console\Kernel] => Array(
                                                    concrete => Closure Object(
                                                            static => Array(
                                                                    abstract => Illuminate\Contracts\Console\Kernel
                                                                    concrete => App\Console\Kernel
                                                                )
                                                            this => Illuminate\Foundation\Application Object
 
                                                            parameter => Array(
                                                                    [$container] => 
                                                                    [$parameters] => 
                                                                )
                                                        )
                                                    shared => 1
                                                )
                                            [Illuminate\Contracts\Debug\ExceptionHandler] => Array(
                                                    concrete => Closure Object(
                                                            static => Array(
                                                                    appExceptionHandler => App\Exceptions\Handler Object(
                                                                            dontReport => Array()
                                                                            dontFlash => Array(
                                                                                    0 => password
                                                                                    1 => password_confirmation
                                                                                )
                                                                            container => Illuminate\Foundation\Application Object
 
                                                                            internalDontReport => Array(
                                                                                    0 => Illuminate\Auth\AuthenticationException
                                                                                    1 => Illuminate\Auth\Access\AuthorizationException
                                                                                    2 => Symfony\Component\HttpKernel\Exception\HttpException
                                                                                    3 => Illuminate\Http\Exceptions\HttpResponseException
                                                                                    4 => Illuminate\Database\Eloquent\ModelNotFoundException
                                                                                    5 => Symfony\Component\HttpFoundation\Exception\SuspiciousOperationException
                                                                                    6 => Illuminate\Session\TokenMismatchException
                                                                                    7 => Illuminate\Validation\ValidationException
                                                                                )
                                                                        )
                                                                )
                                                            this => NunoMaduro\Collision\Adapters\Laravel\CollisionServiceProvider Object(
                                                                    defer => 1
                                                                    app => Illuminate\Foundation\Application Object
 
                                                                )
                                                            parameter => Array(
                                                                    [$app] => 
                                                                )
                                                        )
                                                    shared => 1
                                                )
                                            env => Array(
                                                    concrete => Closure Object(
                                                            static => Array(
                                                                    value => local
                                                                )
                                                            this => Illuminate\Foundation\Application Object
 
                                                        )
                                                    shared => 
                                                )
                                            auth => Array(
                                                    concrete => Closure Object(
                                                            this => Illuminate\Auth\AuthServiceProvider Object(
                                                                    app => Illuminate\Foundation\Application Object
 
                                                                )
                                                            parameter => Array(
                                                                    [$app] => 
                                                                )
                                                        )
                                                    shared => 1
                                                )
                                            [auth.driver] => Array(
                                                    concrete => Closure Object(
                                                            this => Illuminate\Auth\AuthServiceProvider Object(
                                                                    app => Illuminate\Foundation\Application Object
 
                                                                )
                                                            parameter => Array(
                                                                    [$app] => 
                                                                )
                                                        )
                                                    shared => 1
                                                )
                                            [Illuminate\Contracts\Auth\Authenticatable] => Array(
                                                    concrete => Closure Object(
                                                            this => Illuminate\Auth\AuthServiceProvider Object(
                                                                    app => Illuminate\Foundation\Application Object
 
                                                                )
                                                            parameter => Array(
                                                                    [$app] => 
                                                                )
                                                        )
                                                    shared => 
                                                )
                                            [Illuminate\Contracts\Auth\Access\Gate] => Array(
                                                    concrete => Closure Object(
                                                            this => Illuminate\Auth\AuthServiceProvider Object(
                                                                    app => Illuminate\Foundation\Application Object
 
                                                                )
                                                            parameter => Array(
                                                                    [$app] => 
                                                                )
                                                        )
                                                    shared => 1
                                                )
                                            cookie => Array(
                                                    concrete => Closure Object(
                                                            this => Illuminate\Cookie\CookieServiceProvider Object(
                                                                    app => Illuminate\Foundation\Application Object
 
                                                                )
                                                            parameter => Array(
                                                                    [$app] => 
                                                                )
                                                        )
                                                    shared => 1
                                                )
                                            [db.factory] => Array(
                                                    concrete => Closure Object(
                                                            this => Illuminate\Database\DatabaseServiceProvider Object(
                                                                    app => Illuminate\Foundation\Application Object
 
                                                                )
                                                            parameter => Array(
                                                                    [$app] => 
                                                                )
                                                        )
                                                    shared => 1
                                                )
                                            db => Array(
                                                    concrete => Closure Object(
                                                            this => Illuminate\Database\DatabaseServiceProvider Object(
                                                                    app => Illuminate\Foundation\Application Object
 
                                                                )
                                                            parameter => Array(
                                                                    [$app] => 
                                                                )
                                                        )
                                                    shared => 1
                                                )
                                            [db.connection] => Array(
                                                    concrete => Closure Object(
                                                            this => Illuminate\Database\DatabaseServiceProvider Object(
                                                                    app => Illuminate\Foundation\Application Object
 
                                                                )
                                                            parameter => Array(
                                                                    [$app] => 
                                                                )
                                                        )
                                                    shared => 
                                                )
                                            [Faker\Generator] => Array(
                                                    concrete => Closure Object(
                                                            this => Illuminate\Database\DatabaseServiceProvider Object(
                                                                    app => Illuminate\Foundation\Application Object
 
                                                                )
                                                            parameter => Array(
                                                                    [$app] => 
                                                                )
                                                        )
                                                    shared => 1
                                                )
                                            [Illuminate\Database\Eloquent\Factory] => Array(
                                                    concrete => Closure Object(
                                                            this => Illuminate\Database\DatabaseServiceProvider Object(
                                                                    app => Illuminate\Foundation\Application Object
 
                                                                )
                                                            parameter => Array(
                                                                    [$app] => 
                                                                )
                                                        )
                                                    shared => 1
                                                )
                                            [Illuminate\Contracts\Queue\EntityResolver] => Array(
                                                    concrete => Closure Object(
                                                            this => Illuminate\Database\DatabaseServiceProvider Object(
                                                                    app => Illuminate\Foundation\Application Object
 
                                                                )
                                                        )
                                                    shared => 1
                                                )
                                            encrypter => Array(
                                                    concrete => Closure Object(
                                                            this => Illuminate\Encryption\EncryptionServiceProvider Object(
                                                                    app => Illuminate\Foundation\Application Object
 
                                                                )
                                                            parameter => Array(
                                                                    [$app] => 
                                                                )
                                                        )
                                                    shared => 1
                                                )
                                            files => Array(
                                                    concrete => Closure Object(
                                                            this => Illuminate\Filesystem\FilesystemServiceProvider Object(
                                                                    app => Illuminate\Foundation\Application Object
 
                                                                )
                                                        )
                                                    shared => 1
                                                )
                                            filesystem => Array(
                                                    concrete => Closure Object(
                                                            this => Illuminate\Filesystem\FilesystemServiceProvider Object(
                                                                    app => Illuminate\Foundation\Application Object
 
                                                                )
                                                        )
                                                    shared => 1
                                                )
                                            [filesystem.disk] => Array(
                                                    concrete => Closure Object(
                                                            this => Illuminate\Filesystem\FilesystemServiceProvider Object(
                                                                    app => Illuminate\Foundation\Application Object
 
                                                                )
                                                        )
                                                    shared => 1
                                                )
                                            [filesystem.cloud] => Array(
                                                    concrete => Closure Object(
                                                            this => Illuminate\Filesystem\FilesystemServiceProvider Object(
                                                                    app => Illuminate\Foundation\Application Object
 
                                                                )
                                                        )
                                                    shared => 1
                                                )
                                            [Illuminate\Notifications\ChannelManager] => Array(
                                                    concrete => Closure Object(
                                                            this => Illuminate\Notifications\NotificationServiceProvider Object(
                                                                    app => Illuminate\Foundation\Application Object
 
                                                                )
                                                            parameter => Array(
                                                                    [$app] => 
                                                                )
                                                        )
                                                    shared => 1
                                                )
                                            session => Array(
                                                    concrete => Closure Object(
                                                            this => Illuminate\Session\SessionServiceProvider Object(
                                                                    app => Illuminate\Foundation\Application Object
 
                                                                )
                                                            parameter => Array(
                                                                    [$app] => 
                                                                )
                                                        )
                                                    shared => 1
                                                )
                                            [session.store] => Array(
                                                    concrete => Closure Object(
                                                            this => Illuminate\Session\SessionServiceProvider Object(
                                                                    app => Illuminate\Foundation\Application Object
 
                                                                )
                                                            parameter => Array(
                                                                    [$app] => 
                                                                )
                                                        )
                                                    shared => 1
                                                )
                                            [Illuminate\Session\Middleware\StartSession] => Array(
                                                    concrete => Closure Object(
                                                            static => Array(
                                                                    abstract => Illuminate\Session\Middleware\StartSession
                                                                    concrete => Illuminate\Session\Middleware\StartSession
                                                                )
                                                            this => Illuminate\Foundation\Application Object
 
                                                            parameter => Array(
                                                                    [$container] => 
                                                                    [$parameters] => 
                                                                )
                                                        )
                                                    shared => 1
                                                )
                                            view => Array(
                                                    concrete => Closure Object(
                                                            this => Illuminate\View\ViewServiceProvider Object(
                                                                    app => Illuminate\Foundation\Application Object
 
                                                                )
                                                            parameter => Array(
                                                                    [$app] => 
                                                                )
                                                        )
                                                    shared => 1
                                                )
                                            [view.finder] => Array(
                                                    concrete => Closure Object(
                                                            this => Illuminate\View\ViewServiceProvider Object(
                                                                    app => Illuminate\Foundation\Application Object
 
                                                                )
                                                            parameter => Array(
                                                                    [$app] => 
                                                                )
                                                        )
                                                    shared => 
                                                )
                                            [view.engine.resolver] => Array(
                                                    concrete => Closure Object(
                                                            this => Illuminate\View\ViewServiceProvider Object(
                                                                    app => Illuminate\Foundation\Application Object
 
                                                                )
                                                        )
                                                    shared => 1
                                                )
                                            [Facade\IgnitionContracts\SolutionProviderRepository] => Array(
                                                    concrete => Closure Object(
                                                            this => Facade\Ignition\IgnitionServiceProvider Object(
                                                                    app => Illuminate\Foundation\Application Object
 
                                                                )
                                                        )
                                                    shared => 1
                                                )
                                            [Facade\Ignition\ErrorPage\Renderer] => Array(
                                                    concrete => Closure Object(
                                                            this => Facade\Ignition\IgnitionServiceProvider Object(
                                                                    app => Illuminate\Foundation\Application Object
 
                                                                )
                                                        )
                                                    shared => 
                                                )
                                            [Whoops\Handler\HandlerInterface] => Array(
                                                    concrete => Closure Object(
                                                            this => Facade\Ignition\IgnitionServiceProvider Object(
                                                                    app => Illuminate\Foundation\Application Object
 
                                                                )
                                                            parameter => Array(
                                                                    [$app] => 
                                                                )
                                                        )
                                                    shared => 
                                                )
                                            [Facade\Ignition\IgnitionConfig] => Array(
                                                    concrete => Closure Object(
                                                            this => Facade\Ignition\IgnitionServiceProvider Object(
                                                                    app => Illuminate\Foundation\Application Object
 
                                                                )
                                                        )
                                                    shared => 1
                                                )
                                            [flare.http] => Array(
                                                    concrete => Closure Object(
                                                            this => Facade\Ignition\IgnitionServiceProvider Object(
                                                                    app => Illuminate\Foundation\Application Object
 
                                                                )
                                                        )
                                                    shared => 1
                                                )
                                            [flare.client] => Array(
                                                    concrete => Closure Object(
                                                            this => Facade\Ignition\IgnitionServiceProvider Object(
                                                                    app => Illuminate\Foundation\Application Object
 
                                                                )
                                                        )
                                                    shared => 1
                                                )
                                            [Facade\Ignition\LogRecorder\LogRecorder] => Array(
                                                    concrete => Closure Object(
                                                            static => Array(
                                                                    abstract => Facade\Ignition\LogRecorder\LogRecorder
                                                                    concrete => Facade\Ignition\LogRecorder\LogRecorder
                                                                )
                                                            this => Illuminate\Foundation\Application Object
 
                                                            parameter => Array(
                                                                    [$container] => 
                                                                    [$parameters] => 
                                                                )
                                                        )
                                                    shared => 1
                                                )
                                            [Facade\Ignition\DumpRecorder\DumpRecorder] => Array(
                                                    concrete => Closure Object(
                                                            static => Array(
                                                                    abstract => Facade\Ignition\DumpRecorder\DumpRecorder
                                                                    concrete => Facade\Ignition\DumpRecorder\DumpRecorder
                                                                )
                                                            this => Illuminate\Foundation\Application Object
 
                                                            parameter => Array(
                                                                    [$container] => 
                                                                    [$parameters] => 
                                                                )
                                                        )
                                                    shared => 1
                                                )
                                            [Facade\Ignition\QueryRecorder\QueryRecorder] => Array(
                                                    concrete => Closure Object(
                                                            static => Array(
                                                                    abstract => Facade\Ignition\QueryRecorder\QueryRecorder
                                                                    concrete => Facade\Ignition\QueryRecorder\QueryRecorder
                                                                )
                                                            this => Illuminate\Foundation\Application Object
 
                                                            parameter => Array(
                                                                    [$container] => 
                                                                    [$parameters] => 
                                                                )
                                                        )
                                                    shared => 1
                                                )
                                            [NunoMaduro\Collision\Contracts\Adapters\Phpunit\Listener] => Array(
                                                    concrete => Closure Object(
                                                            static => Array(
                                                                    abstract => NunoMaduro\Collision\Contracts\Adapters\Phpunit\Listener
                                                                    concrete => NunoMaduro\Collision\Adapters\Phpunit\Listener
                                                                )
                                                            this => Illuminate\Foundation\Application Object
 
                                                            parameter => Array(
                                                                    [$container] => 
                                                                    [$parameters] => 
                                                                )
                                                        )
                                                    shared => 1
                                                )
                                            [NunoMaduro\Collision\Contracts\Provider] => Array(
                                                    concrete => Closure Object(
                                                            static => Array(
                                                                    abstract => NunoMaduro\Collision\Contracts\Provider
                                                                    concrete => NunoMaduro\Collision\Provider
                                                                )
                                                            this => Illuminate\Foundation\Application Object
 
                                                            parameter => Array(
                                                                    [$container] => 
                                                                    [$parameters] => 
                                                                )
                                                        )
                                                    shared => 
                                                )
                                            [blade.compiler] => Array(
                                                    concrete => Closure Object(
                                                            this => Illuminate\View\ViewServiceProvider Object(
                                                                    app => Illuminate\Foundation\Application Object
 
                                                                )
                                                        )
                                                    shared => 1
                                                )
                                            [flare.logger] => Array(
                                                    concrete => Closure Object(
                                                            this => Facade\Ignition\IgnitionServiceProvider Object(
                                                                    app => Illuminate\Foundation\Application Object
 
                                                                )
                                                            parameter => Array(
                                                                    [$app] => 
                                                                )
                                                        )
                                                    shared => 1
                                                )
                                            [command.flare:test] => Array(
                                                    concrete => Closure Object(
                                                            static => Array(
                                                                    abstract => command.flare:test
                                                                    concrete => Facade\Ignition\Commands\TestCommand
                                                                )
                                                            this => Illuminate\Foundation\Application Object
 
                                                            parameter => Array(
                                                                    [$container] => 
                                                                    [$parameters] => 
                                                                )
                                                        )
                                                    shared => 
                                                )
                                            [command.make:solution] => Array(
                                                    concrete => Closure Object(
                                                            static => Array(
                                                                    abstract => command.make:solution
                                                                    concrete => Facade\Ignition\Commands\SolutionMakeCommand
                                                                )
                                                            this => Illuminate\Foundation\Application Object
 
                                                            parameter => Array(
                                                                    [$container] => 
                                                                    [$parameters] => 
                                                                )
                                                        )
                                                    shared => 
                                                )
                                            queue => Array(
                                                    concrete => Closure Object(
                                                            this => Illuminate\Queue\QueueServiceProvider Object(
                                                                    app => Illuminate\Foundation\Application Object
 
                                                                )
                                                            parameter => Array(
                                                                    [$app] => 
                                                                )
                                                        )
                                                    shared => 1
                                                )
                                            [queue.connection] => Array(
                                                    concrete => Closure Object(
                                                            this => Illuminate\Queue\QueueServiceProvider Object(
                                                                    app => Illuminate\Foundation\Application Object
 
                                                                )
                                                            parameter => Array(
                                                                    [$app] => 
                                                                )
                                                        )
                                                    shared => 1
                                                )
                                            [queue.worker] => Array(
                                                    concrete => Closure Object(
                                                            this => Illuminate\Queue\QueueServiceProvider Object(
                                                                    app => Illuminate\Foundation\Application Object
 
                                                                )
                                                        )
                                                    shared => 1
                                                )
                                            [queue.listener] => Array(
                                                    concrete => Closure Object(
                                                            this => Illuminate\Queue\QueueServiceProvider Object(
                                                                    app => Illuminate\Foundation\Application Object
 
                                                                )
                                                        )
                                                    shared => 1
                                                )
                                            [queue.failer] => Array(
                                                    concrete => Closure Object(
                                                            this => Illuminate\Queue\QueueServiceProvider Object(
                                                                    app => Illuminate\Foundation\Application Object
 
                                                                )
                                                        )
                                                    shared => 1
                                                )
                                            [Facade\Ignition\DumpRecorder\MultiDumpHandler] => Array(
                                                    concrete => Closure Object(
                                                            static => Array(
                                                                    abstract => Facade\Ignition\DumpRecorder\MultiDumpHandler
                                                                    concrete => Facade\Ignition\DumpRecorder\MultiDumpHandler Object(
                                                                            handlers => Array(
                                                                                    0 => Closure Object(
                                                                                            this => Facade\Ignition\DumpRecorder\DumpRecorder Object(
                                                                                                    dumps => Array()
                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                )
                                                                                            parameter => Array(
                                                                                                    [$value] => 
                                                                                                )
                                                                                        )
                                                                                    1 => Closure Object(
                                                                                            this => Facade\Ignition\DumpRecorder\DumpRecorder Object(
                                                                                                    dumps => Array()
                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                )
                                                                                            parameter => Array(
                                                                                                    [$var] => 
                                                                                                )
                                                                                        )
                                                                                )
                                                                        )
                                                                )
                                                            this => Illuminate\Foundation\Application Object
 
                                                            parameter => Array(
                                                                    [$container] => 
                                                                    [$parameters] => 
                                                                )
                                                        )
                                                    shared => 1
                                                )
                                        )
                                    methodBindings => Array()
                                    instances => Array(
                                            path => /0000/app
                                            [path.base] => /0000
                                            [path.lang] => /0000/resources/lang
                                            [path.config] => /0000/config
                                            [path.public] => /0000/public
                                            [path.storage] => /0000/storage
                                            [path.database] => /0000/database
                                            [path.resources] => /0000/resources
                                            [path.bootstrap] => /0000/bootstrap
                                            app => Illuminate\Foundation\Application Object
 
                                            [Illuminate\Container\Container] => Illuminate\Foundation\Application Object
 
                                            [Illuminate\Foundation\PackageManifest] => Illuminate\Foundation\PackageManifest Object(
                                                    files => Illuminate\Filesystem\Filesystem Object()
                                                    basePath => /0000
                                                    vendorPath => /0000/vendor
                                                    manifestPath => /0000/bootstrap/cache/packages.php
                                                    manifest => Array(
                                                            [facade/ignition] => Array(
                                                                    providers => Array(
                                                                            0 => Facade\Ignition\IgnitionServiceProvider
                                                                        )
                                                                    aliases => Array(
                                                                            Flare => Facade\Ignition\Facades\Flare
                                                                        )
                                                                )
                                                            [fideloper/proxy] => Array(
                                                                    providers => Array(
                                                                            0 => Fideloper\Proxy\TrustedProxyServiceProvider
                                                                        )
                                                                )
                                                            [laravel/tinker] => Array(
                                                                    providers => Array(
                                                                            0 => Laravel\Tinker\TinkerServiceProvider
                                                                        )
                                                                )
                                                            [nesbot/carbon] => Array(
                                                                    providers => Array(
                                                                            0 => Carbon\Laravel\ServiceProvider
                                                                        )
                                                                )
                                                            [nunomaduro/collision] => Array(
                                                                    providers => Array(
                                                                            0 => NunoMaduro\Collision\Adapters\Laravel\CollisionServiceProvider
                                                                        )
                                                                )
                                                        )
                                                )
                                            events => Illuminate\Events\Dispatcher Object(
                                                    container => Illuminate\Foundation\Application Object
 
                                                    listeners => Array(
                                                            [Illuminate\Queue\Events\Looping] => Array(
                                                                    0 => Closure Object(
                                                                            static => Array(
                                                                                    listener => Closure Object(
                                                                                            this => Facade\Ignition\IgnitionServiceProvider Object(
                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                )
                                                                                        )
                                                                                    wildcard => 
                                                                                )
                                                                            this => Illuminate\Events\Dispatcher Object
 
                                                                            parameter => Array(
                                                                                    [$event] => 
                                                                                    [$payload] => 
                                                                                )
                                                                        )
                                                                )
                                                            [Illuminate\Database\Events\QueryExecuted] => Array(
                                                                    0 => Closure Object(
                                                                            static => Array(
                                                                                    listener => Array(
                                                                                            0 => Facade\Ignition\QueryRecorder\QueryRecorder Object(
                                                                                                    queries => Array()
                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                )
                                                                                            1 => record
                                                                                        )
                                                                                    wildcard => 
                                                                                )
                                                                            this => Illuminate\Events\Dispatcher Object
 
                                                                            parameter => Array(
                                                                                    [$event] => 
                                                                                    [$payload] => 
                                                                                )
                                                                        )
                                                                )
                                                            [Illuminate\Log\Events\MessageLogged] => Array(
                                                                    0 => Closure Object(
                                                                            static => Array(
                                                                                    listener => Array(
                                                                                            0 => Facade\Ignition\LogRecorder\LogRecorder Object(
                                                                                                    logMessages => Array()
                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                )
                                                                                            1 => record
                                                                                        )
                                                                                    wildcard => 
                                                                                )
                                                                            this => Illuminate\Events\Dispatcher Object
 
                                                                            parameter => Array(
                                                                                    [$event] => 
                                                                                    [$payload] => 
                                                                                )
                                                                        )
                                                                )
                                                            [Illuminate\Foundation\Events\LocaleUpdated] => Array(
                                                                    0 => Closure Object(
                                                                            static => Array(
                                                                                    listener => Closure Object(
                                                                                            static => Array(
                                                                                                    service => Carbon\Laravel\ServiceProvider Object(
                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                        )
                                                                                                )
                                                                                            this => Carbon\Laravel\ServiceProvider Object(
                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                )
                                                                                        )
                                                                                    wildcard => 
                                                                                )
                                                                            this => Illuminate\Events\Dispatcher Object
 
                                                                            parameter => Array(
                                                                                    [$event] => 
                                                                                    [$payload] => 
                                                                                )
                                                                        )
                                                                )
                                                            [Illuminate\Auth\Events\Registered] => Array(
                                                                    0 => Closure Object(
                                                                            static => Array(
                                                                                    listener => Illuminate\Auth\Listeners\SendEmailVerificationNotification
                                                                                    wildcard => 
                                                                                )
                                                                            this => Illuminate\Events\Dispatcher Object
 
                                                                            parameter => Array(
                                                                                    [$event] => 
                                                                                    [$payload] => 
                                                                                )
                                                                        )
                                                                )
                                                        )
                                                    wildcards => Array()
                                                    wildcardsCache => Array(
                                                            [bootstrapping: Illuminate\Foundation\Bootstrap\LoadEnvironmentVariables] => Array()
                                                            [bootstrapped: Illuminate\Foundation\Bootstrap\LoadEnvironmentVariables] => Array()
                                                            [bootstrapping: Illuminate\Foundation\Bootstrap\LoadConfiguration] => Array()
                                                            [bootstrapped: Illuminate\Foundation\Bootstrap\LoadConfiguration] => Array()
                                                            [bootstrapping: Illuminate\Foundation\Bootstrap\HandleExceptions] => Array()
                                                            [bootstrapped: Illuminate\Foundation\Bootstrap\HandleExceptions] => Array()
                                                            [bootstrapping: Illuminate\Foundation\Bootstrap\RegisterFacades] => Array()
                                                            [bootstrapped: Illuminate\Foundation\Bootstrap\RegisterFacades] => Array()
                                                            [bootstrapping: Illuminate\Foundation\Bootstrap\SetRequestForConsole] => Array()
                                                            [bootstrapped: Illuminate\Foundation\Bootstrap\SetRequestForConsole] => Array()
                                                            [bootstrapping: Illuminate\Foundation\Bootstrap\RegisterProviders] => Array()
                                                            [bootstrapped: Illuminate\Foundation\Bootstrap\RegisterProviders] => Array()
                                                            [bootstrapping: Illuminate\Foundation\Bootstrap\BootProviders] => Array()
                                                        )
                                                    queueResolver => Closure Object(
                                                            static => Array(
                                                                    app => Illuminate\Foundation\Application Object
 
                                                                )
                                                            this => Illuminate\Events\EventServiceProvider Object(
                                                                    app => Illuminate\Foundation\Application Object
 
                                                                )
                                                        )
                                                )
                                            [Illuminate\Contracts\Console\Kernel] => App\Console\Kernel Object(
                                                    commands => Array()
                                                    app => Illuminate\Foundation\Application Object
 
                                                    events => Illuminate\Events\Dispatcher Object(
                                                            container => Illuminate\Foundation\Application Object
 
                                                            listeners => Array(
                                                                    [Illuminate\Queue\Events\Looping] => Array(
                                                                            0 => Closure Object(
                                                                                    static => Array(
                                                                                            listener => Closure Object(
                                                                                                    this => Facade\Ignition\IgnitionServiceProvider Object(
                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                        )
                                                                                                )
                                                                                            wildcard => 
                                                                                        )
                                                                                    this => Illuminate\Events\Dispatcher Object
 
                                                                                    parameter => Array(
                                                                                            [$event] => 
                                                                                            [$payload] => 
                                                                                        )
                                                                                )
                                                                        )
                                                                    [Illuminate\Database\Events\QueryExecuted] => Array(
                                                                            0 => Closure Object(
                                                                                    static => Array(
                                                                                            listener => Array(
                                                                                                    0 => Facade\Ignition\QueryRecorder\QueryRecorder Object(
                                                                                                            queries => Array()
                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                        )
                                                                                                    1 => record
                                                                                                )
                                                                                            wildcard => 
                                                                                        )
                                                                                    this => Illuminate\Events\Dispatcher Object
 
                                                                                    parameter => Array(
                                                                                            [$event] => 
                                                                                            [$payload] => 
                                                                                        )
                                                                                )
                                                                        )
                                                                    [Illuminate\Log\Events\MessageLogged] => Array(
                                                                            0 => Closure Object(
                                                                                    static => Array(
                                                                                            listener => Array(
                                                                                                    0 => Facade\Ignition\LogRecorder\LogRecorder Object(
                                                                                                            logMessages => Array()
                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                        )
                                                                                                    1 => record
                                                                                                )
                                                                                            wildcard => 
                                                                                        )
                                                                                    this => Illuminate\Events\Dispatcher Object
 
                                                                                    parameter => Array(
                                                                                            [$event] => 
                                                                                            [$payload] => 
                                                                                        )
                                                                                )
                                                                        )
                                                                    [Illuminate\Foundation\Events\LocaleUpdated] => Array(
                                                                            0 => Closure Object(
                                                                                    static => Array(
                                                                                            listener => Closure Object(
                                                                                                    static => Array(
                                                                                                            service => Carbon\Laravel\ServiceProvider Object(
                                                                                                                    app => Illuminate\Foundation\Application Object
 
                                                                                                                )
                                                                                                        )
                                                                                                    this => Carbon\Laravel\ServiceProvider Object(
                                                                                                            app => Illuminate\Foundation\Application Object
 
                                                                                                        )
                                                                                                )
                                                                                            wildcard => 
                                                                                        )
                                                                                    this => Illuminate\Events\Dispatcher Object
 
                                                                                    parameter => Array(
                                                                                            [$event] => 
                                                                                            [$payload] => 
                                                                                        )
                                                                                )
                                                                        )
                                                                    [Illuminate\Auth\Events\Registered] => Array(
                                                                            0 => Closure Object(
                                                                                    static => Array(
                                                                                            listener => Illuminate\Auth\Listeners\SendEmailVerificationNotification
                                                                                            wildcard => 
                                                                                        )
                                                                                    this => Illuminate\Events\Dispatcher Object
 
                                                                                    parameter => Array(
                                                                                            [$event] => 
                                                                                            [$payload] => 
                                                                                        )
                                                                                )
                                                                        )
                                                                )
                                                            wildcards => Array()
                                                            wildcardsCache => Array(
                                                                    [bootstrapping: Illuminate\Foundation\Bootstrap\LoadEnvironmentVariables] => Array()
                                                                    [bootstrapped: Illuminate\Foundation\Bootstrap\LoadEnvironmentVariables] => Array()
                                                                    [bootstrapping: Illuminate\Foundation\Bootstrap\LoadConfiguration] => Array()
                                                                    [bootstrapped: Illuminate\Foundation\Bootstrap\LoadConfiguration] => Array()
                                                                    [bootstrapping: Illuminate\Foundation\Bootstrap\HandleExceptions] => Array()
                                                                    [bootstrapped: Illuminate\Foundation\Bootstrap\HandleExceptions] => Array()
                                                                    [bootstrapping: Illuminate\Foundation\Bootstrap\RegisterFacades] => Array()
                                                                    [bootstrapped: Illuminate\Foundation\Bootstrap\RegisterFacades] => Array()
                                                                    [bootstrapping: Illuminate\Foundation\Bootstrap\SetRequestForConsole] => Array()
                                                                    [bootstrapped: Illuminate\Foundation\Bootstrap\SetRequestForConsole] => Array()
                                                                    [bootstrapping: Illuminate\Foundation\Bootstrap\RegisterProviders] => Array()
                                                                    [bootstrapped: Illuminate\Foundation\Bootstrap\RegisterProviders] => Array()
                                                                    [bootstrapping: Illuminate\Foundation\Bootstrap\BootProviders] => Array()
                                                                )
                                                            queueResolver => Closure Object(
                                                                    static => Array(
                                                                            app => Illuminate\Foundation\Application Object
 
                                                                        )
                                                                    this => Illuminate\Events\EventServiceProvider Object(
                                                                            app => Illuminate\Foundation\Application Object
 
                                                                        )
                                                                )
                                                        )
                                                    artisan => 
                                                    commandsLoaded => 
                                                    bootstrappers => Array(
                                                            0 => Illuminate\Foundation\Bootstrap\LoadEnvironmentVariables
                                                            1 => Illuminate\Foundation\Bootstrap\LoadConfiguration
                                                            2 => Illuminate\Foundation\Bootstrap\HandleExceptions
                                                            3 => Illuminate\Foundation\Bootstrap\RegisterFacades
                                                            4 => Illuminate\Foundation\Bootstrap\SetRequestForConsole
                                                            5 => Illuminate\Foundation\Bootstrap\RegisterProviders
                                                            6 => Illuminate\Foundation\Bootstrap\BootProviders
                                                        )
                                                )
                                            config => Illuminate\Config\Repository Object(
                                                    items => Array(
                                                            app => Array(
                                                                    name => 本地测试
                                                                    env => local
                                                                    debug => 1
                                                                    url => http://localhost
                                                                    asset_url => 
                                                                    timezone => UTC
                                                                    locale => en
                                                                    fallback_locale => en
                                                                    faker_locale => en_US
                                                                    key => base64:gIjju1XIlTNS6j8BuifyrL2QAARYlvdKYd31eAqei7g=
                                                                    cipher => AES-256-CBC
                                                                    providers => Array(
                                                                            0 => Illuminate\Auth\AuthServiceProvider
                                                                            1 => Illuminate\Broadcasting\BroadcastServiceProvider
                                                                            2 => Illuminate\Bus\BusServiceProvider
                                                                            3 => Illuminate\Cache\CacheServiceProvider
                                                                            4 => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
                                                                            5 => Illuminate\Cookie\CookieServiceProvider
                                                                            6 => Illuminate\Database\DatabaseServiceProvider
                                                                            7 => Illuminate\Encryption\EncryptionServiceProvider
                                                                            8 => Illuminate\Filesystem\FilesystemServiceProvider
                                                                            9 => Illuminate\Foundation\Providers\FoundationServiceProvider
                                                                            10 => Illuminate\Hashing\HashServiceProvider
                                                                            11 => Illuminate\Mail\MailServiceProvider
                                                                            12 => Illuminate\Notifications\NotificationServiceProvider
                                                                            13 => Illuminate\Pagination\PaginationServiceProvider
                                                                            14 => Illuminate\Pipeline\PipelineServiceProvider
                                                                            15 => Illuminate\Queue\QueueServiceProvider
                                                                            16 => Illuminate\Redis\RedisServiceProvider
                                                                            17 => Illuminate\Auth\Passwords\PasswordResetServiceProvider
                                                                            18 => Illuminate\Session\SessionServiceProvider
                                                                            19 => Illuminate\Translation\TranslationServiceProvider
                                                                            20 => Illuminate\Validation\ValidationServiceProvider
                                                                            21 => Illuminate\View\ViewServiceProvider
                                                                            22 => App\Providers\AppServiceProvider
                                                                            23 => App\Providers\AuthServiceProvider
                                                                            24 => App\Providers\EventServiceProvider
                                                                            25 => App\Providers\RouteServiceProvider
                                                                        )
                                                                    aliases => Array(
                                                                            App => Illuminate\Support\Facades\App
                                                                            Arr => Illuminate\Support\Arr
                                                                            Artisan => Illuminate\Support\Facades\Artisan
                                                                            Auth => Illuminate\Support\Facades\Auth
                                                                            Blade => Illuminate\Support\Facades\Blade
                                                                            Broadcast => Illuminate\Support\Facades\Broadcast
                                                                            Bus => Illuminate\Support\Facades\Bus
                                                                            Cache => Illuminate\Support\Facades\Cache
                                                                            Config => Illuminate\Support\Facades\Config
                                                                            Cookie => Illuminate\Support\Facades\Cookie
                                                                            Crypt => Illuminate\Support\Facades\Crypt
                                                                            DB => Illuminate\Support\Facades\DB
                                                                            Eloquent => Illuminate\Database\Eloquent\Model
                                                                            Event => Illuminate\Support\Facades\Event
                                                                            File => Illuminate\Support\Facades\File
                                                                            Gate => Illuminate\Support\Facades\Gate
                                                                            Hash => Illuminate\Support\Facades\Hash
                                                                            Lang => Illuminate\Support\Facades\Lang
                                                                            Log => Illuminate\Support\Facades\Log
                                                                            Mail => Illuminate\Support\Facades\Mail
                                                                            Notification => Illuminate\Support\Facades\Notification
                                                                            Password => Illuminate\Support\Facades\Password
                                                                            Queue => Illuminate\Support\Facades\Queue
                                                                            Redirect => Illuminate\Support\Facades\Redirect
                                                                            Redis => Illuminate\Support\Facades\Redis
                                                                            Request => Illuminate\Support\Facades\Request
                                                                            Response => Illuminate\Support\Facades\Response
                                                                            Route => Illuminate\Support\Facades\Route
                                                                            Schema => Illuminate\Support\Facades\Schema
                                                                            Session => Illuminate\Support\Facades\Session
                                                                            Storage => Illuminate\Support\Facades\Storage
                                                                            Str => Illuminate\Support\Str
                                                                            URL => Illuminate\Support\Facades\URL
                                                                            Validator => Illuminate\Support\Facades\Validator
                                                                            View => Illuminate\Support\Facades\View
                                                                        )
                                                                )
                                                            auth => Array(
                                                                    defaults => Array(
                                                                            guard => web
                                                                            passwords => users
                                                                        )
                                                                    guards => Array(
                                                                            web => Array(
                                                                                    driver => session
                                                                                    provider => users
                                                                                )
                                                                            api => Array(
                                                                                    driver => token
                                                                                    provider => users
                                                                                    hash => 
                                                                                )
                                                                        )
                                                                    providers => Array(
                                                                            users => Array(
                                                                                    driver => eloquent
                                                                                    model => App\User
                                                                                )
                                                                        )
                                                                    passwords => Array(
                                                                            users => Array(
                                                                                    provider => users
                                                                                    table => password_resets
                                                                                    expire => 60
                                                                                    throttle => 60
                                                                                )
                                                                        )
                                                                    password_timeout => 10800
                                                                )
                                                            broadcasting => Array(
                                                                    default => log
                                                                    connections => Array(
                                                                            pusher => Array(
                                                                                    driver => pusher
                                                                                    key => 
                                                                                    secret => 
                                                                                    app_id => 
                                                                                    options => Array(
                                                                                            cluster => mt1
                                                                                            useTLS => 1
                                                                                        )
                                                                                )
                                                                            redis => Array(
                                                                                    driver => redis
                                                                                    connection => default
                                                                                )
                                                                            log => Array(
                                                                                    driver => log
                                                                                )
                                                                            null => Array(
                                                                                    driver => null
                                                                                )
                                                                        )
                                                                )
                                                            cache => Array(
                                                                    default => file
                                                                    stores => Array(
                                                                            apc => Array(
                                                                                    driver => apc
                                                                                )
                                                                            array => Array(
                                                                                    driver => array
                                                                                )
                                                                            database => Array(
                                                                                    driver => database
                                                                                    table => cache
                                                                                    connection => 
                                                                                )
                                                                            file => Array(
                                                                                    driver => file
                                                                                    path => /0000/storage/framework/cache/data
                                                                                )
                                                                            memcached => Array(
                                                                                    driver => memcached
                                                                                    persistent_id => 
                                                                                    sasl => Array(
                                                                                            0 => 
                                                                                            1 => 
                                                                                        )
                                                                                    options => Array()
                                                                                    servers => Array(
                                                                                            0 => Array(
                                                                                                    host => 127.0.0.1
                                                                                                    port => 11211
                                                                                                    weight => 100
                                                                                                )
                                                                                        )
                                                                                )
                                                                            redis => Array(
                                                                                    driver => redis
                                                                                    connection => cache
                                                                                )
                                                                            dynamodb => Array(
                                                                                    driver => dynamodb
                                                                                    key => 
                                                                                    secret => 
                                                                                    region => us-east-1
                                                                                    table => cache
                                                                                    endpoint => 
                                                                                )
                                                                        )
                                                                    prefix => _cache
                                                                )
                                                            database => Array(
                                                                    default => mysql
                                                                    connections => Array(
                                                                            sqlite => Array(
                                                                                    driver => sqlite
                                                                                    url => 
                                                                                    database => laravel
                                                                                    prefix => 
                                                                                    foreign_key_constraints => 1
                                                                                )
                                                                            mysql => Array(
                                                                                    driver => mysql
                                                                                    url => 
                                                                                    host => 127.0.0.1
                                                                                    port => 3306
                                                                                    database => laravel
                                                                                    username => root
                                                                                    password => 
                                                                                    unix_socket => 
                                                                                    charset => utf8mb4
                                                                                    collation => utf8mb4_unicode_ci
                                                                                    prefix => 
                                                                                    prefix_indexes => 1
                                                                                    strict => 1
                                                                                    engine => 
                                                                                    options => Array()
                                                                                )
                                                                            pgsql => Array(
                                                                                    driver => pgsql
                                                                                    url => 
                                                                                    host => 127.0.0.1
                                                                                    port => 3306
                                                                                    database => laravel
                                                                                    username => root
                                                                                    password => 
                                                                                    charset => utf8
                                                                                    prefix => 
                                                                                    prefix_indexes => 1
                                                                                    schema => public
                                                                                    sslmode => prefer
                                                                                )
                                                                            sqlsrv => Array(
                                                                                    driver => sqlsrv
                                                                                    url => 
                                                                                    host => 127.0.0.1
                                                                                    port => 3306
                                                                                    database => laravel
                                                                                    username => root
                                                                                    password => 
                                                                                    charset => utf8
                                                                                    prefix => 
                                                                                    prefix_indexes => 1
                                                                                )
                                                                        )
                                                                    migrations => migrations
                                                                    redis => Array(
                                                                            client => phpredis
                                                                            options => Array(
                                                                                    cluster => redis
                                                                                    prefix => _database_
                                                                                )
                                                                            default => Array(
                                                                                    url => 
                                                                                    host => 127.0.0.1
                                                                                    password => 
                                                                                    port => 6379
                                                                                    database => 0
                                                                                )
                                                                            cache => Array(
                                                                                    url => 
                                                                                    host => 127.0.0.1
                                                                                    password => 
                                                                                    port => 6379
                                                                                    database => 1
                                                                                )
                                                                        )
                                                                )
                                                            filesystems => Array(
                                                                    default => local
                                                                    cloud => s3
                                                                    disks => Array(
                                                                            local => Array(
                                                                                    driver => local
                                                                                    root => /0000/storage/app
                                                                                )
                                                                            public => Array(
                                                                                    driver => local
                                                                                    root => /0000/storage/app/public
                                                                                    url => http://localhost/storage
                                                                                    visibility => public
                                                                                )
                                                                            s3 => Array(
                                                                                    driver => s3
                                                                                    key => 
                                                                                    secret => 
                                                                                    region => us-east-1
                                                                                    bucket => 
                                                                                    url => 
                                                                                )
                                                                        )
                                                                )
                                                            hashing => Array(
                                                                    driver => bcrypt
                                                                    bcrypt => Array(
                                                                            rounds => 10
                                                                        )
                                                                    argon => Array(
                                                                            memory => 1024
                                                                            threads => 2
                                                                            time => 2
                                                                        )
                                                                )
                                                            logging => Array(
                                                                    default => stack
                                                                    channels => Array(
                                                                            stack => Array(
                                                                                    driver => stack
                                                                                    channels => Array(
                                                                                            0 => single
                                                                                        )
                                                                                    ignore_exceptions => 
                                                                                )
                                                                            single => Array(
                                                                                    driver => single
                                                                                    path => /0000/storage/logs/laravel.log
                                                                                    level => debug
                                                                                )
                                                                            daily => Array(
                                                                                    driver => daily
                                                                                    path => /0000/storage/logs/laravel.log
                                                                                    level => debug
                                                                                    days => 14
                                                                                )
                                                                            slack => Array(
                                                                                    driver => slack
                                                                                    url => 
                                                                                    username => Laravel Log
                                                                                    emoji => :boom:
                                                                                    level => critical
                                                                                )
                                                                            papertrail => Array(
                                                                                    driver => monolog
                                                                                    level => debug
                                                                                    handler => Monolog\Handler\SyslogUdpHandler
                                                                                    handler_with => Array(
                                                                                            host => 
                                                                                            port => 
                                                                                        )
                                                                                )
                                                                            stderr => Array(
                                                                                    driver => monolog
                                                                                    handler => Monolog\Handler\StreamHandler
                                                                                    formatter => 
                                                                                    with => Array(
                                                                                            stream => php://stderr
                                                                                        )
                                                                                )
                                                                            syslog => Array(
                                                                                    driver => syslog
                                                                                    level => debug
                                                                                )
                                                                            errorlog => Array(
                                                                                    driver => errorlog
                                                                                    level => debug
                                                                                )
                                                                            null => Array(
                                                                                    driver => monolog
                                                                                    handler => Monolog\Handler\NullHandler
                                                                                )
                                                                            emergency => Array(
                                                                                    path => /0000/storage/logs/laravel.log
                                                                                )
                                                                        )
                                                                )
                                                            mail => Array(
                                                                    driver => smtp
                                                                    host => smtp.mailtrap.io
                                                                    port => 2525
                                                                    from => Array(
                                                                            address => 
                                                                            name => 本地测试
                                                                        )
                                                                    encryption => 
                                                                    username => 
                                                                    password => 
                                                                    sendmail => /usr/sbin/sendmail -bs
                                                                    markdown => Array(
                                                                            theme => default
                                                                            paths => Array(
                                                                                    0 => /0000/resources/views/vendor/mail
                                                                                )
                                                                        )
                                                                    log_channel => 
                                                                )
                                                            queue => Array(
                                                                    default => sync
                                                                    connections => Array(
                                                                            sync => Array(
                                                                                    driver => sync
                                                                                )
                                                                            database => Array(
                                                                                    driver => database
                                                                                    table => jobs
                                                                                    queue => default
                                                                                    retry_after => 90
                                                                                )
                                                                            beanstalkd => Array(
                                                                                    driver => beanstalkd
                                                                                    host => localhost
                                                                                    queue => default
                                                                                    retry_after => 90
                                                                                    block_for => 0
                                                                                )
                                                                            sqs => Array(
                                                                                    driver => sqs
                                                                                    key => 
                                                                                    secret => 
                                                                                    prefix => https://sqs.us-east-1.amazonaws.com/your-account-id
                                                                                    queue => your-queue-name
                                                                                    region => us-east-1
                                                                                )
                                                                            redis => Array(
                                                                                    driver => redis
                                                                                    connection => default
                                                                                    queue => default
                                                                                    retry_after => 90
                                                                                    block_for => 
                                                                                )
                                                                        )
                                                                    failed => Array(
                                                                            driver => database
                                                                            database => mysql
                                                                            table => failed_jobs
                                                                        )
                                                                )
                                                            services => Array(
                                                                    mailgun => Array(
                                                                            domain => 
                                                                            secret => 
                                                                            endpoint => api.mailgun.net
                                                                        )
                                                                    postmark => Array(
                                                                            token => 
                                                                        )
                                                                    ses => Array(
                                                                            key => 
                                                                            secret => 
                                                                            region => us-east-1
                                                                        )
                                                                )
                                                            session => Array(
                                                                    driver => cookie
                                                                    lifetime => 120
                                                                    expire_on_close => 
                                                                    encrypt => 
                                                                    files => /0000/storage/framework/sessions
                                                                    connection => 
                                                                    table => sessions
                                                                    store => 
                                                                    lottery => Array(
                                                                            0 => 2
                                                                            1 => 100
                                                                        )
                                                                    cookie => _session
                                                                    path => /
                                                                    domain => 
                                                                    secure => 
                                                                    http_only => 1
                                                                    same_site => 
                                                                )
                                                            view => Array(
                                                                    paths => Array(
                                                                            0 => /0000/resources/views
                                                                        )
                                                                    compiled => /0000/storage/framework/views
                                                                )
                                                            flare => Array(
                                                                    key => 
                                                                    reporting => Array(
                                                                            anonymize_ips => 1
                                                                            collect_git_information => 1
                                                                            report_queries => 1
                                                                            maximum_number_of_collected_queries => 200
                                                                            report_query_bindings => 1
                                                                            report_view_data => 1
                                                                            grouping_type => 
                                                                        )
                                                                    send_logs_as_events => 1
                                                                )
                                                            ignition => Array(
                                                                    editor => phpstorm
                                                                    theme => light
                                                                    enable_share_button => 1
                                                                    register_commands => 
                                                                    ignored_solution_providers => Array()
                                                                    enable_runnable_solutions => 
                                                                    remote_sites_path => 
                                                                    local_sites_path => 
                                                                    housekeeping_endpoint_prefix => _ignition
                                                                )
                                                            trustedproxy => Array(
                                                                    proxies => 
                                                                    headers => 30
                                                                )
                                                        )
                                                )
                                            request => Illuminate\Http\Request Object(
                                                    json => 
                                                    convertedFiles => 
                                                    userResolver => 
                                                    routeResolver => 
                                                    attributes => Symfony\Component\HttpFoundation\ParameterBag Object(
                                                            parameters => Array()
                                                        )
                                                    request => Symfony\Component\HttpFoundation\ParameterBag Object(
                                                            parameters => Array()
                                                        )
                                                    query => Symfony\Component\HttpFoundation\ParameterBag Object(
                                                            parameters => Array()
                                                        )
                                                    server => Symfony\Component\HttpFoundation\ServerBag Object(
                                                            parameters => Array(
                                                                    SERVER_NAME => localhost
                                                                    SERVER_PORT => 80
                                                                    HTTP_HOST => localhost
                                                                    HTTP_USER_AGENT => Symfony
                                                                    HTTP_ACCEPT => text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
                                                                    HTTP_ACCEPT_LANGUAGE => en-us,en;q=0.5
                                                                    HTTP_ACCEPT_CHARSET => ISO-8859-1,utf-8;q=0.7,*;q=0.7
                                                                    REMOTE_ADDR => 127.0.0.1
                                                                    SCRIPT_NAME => artisan
                                                                    SCRIPT_FILENAME => artisan
                                                                    SERVER_PROTOCOL => HTTP/1.1
                                                                    REQUEST_TIME => 1578274558
                                                                    PHP_EXTRA_CONFIGURE_ARGS => --enable-fpm --with-fpm-user=www-data --with-fpm-group=www-data --disable-cgi
                                                                    LANGUAGE => C
                                                                    HOSTNAME => d9d2f135fb85
                                                                    PHP_INI_DIR => /usr/local/etc/php
                                                                    GIT_ASKPASS => echo
                                                                    SHLVL => 2
                                                                    HOME => /root
                                                                    OLDPWD => /
                                                                    PHP_LDFLAGS => -Wl,-O1 -Wl,--hash-style=both -pie
                                                                    PHP_CFLAGS => -fstack-protector-strong -fpic -fpie -O2
                                                                    PHP_MD5 => 
                                                                    PHP_VERSION => 7.2.19
                                                                    COMPOSER_HOME => /tmp/composer
                                                                    COMPOSER_BINARY => /usr/bin/composer
                                                                    GPG_KEYS => 1729F83938DA44E27BA0F4D3DBDB397470D12172 B1B44D8F021E4E2D6021E995DC9FF8D3EE5AF27F
                                                                    PHP_CPPFLAGS => -fstack-protector-strong -fpic -fpie -O2
                                                                    PHP_ASC_URL => https://www.php.net/get/php-7.2.19.tar.xz.asc/from/this/mirror
                                                                    PHP_URL => https://www.php.net/get/php-7.2.19.tar.xz/from/this/mirror
                                                                    TERM => xterm
                                                                    PATH => /0000/vendor/bin:/tmp/composer/vendor/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
                                                                    LD_PRELOAD => /usr/lib/preloadable_libiconv.so php
                                                                    PHPIZE_DEPS => autoconf 		dpkg-dev dpkg 		file 		g++ 		gcc 		libc-dev 		make 		pkgconf 		re2c
                                                                    PWD => /0000
                                                                    PHP_SHA256 => 4ffa2404a88d60e993a9fe69f829ebec3eb1e006de41b6048ce5e91bbeaa9282
                                                                    PHP_SELF => artisan
                                                                    PATH_TRANSLATED => artisan
                                                                    DOCUMENT_ROOT => 
                                                                    REQUEST_TIME_FLOAT => 1578274558.794
                                                                    argv => Array(
                                                                            0 => artisan
                                                                            1 => package:discover
                                                                            2 => --ansi
                                                                        )
                                                                    argc => 3
                                                                    APP_NAME => 本地测试
                                                                    APP_ENV => local
                                                                    APP_KEY => base64:gIjju1XIlTNS6j8BuifyrL2QAARYlvdKYd31eAqei7g=
                                                                    APP_DEBUG => true
                                                                    APP_URL => http://localhost
                                                                    LOG_CHANNEL => stack
                                                                    DB_CONNECTION => mysql
                                                                    DB_HOST => 127.0.0.1
                                                                    DB_PORT => 3306
                                                                    DB_DATABASE => laravel
                                                                    DB_USERNAME => root
                                                                    DB_PASSWORD => 
                                                                    BROADCAST_DRIVER => log
                                                                    CACHE_DRIVER => file
                                                                    QUEUE_CONNECTION => sync
                                                                    SESSION_DRIVER => cookie
                                                                    SESSION_LIFETIME => 120
                                                                    REDIS_HOST => 127.0.0.1
                                                                    REDIS_PASSWORD => null
                                                                    REDIS_PORT => 6379
                                                                    MAIL_DRIVER => smtp
                                                                    MAIL_HOST => smtp.mailtrap.io
                                                                    MAIL_PORT => 2525
                                                                    MAIL_USERNAME => null
                                                                    MAIL_PASSWORD => null
                                                                    MAIL_ENCRYPTION => null
                                                                    MAIL_FROM_ADDRESS => null
                                                                    MAIL_FROM_NAME => 本地测试
                                                                    AWS_ACCESS_KEY_ID => 
                                                                    AWS_SECRET_ACCESS_KEY => 
                                                                    AWS_DEFAULT_REGION => us-east-1
                                                                    AWS_BUCKET => 
                                                                    PUSHER_APP_ID => 
                                                                    PUSHER_APP_KEY => 
                                                                    PUSHER_APP_SECRET => 
                                                                    PUSHER_APP_CLUSTER => mt1
                                                                    MIX_PUSHER_APP_KEY => 
                                                                    MIX_PUSHER_APP_CLUSTER => mt1
                                                                    PATH_INFO => 
                                                                    REQUEST_METHOD => GET
                                                                    REQUEST_URI => /
                                                                    QUERY_STRING => 
                                                                )
                                                        )
                                                    files => Symfony\Component\HttpFoundation\FileBag Object(
                                                            parameters => Array()
                                                        )
                                                    cookies => Symfony\Component\HttpFoundation\ParameterBag Object(
                                                            parameters => Array()
                                                        )
                                                    headers => Symfony\Component\HttpFoundation\HeaderBag Object(
                                                            headers => Array(
                                                                    host => Array(
                                                                            0 => localhost
                                                                        )
                                                                    [user-agent] => Array(
                                                                            0 => Symfony
                                                                        )
                                                                    accept => Array(
                                                                            0 => text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
                                                                        )
                                                                    [accept-language] => Array(
                                                                            0 => en-us,en;q=0.5
                                                                        )
                                                                    [accept-charset] => Array(
                                                                            0 => ISO-8859-1,utf-8;q=0.7,*;q=0.7
                                                                        )
                                                                )
                                                            cacheControl => Array()
                                                        )
                                                    content => 
                                                    languages => 
                                                    charsets => 
                                                    encodings => 
                                                    acceptableContentTypes => 
                                                    pathInfo => 
                                                    requestUri => 
                                                    baseUrl => 
                                                    basePath => 
                                                    method => 
                                                    format => 
                                                    session => 
                                                    locale => 
                                                    defaultLocale => en
                                                    [preferredFormat:Symfony\Component\HttpFoundation\Request:private] => 
                                                    [isHostValid:Symfony\Component\HttpFoundation\Request:private] => 1
                                                    [isForwardedValid:Symfony\Component\HttpFoundation\Request:private] => 1
                                                )
                                            [Facade\Ignition\LogRecorder\LogRecorder] => Facade\Ignition\LogRecorder\LogRecorder Object(
                                                    logMessages => Array()
                                                    app => Illuminate\Foundation\Application Object
 
                                                )
                                            [Facade\Ignition\DumpRecorder\DumpRecorder] => Facade\Ignition\DumpRecorder\DumpRecorder Object(
                                                    dumps => Array()
                                                    app => Illuminate\Foundation\Application Object
 
                                                )
                                            [Facade\Ignition\QueryRecorder\QueryRecorder] => Facade\Ignition\QueryRecorder\QueryRecorder Object(
                                                    queries => Array()
                                                    app => Illuminate\Foundation\Application Object
 
                                                )
                                            [flare.http] => Facade\FlareClient\Http\Client Object(
                                                    [apiToken:Facade\FlareClient\Http\Client:private] => 
                                                    [apiSecret:Facade\FlareClient\Http\Client:private] => 
                                                    [baseUrl:Facade\FlareClient\Http\Client:private] => https://flareapp.io/api
                                                    [timeout:Facade\FlareClient\Http\Client:private] => 10
                                                )
                                            [flare.client] => Facade\FlareClient\Flare Object(
                                                    [client:Facade\FlareClient\Flare:private] => Facade\FlareClient\Http\Client Object(
                                                            [apiToken:Facade\FlareClient\Http\Client:private] => 
                                                            [apiSecret:Facade\FlareClient\Http\Client:private] => 
                                                            [baseUrl:Facade\FlareClient\Http\Client:private] => https://flareapp.io/api
                                                            [timeout:Facade\FlareClient\Http\Client:private] => 10
                                                        )
                                                    [api:Facade\FlareClient\Flare:private] => Facade\FlareClient\Api Object(
                                                            [client:Facade\FlareClient\Api:private] => Facade\FlareClient\Http\Client Object(
                                                                    [apiToken:Facade\FlareClient\Http\Client:private] => 
                                                                    [apiSecret:Facade\FlareClient\Http\Client:private] => 
                                                                    [baseUrl:Facade\FlareClient\Http\Client:private] => https://flareapp.io/api
                                                                    [timeout:Facade\FlareClient\Http\Client:private] => 10
                                                                )
                                                            [queue:Facade\FlareClient\Api:private] => Array()
                                                        )
                                                    [middleware:Facade\FlareClient\Flare:private] => Array(
                                                            0 => Facade\FlareClient\Middleware\AddGlows Object(
                                                                    [recorder:Facade\FlareClient\Middleware\AddGlows:private] => Facade\FlareClient\Glows\Recorder Object(
                                                                            [glows:Facade\FlareClient\Glows\Recorder:private] => Array()
                                                                        )
                                                                )
                                                            1 => Facade\FlareClient\Middleware\AnonymizeIp Object()
                                                            2 => Facade\Ignition\Middleware\SetNotifierName Object()
                                                            3 => Facade\Ignition\Middleware\AddEnvironmentInformation Object()
                                                            4 => Facade\Ignition\Middleware\AddLogs Object(
                                                                    logRecorder => Facade\Ignition\LogRecorder\LogRecorder Object(
                                                                            logMessages => Array()
                                                                            app => Illuminate\Foundation\Application Object
 
                                                                        )
                                                                )
                                                            5 => Facade\Ignition\Middleware\AddDumps Object(
                                                                    dumpRecorder => Facade\Ignition\DumpRecorder\DumpRecorder Object(
                                                                            dumps => Array()
                                                                            app => Illuminate\Foundation\Application Object
 
                                                                        )
                                                                )
                                                            6 => Facade\Ignition\Middleware\AddQueries Object(
                                                                    queryRecorder => Facade\Ignition\QueryRecorder\QueryRecorder Object(
                                                                            queries => Array()
                                                                            app => Illuminate\Foundation\Application Object
 
                                                                        )
                                                                )
                                                            7 => Facade\Ignition\Middleware\AddSolutions Object(
                                                                    solutionProviderRepository => Facade\Ignition\SolutionProviders\SolutionProviderRepository Object(
                                                                            solutionProviders => Illuminate\Support\Collection Object(
                                                                                    items => Array(
                                                                                            0 => Facade\Ignition\SolutionProviders\IncorrectValetDbCredentialsSolutionProvider
                                                                                            1 => Facade\Ignition\SolutionProviders\MissingAppKeySolutionProvider
                                                                                            2 => Facade\Ignition\SolutionProviders\DefaultDbNameSolutionProvider
                                                                                            3 => Facade\Ignition\SolutionProviders\BadMethodCallSolutionProvider
                                                                                            4 => Facade\Ignition\SolutionProviders\TableNotFoundSolutionProvider
                                                                                            5 => Facade\Ignition\SolutionProviders\MissingImportSolutionProvider
                                                                                            6 => Facade\Ignition\SolutionProviders\MissingPackageSolutionProvider
                                                                                            7 => Facade\Ignition\SolutionProviders\InvalidRouteActionSolutionProvider
                                                                                            8 => Facade\Ignition\SolutionProviders\ViewNotFoundSolutionProvider
                                                                                            9 => Facade\Ignition\SolutionProviders\UndefinedVariableSolutionProvider
                                                                                            10 => Facade\Ignition\SolutionProviders\MergeConflictSolutionProvider
                                                                                            11 => Facade\Ignition\SolutionProviders\RunningLaravelDuskInProductionProvider
                                                                                            12 => Facade\Ignition\SolutionProviders\MissingColumnSolutionProvider
                                                                                            13 => Facade\Ignition\SolutionProviders\UnknownValidationSolutionProvider
                                                                                        )
                                                                                )
                                                                        )
                                                                )
                                                            8 => Facade\Ignition\Middleware\AddGitInformation Object()
                                                        )
                                                    [recorder:Facade\FlareClient\Flare:private] => Facade\FlareClient\Glows\Recorder Object(
                                                            [glows:Facade\FlareClient\Glows\Recorder:private] => Array()
                                                        )
                                                    [applicationPath:Facade\FlareClient\Flare:private] => /0000
                                                    [container:Facade\FlareClient\Flare:private] => Illuminate\Foundation\Application Object
 
                                                    [contextDetector:Facade\FlareClient\Flare:private] => Facade\Ignition\Context\LaravelContextDetector Object()
                                                    [previousExceptionHandler:Facade\FlareClient\Flare:private] => 
                                                    [previousErrorHandler:Facade\FlareClient\Flare:private] => 
                                                    [messageLevel:Facade\FlareClient\Flare:private] => 
                                                    [stage:Facade\FlareClient\Flare:private] => local
                                                    [userProvidedContext:Facade\FlareClient\Flare:private] => Array()
                                                )
                                            [Facade\IgnitionContracts\SolutionProviderRepository] => Facade\Ignition\SolutionProviders\SolutionProviderRepository Object(
                                                    solutionProviders => Illuminate\Support\Collection Object(
                                                            items => Array(
                                                                    0 => Facade\Ignition\SolutionProviders\IncorrectValetDbCredentialsSolutionProvider
                                                                    1 => Facade\Ignition\SolutionProviders\MissingAppKeySolutionProvider
                                                                    2 => Facade\Ignition\SolutionProviders\DefaultDbNameSolutionProvider
                                                                    3 => Facade\Ignition\SolutionProviders\BadMethodCallSolutionProvider
                                                                    4 => Facade\Ignition\SolutionProviders\TableNotFoundSolutionProvider
                                                                    5 => Facade\Ignition\SolutionProviders\MissingImportSolutionProvider
                                                                    6 => Facade\Ignition\SolutionProviders\MissingPackageSolutionProvider
                                                                    7 => Facade\Ignition\SolutionProviders\InvalidRouteActionSolutionProvider
                                                                    8 => Facade\Ignition\SolutionProviders\ViewNotFoundSolutionProvider
                                                                    9 => Facade\Ignition\SolutionProviders\UndefinedVariableSolutionProvider
                                                                    10 => Facade\Ignition\SolutionProviders\MergeConflictSolutionProvider
                                                                    11 => Facade\Ignition\SolutionProviders\RunningLaravelDuskInProductionProvider
                                                                    12 => Facade\Ignition\SolutionProviders\MissingColumnSolutionProvider
                                                                    13 => Facade\Ignition\SolutionProviders\UnknownValidationSolutionProvider
                                                                )
                                                        )
                                                )
                                            [Illuminate\Contracts\Debug\ExceptionHandler] => NunoMaduro\Collision\Adapters\Laravel\ExceptionHandler Object(
                                                    appExceptionHandler => App\Exceptions\Handler Object(
                                                            dontReport => Array()
                                                            dontFlash => Array(
                                                                    0 => password
                                                                    1 => password_confirmation
                                                                )
                                                            container => Illuminate\Foundation\Application Object
 
                                                            internalDontReport => Array(
                                                                    0 => Illuminate\Auth\AuthenticationException
                                                                    1 => Illuminate\Auth\Access\AuthorizationException
                                                                    2 => Symfony\Component\HttpKernel\Exception\HttpException
                                                                    3 => Illuminate\Http\Exceptions\HttpResponseException
                                                                    4 => Illuminate\Database\Eloquent\ModelNotFoundException
                                                                    5 => Symfony\Component\HttpFoundation\Exception\SuspiciousOperationException
                                                                    6 => Illuminate\Session\TokenMismatchException
                                                                    7 => Illuminate\Validation\ValidationException
                                                                )
                                                        )
                                                    container => Illuminate\Foundation\Application Object
 
                                                )
                                            [db.factory] => Illuminate\Database\Connectors\ConnectionFactory Object(
                                                    container => Illuminate\Foundation\Application Object
 
                                                )
                                            db => Illuminate\Database\DatabaseManager Object(
                                                    app => Illuminate\Foundation\Application Object
 
                                                    factory => Illuminate\Database\Connectors\ConnectionFactory Object(
                                                            container => Illuminate\Foundation\Application Object
 
                                                        )
                                                    connections => Array()
                                                    extensions => Array()
                                                    reconnector => Closure Object(
                                                            this => Illuminate\Database\DatabaseManager Object
 
                                                            parameter => Array(
                                                                    [$connection] => 
                                                                )
                                                        )
                                                )
                                            [view.engine.resolver] => Illuminate\View\Engines\EngineResolver Object(
                                                    resolvers => Array(
                                                            file => Closure Object(
                                                                    this => Illuminate\View\ViewServiceProvider Object(
                                                                            app => Illuminate\Foundation\Application Object
 
                                                                        )
                                                                )
                                                            php => Closure Object(
                                                                    this => Facade\Ignition\IgnitionServiceProvider Object(
                                                                            app => Illuminate\Foundation\Application Object
 
                                                                        )
                                                                )
                                                            blade => Closure Object(
                                                                    this => Facade\Ignition\IgnitionServiceProvider Object(
                                                                            app => Illuminate\Foundation\Application Object
 
                                                                        )
                                                                )
                                                        )
                                                    resolved => Array()
                                                )
                                            files => Illuminate\Filesystem\Filesystem Object()
                                            [blade.compiler] => Illuminate\View\Compilers\BladeCompiler Object(
                                                    extensions => Array()
                                                    customDirectives => Array()
                                                    conditions => Array()
                                                    path => 
                                                    compilers => Array(
                                                            0 => Comments
                                                            1 => Extensions
                                                            2 => Statements
                                                            3 => Echos
                                                        )
                                                    rawTags => Array(
                                                            0 => {!!
                                                            1 => !!}
                                                        )
                                                    contentTags => Array(
                                                            0 => {{
                                                            1 => }}
                                                        )
                                                    escapedTags => Array(
                                                            0 => {{{
                                                            1 => }}}
                                                        )
                                                    echoFormat => e(%s)
                                                    footer => Array()
                                                    rawBlocks => Array()
                                                    files => Illuminate\Filesystem\Filesystem Object()
                                                    cachePath => /0000/storage/framework/views
                                                    firstCaseInSwitch => 1
                                                    [encodingOptions:Illuminate\View\Compilers\BladeCompiler:private] => 15
                                                    lastSection => 
                                                    forElseCounter => 0
                                                )
                                            log => Illuminate\Log\LogManager Object(
                                                    app => Illuminate\Foundation\Application Object
 
                                                    channels => Array()
                                                    customCreators => Array(
                                                            flare => Closure Object(
                                                                    this => Illuminate\Log\LogManager Object
 
                                                                    parameter => Array(
                                                                            [$app] => 
                                                                        )
                                                                )
                                                        )
                                                    dateFormat => Y-m-d H:i:s
                                                    levels => Array(
                                                            debug => 100
                                                            info => 200
                                                            notice => 250
                                                            warning => 300
                                                            error => 400
                                                            critical => 500
                                                            alert => 550
                                                            emergency => 600
                                                        )
                                                )
                                            queue => Illuminate\Queue\QueueManager Object(
                                                    app => Illuminate\Foundation\Application Object
 
                                                    connections => Array()
                                                    connectors => Array(
                                                            null => Closure Object(
                                                                    this => Illuminate\Queue\QueueServiceProvider Object(
                                                                            app => Illuminate\Foundation\Application Object
 
                                                                        )
                                                                )
                                                            sync => Closure Object(
                                                                    this => Illuminate\Queue\QueueServiceProvider Object(
                                                                            app => Illuminate\Foundation\Application Object
 
                                                                        )
                                                                )
                                                            database => Closure Object(
                                                                    this => Illuminate\Queue\QueueServiceProvider Object(
                                                                            app => Illuminate\Foundation\Application Object
 
                                                                        )
                                                                )
                                                            redis => Closure Object(
                                                                    this => Illuminate\Queue\QueueServiceProvider Object(
                                                                            app => Illuminate\Foundation\Application Object
 
                                                                        )
                                                                )
                                                            beanstalkd => Closure Object(
                                                                    this => Illuminate\Queue\QueueServiceProvider Object(
                                                                            app => Illuminate\Foundation\Application Object
 
                                                                        )
                                                                )
                                                            sqs => Closure Object(
                                                                    this => Illuminate\Queue\QueueServiceProvider Object(
                                                                            app => Illuminate\Foundation\Application Object
 
                                                                        )
                                                                )
                                                        )
                                                )
                                            date => Illuminate\Support\DateFactory Object()
                                            router => Illuminate\Routing\Router Object
 
                                            routes => Illuminate\Routing\RouteCollection Object(
                                                    routes => Array()
                                                    allRoutes => Array()
                                                    nameList => Array()
                                                    actionList => Array()
                                                )
                                            url => Illuminate\Routing\UrlGenerator Object(
                                                    routes => Illuminate\Routing\RouteCollection Object(
                                                            routes => Array()
                                                            allRoutes => Array()
                                                            nameList => Array()
                                                            actionList => Array()
                                                        )
                                                    request => Illuminate\Http\Request Object(
                                                            json => 
                                                            convertedFiles => 
                                                            userResolver => 
                                                            routeResolver => 
                                                            attributes => Symfony\Component\HttpFoundation\ParameterBag Object(
                                                                    parameters => Array()
                                                                )
                                                            request => Symfony\Component\HttpFoundation\ParameterBag Object(
                                                                    parameters => Array()
                                                                )
                                                            query => Symfony\Component\HttpFoundation\ParameterBag Object(
                                                                    parameters => Array()
                                                                )
                                                            server => Symfony\Component\HttpFoundation\ServerBag Object(
                                                                    parameters => Array(
                                                                            SERVER_NAME => localhost
                                                                            SERVER_PORT => 80
                                                                            HTTP_HOST => localhost
                                                                            HTTP_USER_AGENT => Symfony
                                                                            HTTP_ACCEPT => text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
                                                                            HTTP_ACCEPT_LANGUAGE => en-us,en;q=0.5
                                                                            HTTP_ACCEPT_CHARSET => ISO-8859-1,utf-8;q=0.7,*;q=0.7
                                                                            REMOTE_ADDR => 127.0.0.1
                                                                            SCRIPT_NAME => artisan
                                                                            SCRIPT_FILENAME => artisan
                                                                            SERVER_PROTOCOL => HTTP/1.1
                                                                            REQUEST_TIME => 1578274558
                                                                            PHP_EXTRA_CONFIGURE_ARGS => --enable-fpm --with-fpm-user=www-data --with-fpm-group=www-data --disable-cgi
                                                                            LANGUAGE => C
                                                                            HOSTNAME => d9d2f135fb85
                                                                            PHP_INI_DIR => /usr/local/etc/php
                                                                            GIT_ASKPASS => echo
                                                                            SHLVL => 2
                                                                            HOME => /root
                                                                            OLDPWD => /
                                                                            PHP_LDFLAGS => -Wl,-O1 -Wl,--hash-style=both -pie
                                                                            PHP_CFLAGS => -fstack-protector-strong -fpic -fpie -O2
                                                                            PHP_MD5 => 
                                                                            PHP_VERSION => 7.2.19
                                                                            COMPOSER_HOME => /tmp/composer
                                                                            COMPOSER_BINARY => /usr/bin/composer
                                                                            GPG_KEYS => 1729F83938DA44E27BA0F4D3DBDB397470D12172 B1B44D8F021E4E2D6021E995DC9FF8D3EE5AF27F
                                                                            PHP_CPPFLAGS => -fstack-protector-strong -fpic -fpie -O2
                                                                            PHP_ASC_URL => https://www.php.net/get/php-7.2.19.tar.xz.asc/from/this/mirror
                                                                            PHP_URL => https://www.php.net/get/php-7.2.19.tar.xz/from/this/mirror
                                                                            TERM => xterm
                                                                            PATH => /0000/vendor/bin:/tmp/composer/vendor/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
                                                                            LD_PRELOAD => /usr/lib/preloadable_libiconv.so php
                                                                            PHPIZE_DEPS => autoconf 		dpkg-dev dpkg 		file 		g++ 		gcc 		libc-dev 		make 		pkgconf 		re2c
                                                                            PWD => /0000
                                                                            PHP_SHA256 => 4ffa2404a88d60e993a9fe69f829ebec3eb1e006de41b6048ce5e91bbeaa9282
                                                                            PHP_SELF => artisan
                                                                            PATH_TRANSLATED => artisan
                                                                            DOCUMENT_ROOT => 
                                                                            REQUEST_TIME_FLOAT => 1578274558.794
                                                                            argv => Array(
                                                                                    0 => artisan
                                                                                    1 => package:discover
                                                                                    2 => --ansi
                                                                                )
                                                                            argc => 3
                                                                            APP_NAME => 本地测试
                                                                            APP_ENV => local
                                                                            APP_KEY => base64:gIjju1XIlTNS6j8BuifyrL2QAARYlvdKYd31eAqei7g=
                                                                            APP_DEBUG => true
                                                                            APP_URL => http://localhost
                                                                            LOG_CHANNEL => stack
                                                                            DB_CONNECTION => mysql
                                                                            DB_HOST => 127.0.0.1
                                                                            DB_PORT => 3306
                                                                            DB_DATABASE => laravel
                                                                            DB_USERNAME => root
                                                                            DB_PASSWORD => 
                                                                            BROADCAST_DRIVER => log
                                                                            CACHE_DRIVER => file
                                                                            QUEUE_CONNECTION => sync
                                                                            SESSION_DRIVER => cookie
                                                                            SESSION_LIFETIME => 120
                                                                            REDIS_HOST => 127.0.0.1
                                                                            REDIS_PASSWORD => null
                                                                            REDIS_PORT => 6379
                                                                            MAIL_DRIVER => smtp
                                                                            MAIL_HOST => smtp.mailtrap.io
                                                                            MAIL_PORT => 2525
                                                                            MAIL_USERNAME => null
                                                                            MAIL_PASSWORD => null
                                                                            MAIL_ENCRYPTION => null
                                                                            MAIL_FROM_ADDRESS => null
                                                                            MAIL_FROM_NAME => 本地测试
                                                                            AWS_ACCESS_KEY_ID => 
                                                                            AWS_SECRET_ACCESS_KEY => 
                                                                            AWS_DEFAULT_REGION => us-east-1
                                                                            AWS_BUCKET => 
                                                                            PUSHER_APP_ID => 
                                                                            PUSHER_APP_KEY => 
                                                                            PUSHER_APP_SECRET => 
                                                                            PUSHER_APP_CLUSTER => mt1
                                                                            MIX_PUSHER_APP_KEY => 
                                                                            MIX_PUSHER_APP_CLUSTER => mt1
                                                                            PATH_INFO => 
                                                                            REQUEST_METHOD => GET
                                                                            REQUEST_URI => /
                                                                            QUERY_STRING => 
                                                                        )
                                                                )
                                                            files => Symfony\Component\HttpFoundation\FileBag Object(
                                                                    parameters => Array()
                                                                )
                                                            cookies => Symfony\Component\HttpFoundation\ParameterBag Object(
                                                                    parameters => Array()
                                                                )
                                                            headers => Symfony\Component\HttpFoundation\HeaderBag Object(
                                                                    headers => Array(
                                                                            host => Array(
                                                                                    0 => localhost
                                                                                )
                                                                            [user-agent] => Array(
                                                                                    0 => Symfony
                                                                                )
                                                                            accept => Array(
                                                                                    0 => text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
                                                                                )
                                                                            [accept-language] => Array(
                                                                                    0 => en-us,en;q=0.5
                                                                                )
                                                                            [accept-charset] => Array(
                                                                                    0 => ISO-8859-1,utf-8;q=0.7,*;q=0.7
                                                                                )
                                                                        )
                                                                    cacheControl => Array()
                                                                )
                                                            content => 
                                                            languages => 
                                                            charsets => 
                                                            encodings => 
                                                            acceptableContentTypes => 
                                                            pathInfo => 
                                                            requestUri => 
                                                            baseUrl => 
                                                            basePath => 
                                                            method => 
                                                            format => 
                                                            session => 
                                                            locale => 
                                                            defaultLocale => en
                                                            [preferredFormat:Symfony\Component\HttpFoundation\Request:private] => 
                                                            [isHostValid:Symfony\Component\HttpFoundation\Request:private] => 1
                                                            [isForwardedValid:Symfony\Component\HttpFoundation\Request:private] => 1
                                                        )
                                                    assetRoot => 
                                                    forcedRoot => 
                                                    forceScheme => 
                                                    cachedRoot => 
                                                    cachedScheme => 
                                                    rootNamespace => App\Http\Controllers
                                                    sessionResolver => Closure Object(
                                                            this => Illuminate\Routing\RoutingServiceProvider Object(
                                                                    app => Illuminate\Foundation\Application Object
 
                                                                )
                                                        )
                                                    keyResolver => Closure Object(
                                                            this => Illuminate\Routing\RoutingServiceProvider Object(
                                                                    app => Illuminate\Foundation\Application Object
 
                                                                )
                                                        )
                                                    formatHostUsing => 
                                                    formatPathUsing => 
                                                    routeGenerator => 
                                                )
                                        )
                                    aliases => Array(
                                            [Illuminate\Foundation\Application] => app
                                            [Illuminate\Contracts\Container\Container] => app
                                            [Illuminate\Contracts\Foundation\Application] => app
                                            [Psr\Container\ContainerInterface] => app
                                            [Illuminate\Auth\AuthManager] => auth
                                            [Illuminate\Contracts\Auth\Factory] => auth
                                            [Illuminate\Contracts\Auth\Guard] => auth.driver
                                            [Illuminate\View\Compilers\BladeCompiler] => blade.compiler
                                            [Illuminate\Cache\CacheManager] => cache
                                            [Illuminate\Contracts\Cache\Factory] => cache
                                            [Illuminate\Cache\Repository] => cache.store
                                            [Illuminate\Contracts\Cache\Repository] => cache.store
                                            [Psr\SimpleCache\CacheInterface] => cache.store
                                            [Symfony\Component\Cache\Adapter\Psr16Adapter] => cache.psr6
                                            [Symfony\Component\Cache\Adapter\AdapterInterface] => cache.psr6
                                            [Psr\Cache\CacheItemPoolInterface] => cache.psr6
                                            [Illuminate\Config\Repository] => config
                                            [Illuminate\Contracts\Config\Repository] => config
                                            [Illuminate\Cookie\CookieJar] => cookie
                                            [Illuminate\Contracts\Cookie\Factory] => cookie
                                            [Illuminate\Contracts\Cookie\QueueingFactory] => cookie
                                            [Illuminate\Encryption\Encrypter] => encrypter
                                            [Illuminate\Contracts\Encryption\Encrypter] => encrypter
                                            [Illuminate\Database\DatabaseManager] => db
                                            [Illuminate\Database\ConnectionResolverInterface] => db
                                            [Illuminate\Database\Connection] => db.connection
                                            [Illuminate\Database\ConnectionInterface] => db.connection
                                            [Illuminate\Events\Dispatcher] => events
                                            [Illuminate\Contracts\Events\Dispatcher] => events
                                            [Illuminate\Filesystem\Filesystem] => files
                                            [Illuminate\Filesystem\FilesystemManager] => filesystem
                                            [Illuminate\Contracts\Filesystem\Factory] => filesystem
                                            [Illuminate\Contracts\Filesystem\Filesystem] => filesystem.disk
                                            [Illuminate\Contracts\Filesystem\Cloud] => filesystem.cloud
                                            [Illuminate\Hashing\HashManager] => hash
                                            [Illuminate\Contracts\Hashing\Hasher] => hash.driver
                                            [Illuminate\Translation\Translator] => translator
                                            [Illuminate\Contracts\Translation\Translator] => translator
                                            [Illuminate\Log\LogManager] => log
                                            [Psr\Log\LoggerInterface] => log
                                            [Illuminate\Mail\Mailer] => mailer
                                            [Illuminate\Contracts\Mail\Mailer] => mailer
                                            [Illuminate\Contracts\Mail\MailQueue] => mailer
                                            [Illuminate\Auth\Passwords\PasswordBrokerManager] => auth.password
                                            [Illuminate\Contracts\Auth\PasswordBrokerFactory] => auth.password
                                            [Illuminate\Auth\Passwords\PasswordBroker] => auth.password.broker
                                            [Illuminate\Contracts\Auth\PasswordBroker] => auth.password.broker
                                            [Illuminate\Queue\QueueManager] => queue
                                            [Illuminate\Contracts\Queue\Factory] => queue
                                            [Illuminate\Contracts\Queue\Monitor] => queue
                                            [Illuminate\Contracts\Queue\Queue] => queue.connection
                                            [Illuminate\Queue\Failed\FailedJobProviderInterface] => queue.failer
                                            [Illuminate\Routing\Redirector] => redirect
                                            [Illuminate\Redis\RedisManager] => redis
                                            [Illuminate\Contracts\Redis\Factory] => redis
                                            [Illuminate\Http\Request] => request
                                            [Symfony\Component\HttpFoundation\Request] => request
                                            [Illuminate\Routing\Router] => router
                                            [Illuminate\Contracts\Routing\Registrar] => router
                                            [Illuminate\Contracts\Routing\BindingRegistrar] => router
                                            [Illuminate\Session\SessionManager] => session
                                            [Illuminate\Session\Store] => session.store
                                            [Illuminate\Contracts\Session\Session] => session.store
                                            [Illuminate\Routing\UrlGenerator] => url
                                            [Illuminate\Contracts\Routing\UrlGenerator] => url
                                            [Illuminate\Validation\Factory] => validator
                                            [Illuminate\Contracts\Validation\Factory] => validator
                                            [Illuminate\View\Factory] => view
                                            [Illuminate\Contracts\View\Factory] => view
                                            [Illuminate\Contracts\Notifications\Dispatcher] => Illuminate\Notifications\ChannelManager
                                            [Illuminate\Contracts\Notifications\Factory] => Illuminate\Notifications\ChannelManager
                                            [Facade\FlareClient\Http\Client] => flare.http
                                            [Facade\FlareClient\Flare] => flare.client
                                        )
                                    abstractAliases => Array(
                                            app => Array(
                                                    0 => Illuminate\Foundation\Application
                                                    1 => Illuminate\Contracts\Container\Container
                                                    2 => Illuminate\Contracts\Foundation\Application
                                                    3 => Psr\Container\ContainerInterface
                                                )
                                            auth => Array(
                                                    0 => Illuminate\Auth\AuthManager
                                                    1 => Illuminate\Contracts\Auth\Factory
                                                )
                                            [auth.driver] => Array(
                                                    0 => Illuminate\Contracts\Auth\Guard
                                                )
                                            [blade.compiler] => Array(
                                                    0 => Illuminate\View\Compilers\BladeCompiler
                                                )
                                            cache => Array(
                                                    0 => Illuminate\Cache\CacheManager
                                                    1 => Illuminate\Contracts\Cache\Factory
                                                )
                                            [cache.store] => Array(
                                                    0 => Illuminate\Cache\Repository
                                                    1 => Illuminate\Contracts\Cache\Repository
                                                    2 => Psr\SimpleCache\CacheInterface
                                                )
                                            [cache.psr6] => Array(
                                                    0 => Symfony\Component\Cache\Adapter\Psr16Adapter
                                                    1 => Symfony\Component\Cache\Adapter\AdapterInterface
                                                    2 => Psr\Cache\CacheItemPoolInterface
                                                )
                                            config => Array(
                                                    0 => Illuminate\Config\Repository
                                                    1 => Illuminate\Contracts\Config\Repository
                                                )
                                            cookie => Array(
                                                    0 => Illuminate\Cookie\CookieJar
                                                    1 => Illuminate\Contracts\Cookie\Factory
                                                    2 => Illuminate\Contracts\Cookie\QueueingFactory
                                                )
                                            encrypter => Array(
                                                    0 => Illuminate\Encryption\Encrypter
                                                    1 => Illuminate\Contracts\Encryption\Encrypter
                                                )
                                            db => Array(
                                                    0 => Illuminate\Database\DatabaseManager
                                                    1 => Illuminate\Database\ConnectionResolverInterface
                                                )
                                            [db.connection] => Array(
                                                    0 => Illuminate\Database\Connection
                                                    1 => Illuminate\Database\ConnectionInterface
                                                )
                                            events => Array(
                                                    0 => Illuminate\Events\Dispatcher
                                                    1 => Illuminate\Contracts\Events\Dispatcher
                                                )
                                            files => Array(
                                                    0 => Illuminate\Filesystem\Filesystem
                                                )
                                            filesystem => Array(
                                                    0 => Illuminate\Filesystem\FilesystemManager
                                                    1 => Illuminate\Contracts\Filesystem\Factory
                                                )
                                            [filesystem.disk] => Array(
                                                    0 => Illuminate\Contracts\Filesystem\Filesystem
                                                )
                                            [filesystem.cloud] => Array(
                                                    0 => Illuminate\Contracts\Filesystem\Cloud
                                                )
                                            hash => Array(
                                                    0 => Illuminate\Hashing\HashManager
                                                )
                                            [hash.driver] => Array(
                                                    0 => Illuminate\Contracts\Hashing\Hasher
                                                )
                                            translator => Array(
                                                    0 => Illuminate\Translation\Translator
                                                    1 => Illuminate\Contracts\Translation\Translator
                                                )
                                            log => Array(
                                                    0 => Illuminate\Log\LogManager
                                                    1 => Psr\Log\LoggerInterface
                                                )
                                            mailer => Array(
                                                    0 => Illuminate\Mail\Mailer
                                                    1 => Illuminate\Contracts\Mail\Mailer
                                                    2 => Illuminate\Contracts\Mail\MailQueue
                                                )
                                            [auth.password] => Array(
                                                    0 => Illuminate\Auth\Passwords\PasswordBrokerManager
                                                    1 => Illuminate\Contracts\Auth\PasswordBrokerFactory
                                                )
                                            [auth.password.broker] => Array(
                                                    0 => Illuminate\Auth\Passwords\PasswordBroker
                                                    1 => Illuminate\Contracts\Auth\PasswordBroker
                                                )
                                            queue => Array(
                                                    0 => Illuminate\Queue\QueueManager
                                                    1 => Illuminate\Contracts\Queue\Factory
                                                    2 => Illuminate\Contracts\Queue\Monitor
                                                )
                                            [queue.connection] => Array(
                                                    0 => Illuminate\Contracts\Queue\Queue
                                                )
                                            [queue.failer] => Array(
                                                    0 => Illuminate\Queue\Failed\FailedJobProviderInterface
                                                )
                                            redirect => Array(
                                                    0 => Illuminate\Routing\Redirector
                                                )
                                            redis => Array(
                                                    0 => Illuminate\Redis\RedisManager
                                                    1 => Illuminate\Contracts\Redis\Factory
                                                )
                                            request => Array(
                                                    0 => Illuminate\Http\Request
                                                    1 => Symfony\Component\HttpFoundation\Request
                                                )
                                            router => Array(
                                                    0 => Illuminate\Routing\Router
                                                    1 => Illuminate\Contracts\Routing\Registrar
                                                    2 => Illuminate\Contracts\Routing\BindingRegistrar
                                                )
                                            session => Array(
                                                    0 => Illuminate\Session\SessionManager
                                                )
                                            [session.store] => Array(
                                                    0 => Illuminate\Session\Store
                                                    1 => Illuminate\Contracts\Session\Session
                                                )
                                            url => Array(
                                                    0 => Illuminate\Routing\UrlGenerator
                                                    1 => Illuminate\Contracts\Routing\UrlGenerator
                                                )
                                            validator => Array(
                                                    0 => Illuminate\Validation\Factory
                                                    1 => Illuminate\Contracts\Validation\Factory
                                                )
                                            view => Array(
                                                    0 => Illuminate\View\Factory
                                                    1 => Illuminate\Contracts\View\Factory
                                                )
                                            [Illuminate\Notifications\ChannelManager] => Array(
                                                    0 => Illuminate\Contracts\Notifications\Dispatcher
                                                    1 => Illuminate\Contracts\Notifications\Factory
                                                )
                                            [flare.http] => Array(
                                                    0 => Facade\FlareClient\Http\Client
                                                )
                                            [flare.client] => Array(
                                                    0 => Facade\FlareClient\Flare
                                                )
                                        )
                                    extenders => Array(
                                            url => Array(
                                                    0 => Closure Object(
                                                            this => Illuminate\Routing\RoutingServiceProvider Object(
                                                                    app => Illuminate\Foundation\Application Object
 
                                                                )
                                                            parameter => Array(
                                                                    [$url] => 
                                                                    [$app] => 
                                                                )
                                                        )
                                                )
                                        )
                                    tags => Array()
                                    buildStack => Array()
                                    with => Array()
                                    contextual => Array()
                                    reboundCallbacks => Array(
                                            request => Array(
                                                    0 => Closure Object(
                                                            this => Illuminate\Auth\AuthServiceProvider Object(
                                                                    app => Illuminate\Foundation\Application Object
 
                                                                )
                                                            parameter => Array(
                                                                    [$app] => 
                                                                    [$request] => 
                                                                )
                                                        )
                                                    1 => Closure Object(
                                                            this => Illuminate\Routing\RoutingServiceProvider Object(
                                                                    app => Illuminate\Foundation\Application Object
 
                                                                )
                                                            parameter => Array(
                                                                    [$app] => 
                                                                    [$request] => 
                                                                )
                                                        )
                                                )
                                            events => Array(
                                                    0 => Closure Object(
                                                            this => Illuminate\Auth\AuthServiceProvider Object(
                                                                    app => Illuminate\Foundation\Application Object
 
                                                                )
                                                            parameter => Array(
                                                                    [$app] => 
                                                                    [$dispatcher] => 
                                                                )
                                                        )
                                                )
                                            routes => Array(
                                                    0 => Closure Object(
                                                            this => Illuminate\Routing\RoutingServiceProvider Object(
                                                                    app => Illuminate\Foundation\Application Object
 
                                                                )
                                                            parameter => Array(
                                                                    [$app] => 
                                                                    [$routes] => 
                                                                )
                                                        )
                                                )
                                        )
                                    globalResolvingCallbacks => Array()
                                    globalAfterResolvingCallbacks => Array()
                                    resolvingCallbacks => Array(
                                            [Illuminate\Foundation\Http\FormRequest] => Array(
                                                    0 => Closure Object(
                                                            this => Illuminate\Foundation\Providers\FormRequestServiceProvider Object(
                                                                    app => Illuminate\Foundation\Application Object
 
                                                                )
                                                            parameter => Array(
                                                                    [$request] => 
                                                                    [$app] => 
                                                                )
                                                        )
                                                )
                                        )
                                    afterResolvingCallbacks => Array(
                                            [Illuminate\Contracts\Validation\ValidatesWhenResolved] => Array(
                                                    0 => Closure Object(
                                                            this => Illuminate\Foundation\Providers\FormRequestServiceProvider Object(
                                                                    app => Illuminate\Foundation\Application Object
 
                                                                )
                                                            parameter => Array(
                                                                    [$resolved] => 
                                                                )
                                                        )
                                                )
                                            view => Array(
                                                    0 => Closure Object(
                                                            static => Array(
                                                                    path => /tutorials/vendor2/laravel/framework-6.x/src/Illuminate/Notifications/resources/views
                                                                    namespace => notifications
                                                                )
                                                            this => Illuminate\Notifications\NotificationServiceProvider Object(
                                                                    app => Illuminate\Foundation\Application Object
 
                                                                )
                                                            parameter => Array(
                                                                    [$view] => 
                                                                )
                                                        )
                                                    1 => Closure Object(
                                                            static => Array(
                                                                    path => /tutorials/vendor2/laravel/framework-6.x/src/Illuminate/Pagination/resources/views
                                                                    namespace => pagination
                                                                )
                                                            this => Illuminate\Pagination\PaginationServiceProvider Object(
                                                                    app => Illuminate\Foundation\Application Object
 
                                                                )
                                                            parameter => Array(
                                                                    [$view] => 
                                                                )
                                                        )
                                                )
                                        )
                                )
                            routes => Illuminate\Routing\RouteCollection Object(
                                    routes => Array()
                                    allRoutes => Array()
                                    nameList => Array()
                                    actionList => Array()
                                )
                            current => 
                            currentRequest => 
                            middleware => Array()
                            middlewareGroups => Array()
                            middlewarePriority => Array()
                            binders => Array()
                            patterns => Array()
                            groupStack => Array(
                                    0 => Array(
                                            prefix => api
                                            middleware => Array(
                                                    0 => api
                                                )
                                            namespace => App\Http\Controllers
                                        )
                                )
                        )
                )
            parameter => Array(
                    [$request] => 
                )
        )
)
调试位置:/tutorials/vendor2/laravel/framework-6.x/src/Illuminate/Routing/Router.php556

 
1